Skip to content

ImageWizard 3.11.1

ImageWizard 3.11.1 #74

Triggered via release July 21, 2025 20:56
@usercodeusercode
published v3.11.1
Status Success
Total duration 1m 13s
Artifacts

dotnetcore.yml

on: release
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
build
- Add lib or ref assemblies for the netstandard2.0 target framework
build
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:
build: 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.
build: src/ImageWizard.Core/Middlewares/ImageWizardApi.cs#L116
Possible null reference argument for parameter 'key' in 'bool TypeManager.ContainsKey(string key)'.
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/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.
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.Utils/Signature/HMACSHA256UrlSignature.cs#L49
Possible null reference return.
build: src/ImageWizard.Client/TagHelpers/YoutubeTagHelper.cs#L111
Possible null reference argument for parameter 'stream' in 'StreamReader.StreamReader(Stream stream)'.
build: src/ImageWizard.Client/TagHelpers/YoutubeTagHelper.cs#L110
Converting null literal or possible null value to non-nullable type.
build: src/ImageWizard.Client/TagHelpers/YoutubeTagHelper.cs#L91
Possible null reference argument for parameter 'id' in 'Image YouTubeExtensions.YouTube(ILoader imageUrlBuilder, string id)'.
build: src/ImageWizard.Client/Extensions.cs#L33
Possible null reference argument for parameter 'context' in 'IUrlHelper IUrlHelperFactory.GetUrlHelper(ActionContext context)'.
build: src/ImageWizard.Utils/Signature/HMACSHA256UrlSignature.cs#L49
Possible null reference return.
build: src/ImageWizard.Generator/FilterGenerator.cs#L176
Dereference of a possibly null reference.
build: 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: 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: 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.