ImageWizard 3.12.1 #77
Annotations
2 errors and 12 warnings
|
build
Process completed with exit code 1.
|
|
build
Cannot create a package that has no dependencies nor content.
|
|
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.SkiaSharp/Filters/TextFilter.cs#L20
'SKCanvas.DrawBitmap(SKBitmap, float, float, SKPaint)' is obsolete: 'Use the overload with SKSamplingOptions instead.'
|
|
build:
src/ImageWizard.SkiaSharp/Filters/BlurFilter.cs#L31
'SKCanvas.DrawBitmap(SKBitmap, SKRect, SKPaint)' is obsolete: 'Use the overload with SKSamplingOptions instead.'
|
|
build:
src/ImageWizard.SkiaSharp/SkiaSharpPipeline.cs#L50
Possible null reference argument for parameter 'imageFormat' in 'SkiaSharpFilterContext.SkiaSharpFilterContext(PipelineContext processingContext, SKBitmap image, IImageFormat imageFormat)'.
|
|
build:
src/ImageWizard.SkiaSharp/Filters/CropFilter.cs#L34
'SKCanvas.DrawBitmap(SKBitmap, SKRect, SKRect, SKPaint)' is obsolete: 'Use the overload with SKSamplingOptions instead.'
|
|
build:
src/ImageWizard.SkiaSharp/Filters/Base/SkiaSharpFilterContext.cs#L16
Non-nullable field '_image' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
src/ImageWizard.Generator/FilterGenerator.cs#L176
Dereference of a possibly null reference.
|
|
build:
src/ImageWizard.Generator/SourceBuilder/Extensions/SyntaxExtensions.cs#L57
Possible null reference return.
|
|
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.
|