v7.2.0 #307
Annotations
20 warnings
Analogy.LogViewer.XMLLogParser/IAnalogy/XMLDataProvider.cs#L17
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analogy.LogViewer.XMLLogParser/Parser.cs#L93
The variable 'e' is declared but never used
|
Analogy.LogViewer.XMLLogParser/Parser.cs#L26
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.XMLLogParser/Managers/UserSettingsManager.cs#L27
Possible null reference assignment.
|
Analogy.LogViewer.XMLLogParser/Managers/UserSettingsManager.cs#L20
Non-nullable property 'LogParserSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/XMLDataProvider.cs#L40
Non-nullable property 'Parser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/DownloadInformation.cs#L33
Possible null reference return.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/DownloadInformation.cs#L16
Converting null literal or possible null value to non-nullable type.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/DownloadInformation.cs#L16
Possible null reference assignment.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/AnalogyXMLFactory.cs#L50
Non-nullable property 'DataProviderSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/XMLDataProvider.cs#L17
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Analogy.LogViewer.XMLLogParser/IAnalogy/AnalogyXMLFactory.cs#L50
Non-nullable property 'DataProviderSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/DownloadInformation.cs#L33
Possible null reference return.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/DownloadInformation.cs#L16
Converting null literal or possible null value to non-nullable type.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/DownloadInformation.cs#L16
Possible null reference assignment.
|
Analogy.LogViewer.XMLLogParser/Managers/UserSettingsManager.cs#L27
Possible null reference assignment.
|
Analogy.LogViewer.XMLLogParser/Managers/UserSettingsManager.cs#L20
Non-nullable property 'LogParserSettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.XMLLogParser/IAnalogy/XMLDataProvider.cs#L40
Non-nullable property 'Parser' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Analogy.LogViewer.XMLLogParser/Parser.cs#L93
The variable 'e' is declared but never used
|
Analogy.LogViewer.XMLLogParser/Parser.cs#L26
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.
|
This job succeeded
Loading