NET9 #185
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, microsoft/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
Analogy.LogViewer.Template/Managers/FolderAccessManager.cs#L25
Dereference of a possibly null reference.
|
Analogy.LogViewer.Template/Managers/FolderAccessManager.cs#L28
Dereference of a possibly null reference.
|
Analogy.LogViewer.Template/Managers/FolderAccessManager.cs#L30
Dereference of a possibly null reference.
|
Analogy.LogViewer.Template/Managers/FolderAccessManager.cs#L31
Dereference of a possibly null reference.
|
Analogy.LogViewer.Template/IAnalogy/AnalogyDownloadInformation.cs#L86
Possible null reference argument for parameter 'version' in 'Version.Version(string version)'.
|
Analogy.LogViewer.Template/IAnalogy/AnalogyDownloadInformation.cs#L95
Possible null reference argument for parameter 'version' in 'Version.Version(string version)'.
|
Analogy.LogViewer.Template/IAnalogy/OfflineDataProvider.cs#L18
Non-nullable event 'ProcessingStarted' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Analogy.LogViewer.Template/IAnalogy/OfflineDataProvider.cs#L19
Non-nullable event 'ProcessingFinished' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
Analogy.LogViewer.Template/IAnalogy/PrimaryFactory.cs#L17
Semicolons should be followed by a space (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1002.md)
|
This job succeeded
Loading