The server won't start

Options

Best Answer

  • chvetsov
    chvetsov mod
    Answer ✓
    Options

    hey, @yaonian

    default configuration is not default(IConfiguration). this will be just null.

    it should be something like this:

    return new ConfigurationBuilder().Build();
    

    best,

    ilya

Answers

  • chvetsov
    chvetsov mod
    Answer ✓
    Options

    hey, @yaonian

    default configuration is not default(IConfiguration). this will be just null.

    it should be something like this:

    return new ConfigurationBuilder().Build();
    

    best,

    ilya