ImageWizard 3.11.1 #74
Annotations
18 warnings
Create the package
- Add lib or ref assemblies for the netstandard2.0 target framework
|
Create the package
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
Run unit tests:
src/ImageWizard.Core/Middlewares/ImageWizardApi.cs#L254
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<FilterSegment> urlFilters)' due to differences in the nullability of reference types.
|
Run unit tests:
src/ImageWizard.Core/Middlewares/ImageWizardApi.cs#L116
Possible null reference argument for parameter 'key' in 'bool TypeManager.ContainsKey(string key)'.
|
Run unit tests:
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.
|
Run unit tests:
src/ImageWizard.Core/Filters/Filter.cs#L12
Non-nullable property 'Context' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Run unit tests:
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.
|
Run unit tests:
src/ImageWizard.Utils/Signature/HMACSHA256UrlSignature.cs#L49
Possible null reference return.
|
Build with dotnet:
src/ImageWizard.Client/TagHelpers/YoutubeTagHelper.cs#L111
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
|
Build with dotnet:
src/ImageWizard.Client/TagHelpers/YoutubeTagHelper.cs#L110
Converting null literal or possible null value to non-nullable type.
|
Build with dotnet:
src/ImageWizard.Client/TagHelpers/YoutubeTagHelper.cs#L91
Possible null reference argument for parameter 'id' in 'Image YouTubeExtensions.YouTube(ILoader imageUrlBuilder, string id)'.
|
Build with dotnet:
src/ImageWizard.Client/Extensions.cs#L33
Possible null reference argument for parameter 'context' in 'IUrlHelper IUrlHelperFactory.GetUrlHelper(ActionContext context)'.
|
Build with dotnet:
src/ImageWizard.Utils/Signature/HMACSHA256UrlSignature.cs#L49
Possible null reference return.
|
Build with dotnet:
src/ImageWizard.Generator/FilterGenerator.cs#L176
Dereference of a possibly null reference.
|
Build with dotnet:
src/ImageWizard.Generator/SourceBuilder/Extensions/SyntaxExtensions.cs#L57
Possible null reference return.
|
Build with dotnet:
src/ImageWizard.Generator/FilterGenerator.cs#L201
Non-nullable property 'CodeLine' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/ImageWizard.Generator/FilterGenerator.cs#L199
Non-nullable property 'Pattern' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
src/ImageWizard.Generator/FilterGenerator.cs#L197
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading