PartemImperium

Results 2 comments of PartemImperium

On a similar note putting in documentation for using dotnet user-secrets (https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-6.0&tabs=linux) for the host info so it isnt in source control would be nice. It works out of the...

Looking at [these lines](https://github.com/net-daemon/netdaemon/blob/7fc5698c0b3c330f2f495957a99324b96c325ceb/src/Runtime/NetDaemon.Runtime/Common/Extensions/HostBuilderExtensions.cs#L19-L21) where we add the appsettings.json file they are redundant when using Host.CreateDefaultBuilder(args) and could be removed. However if we are want to continue explicitly adding them...