Bump actions/cache from 5 to 6 #928
Annotations
10 warnings
|
DotNet Build Preview:
tests/ImageSharp.Drawing.Tests/TestUtilities/SvgBenchmarkHelper.cs#L144
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
DotNet Build Preview:
tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.cs#L76
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
DotNet Build Preview:
tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.cs#L69
Exception type System.Exception is not sufficiently specific (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2201)
|
|
DotNet Build Preview:
tests/ImageSharp.Drawing.Tests/TestUtilities/PolygonFactory.cs#L70
Dereference of a possibly null reference.
|
|
DotNet Build Preview:
tests/ImageSharp.Drawing.Tests/TestUtilities/PolygonFactory.cs#L69
Converting null literal or possible null value to non-nullable type.
|
|
DotNet Build Preview:
tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.cs#L65
Converting null literal or possible null value to non-nullable type.
|
|
DotNet Build Preview:
tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.cs#L61
Dereference of a possibly null reference.
|
|
DotNet Build Preview:
tests/ImageSharp.Drawing.Tests/TestUtilities/TestEnvironment.cs#L59
Converting null literal or possible null value to non-nullable type.
|
|
DotNet Build Preview:
tests/ImageSharp.Drawing.Tests/TestFile.cs#L25
Non-nullable field 'bytes' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
DotNet Build Preview:
tests/ImageSharp.Drawing.ManualBenchmarks/DrawingThroughputBenchmark.cs#L31
Nullability of reference types in value of type 'List<(IPath Path, SolidBrush? Fill, SolidPen? Stroke)>' doesn't match target type 'List<(IPath Path, SolidBrush Fill, SolidPen Stroke)>'.
|
background
wait
wait-all
cancel
parallel
Loading