Re-implement console --progress #125
Annotations
24 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.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).
|
The logs for this run have expired and are no longer available.
Loading