We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the event log is only supported on the Windows Platform, should the classes be decorated with the SupportedOSPlatform attribute?
[SupportedOSPlatform("windows")]
See here for more information: https://docs.microsoft.com/en-gb/dotnet/fundamentals/code-analysis/quality-rules/ca1416
The text was updated successfully, but these errors were encountered:
This would make sense, especially as there is
serilog-sinks-eventlog/src/Serilog.Sinks.EventLog/LoggerConfigurationEventLogExtensions.cs
Lines 68 to 71 in dac4ef3
Sorry, something went wrong.
Is this fixed now? ref #52 / #58
No branches or pull requests
As the event log is only supported on the Windows Platform, should the classes be decorated with the SupportedOSPlatform attribute?
[SupportedOSPlatform("windows")]
See here for more information:
https://docs.microsoft.com/en-gb/dotnet/fundamentals/code-analysis/quality-rules/ca1416
The text was updated successfully, but these errors were encountered: