Update CI for net8 #140
Annotations
21 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/
|
|
NAPS2.Sdk/ImportExport/FileImporter.cs#L17
Nullability of reference types in type of parameter 'importParams' of 'IAsyncEnumerable<ProcessedImage> FileImporter.Import(string filePath, ImportParams importParams, ProgressHandler progress = default(ProgressHandler))' doesn't match implicitly implemented member 'IAsyncEnumerable<ProcessedImage> IFileImporter.Import(string filePath, ImportParams? importParams = null, ProgressHandler progress = default(ProgressHandler))' (possibly because of nullability attributes).
|
NAPS2.Sdk/ImportExport/FileImporter.cs#L17
Nullability of reference types in type of parameter 'importParams' of 'IAsyncEnumerable<ProcessedImage> FileImporter.Import(string filePath, ImportParams importParams, ProgressHandler progress = default(ProgressHandler))' doesn't match implicitly implemented member 'IAsyncEnumerable<ProcessedImage> IFileImporter.Import(string filePath, ImportParams? importParams = null, ProgressHandler progress = default(ProgressHandler))' (possibly because of nullability attributes).
|
|
|
NAPS2.Lib/EtoForms/Ui/SharedDeviceForm.cs#L108
Cannot convert null literal to non-nullable reference type.
|
NAPS2.Lib/EtoForms/Ui/SharedDeviceForm.cs#L209
Possible null reference assignment.
|
NAPS2.Lib/EtoForms/Ui/SharedDeviceForm.cs#L236
Cannot convert null literal to non-nullable reference type.
|
NAPS2.Lib/EtoForms/StubDarkModeProvider.cs#L6
The event 'StubDarkModeProvider.DarkModeChanged' is never used
|
NAPS2.Lib/EtoForms/Ui/SharedDeviceForm.cs#L108
Cannot convert null literal to non-nullable reference type.
|
|
|
|
|
NAPS2.Escl.Server/MdnsAdvertiser.cs#L23
Dereference of a possibly null reference.
|
NAPS2.Escl.Server/EsclServer.cs#L66
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.
|
NAPS2.Images.Mac/MacImageContext.cs#L32
Dereference of a possibly null reference.
|
NAPS2.Images.Mac/MacTiffWriter.cs#L40
This call site is reachable on: 'macOS/OSX' 10.15 and later. 'UTType.TIFF' is obsoleted on: 'macOS/OSX' 11.0 and later (Use the 'UniformTypeIdentifiers.UTType' API instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
NAPS2.Images.Mac/MacImage.cs#L160
This call site is reachable on: 'macOS/OSX' 10.15 and later. 'UTType.TIFF' is obsoleted on: 'macOS/OSX' 11.0 and later (Use the 'UniformTypeIdentifiers.UTType' API instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
NAPS2.Images.Mac/MacImage.cs#L33
This call site is reachable on: 'macOS/OSX' 10.15 and later. 'NSImageRep.ColorSpaceName' is obsoleted on: 'macOS/OSX' 10.14 and later (Use 'Type' and 'NSColorType' instead.). (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1422)
|
The logs for this run have expired and are no longer available.
Loading