You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #281 added support for constructor parameters in appsettings.json. However, attempting to do this with the JsonFormatter gives an InvalidOperationException as described by @WattsC-90here. It seems that there a few that have the same issue, and I do too now. Since the PR is merged, I am opening a new issue to get attention to this.
The text was updated successfully, but these errors were encountered:
Hi @FaroukOyekunle, I forgot all about this one. The newest comment on the linked issue actually resolves it in my case: #281 (comment). I was also missing the "Serilog" behind the type of the formatter.
PR #281 added support for constructor parameters in appsettings.json. However, attempting to do this with the JsonFormatter gives an
InvalidOperationException
as described by @WattsC-90 here. It seems that there a few that have the same issue, and I do too now. Since the PR is merged, I am opening a new issue to get attention to this.The text was updated successfully, but these errors were encountered: