The server won't start

Best Answer

  • chvetsov
    chvetsov mod
    Answer ✓

    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 ✓

    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