Hello,
I've been reporting errors and can't start
hey, @yaonian
default configuration is not default(IConfiguration). this will be just null.
default(IConfiguration)
it should be something like this:
return new ConfigurationBuilder().Build();
best,
ilya