Bump Meziantou.Analyzer from 2.0.183 to 2.0.184 #1526
Annotations
20 warnings
Analogy.LogViewer.Serilog.Sinks/AnalogyLogServerSinkExtensions.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogViewer.Serilog.AspNet/Models/ErrorViewModel.cs#L7
Non-nullable property 'RequestId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.Serilog.Sinks/AnalogyLogServerSinkExtensions.cs#L13
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogViewer.Serilog.AspNet/Program.cs#L16
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Analogy.LogViewer.Serilog.Sinks/AnalogyLogServerSink.cs#L34
Possible null reference argument for parameter 'text' in 'Task AnalogyMessageProducer.Log(string text, string source, AnalogyLogLevel level, string category = "", string machineName = null, string userName = null, string processName = null, int processId = 0, int threadId = 0, Dictionary<string, string> additionalInformation = null, string memberName = "", long lineNumber = 0, string filePath = "")'.
|
Analogy.LogViewer.Serilog.Sinks/AnalogyLogServerSinkExtensions.cs#L9
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogViewer.Serilog.AspNet/Program.cs#L14
Make class static (https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1102)
|
Analogy.LogViewer.Serilog.Sinks/AnalogyLogServerSink.cs#L34
Possible null reference argument for parameter 'source' in 'Task AnalogyMessageProducer.Log(string text, string source, AnalogyLogLevel level, string category = "", string machineName = null, string userName = null, string processName = null, int processId = 0, int threadId = 0, Dictionary<string, string> additionalInformation = null, string memberName = "", long lineNumber = 0, string filePath = "")'.
|
Analogy.LogViewer.Serilog.AspNet/Controllers/HomeController.cs#L14
Field '_logger' should not begin with an underscore (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1309.md)
|
Analogy.LogViewer.Serilog.Sinks/AnalogyLogServerSink.cs#L34
Possible null reference argument for parameter 'machineName' in 'Task AnalogyMessageProducer.Log(string text, string source, AnalogyLogLevel level, string category = "", string machineName = null, string userName = null, string processName = null, int processId = 0, int threadId = 0, Dictionary<string, string> additionalInformation = null, string memberName = "", long lineNumber = 0, string filePath = "")'.
|
Analogy.LogViewer.Serilog/DataTypes/LogEventReader.cs#L32
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogViewer.Serilog/DataTypes/LogEventReader.cs#L82
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogViewer.Serilog/DataTypes/LogEventReader.cs#L101
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogViewer.Serilog/IAnalogy/PrimaryFactory.cs#L18
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analogy.LogViewer.Serilog/IAnalogy/PrimaryFactory.cs#L19
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analogy.LogViewer.Serilog/IAnalogy/UserSettingsFactory.cs#L15
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analogy.LogViewer.Serilog/IAnalogy/UserSettingsFactory.cs#L16
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analogy.LogViewer.Serilog/AnalogySink.cs#L55
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogViewer.Serilog/AnalogySink.cs#L56
Cannot convert null literal to non-nullable reference type.
|
Analogy.LogViewer.Serilog/AnalogySink.cs#L88
Cannot convert null literal to non-nullable reference type.
|
This job succeeded
Loading