ImageWizard 3.8.0 #71
Annotations
16 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/ImageWizard.Client/TagHelpers/YoutubeTagHelper.cs#L17
Non-nullable property 'VideoId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/ImageWizard.Client/TagHelpers/YoutubeTagHelper.cs#L115
Converting null literal or possible null value to non-nullable type.
|
build:
src/ImageWizard.Client/TagHelpers/YoutubeTagHelper.cs#L116
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
build:
src/ImageWizard.Client/Extensions.cs#L34
Possible null reference argument for parameter 'context' in 'IUrlHelper IUrlHelperFactory.GetUrlHelper(ActionContext context)'.
|
build:
src/ImageWizard.Core/Filters/Filter.cs#L12
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/ImageWizard.Core/Caches/OneTimeCache.cs#L15
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.
|
build:
src/ImageWizard.Core/Loaders/Files/FileLoader.cs#L41
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.
|
build:
src/ImageWizard.Core/Middlewares/ImageWizardApi.cs#L113
Possible null reference argument for parameter 'key' in 'bool TypeManager.ContainsKey(string key)'.
|
build:
src/ImageWizard.Core/Middlewares/ImageWizardApi.cs#L251
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'acceptMimeTypes' of type 'IEnumerable<string>' in 'PipelineContext.PipelineContext(IServiceProvider serviceProvider, IStreamPool streamPool, DataResult result, ClientHints clientHints, ImageWizardOptions imageWizardOptions, IEnumerable<string> acceptMimeTypes, IEnumerable<string> urlFilters)' due to differences in the nullability of reference types.
|
build:
src/ImageWizard.OpenCvSharp/Filters/Base/OpenCvSharpFilterContext.cs#L28
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.
|
build:
src/ImageWizard.Core/Filters/Filter.cs#L12
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/ImageWizard.Core/Caches/OneTimeCache.cs#L15
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.
|
build:
src/ImageWizard.Core/Loaders/Files/FileLoader.cs#L41
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.
|
build:
src/ImageWizard.Core/Middlewares/ImageWizardApi.cs#L113
Possible null reference argument for parameter 'key' in 'bool TypeManager.ContainsKey(string key)'.
|
build:
src/ImageWizard.Core/Middlewares/ImageWizardApi.cs#L251
Argument of type 'IEnumerable<string?>' cannot be used for parameter 'acceptMimeTypes' of type 'IEnumerable<string>' in 'PipelineContext.PipelineContext(IServiceProvider serviceProvider, IStreamPool streamPool, DataResult result, ClientHints clientHints, ImageWizardOptions imageWizardOptions, IEnumerable<string> acceptMimeTypes, IEnumerable<string> urlFilters)' due to differences in the nullability of reference types.
|