kalulas / TableCraft

Console application and AvaloniaUI examples for TableCraft.Core: https://github.com/kalulas/TableCraft.Core
MIT License
4 stars 0 forks source link

Editor crashes with invalid appsettings.json and no log file was found #18

Open kalulas opened 7 months ago

kalulas commented 7 months ago

When the editor is started with an invalid appsettings.json file, a stack trace is generated. An example of the stack trace is shown below:

image

image

Consider moving the preparation of m_Host and m_Configuration into the try-catch block after the logger's initialization.