Mac: Don't depend on ClipRectangle #141
Annotations
16 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.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.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.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.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.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.
|
The logs for this run have expired and are no longer available.
Loading