V3 : Fix GIF, PNG, and WEBP Edge Case Handling #4863
Annotations
11 errors and 2 warnings
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L16
UnscopedRefAttribute is only valid in C# 11 or later or when targeting net7.0 or later.
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L20
UnscopedRefAttribute is only valid in C# 11 or later or when targeting net7.0 or later.
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L172
UnscopedRefAttribute is only valid in C# 11 or later or when targeting net7.0 or later.
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L18
Struct members cannot return 'this' or other instance members by reference
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L18
Cannot use a result of 'Unsafe.As<ColorMatrix, ColorMatrix.Impl>(ref ColorMatrix)' in this context because it may expose variables referenced by parameter 'source' outside of their declaration scope
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L22
Struct members cannot return 'this' or other instance members by reference
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L22
Cannot use a result of 'Unsafe.AsRef<ColorMatrix>(in ColorMatrix)' in this context because it may expose variables referenced by parameter 'source' outside of their declaration scope
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L22
Cannot use a result of 'Unsafe.As<ColorMatrix, ColorMatrix.Impl>(ref ColorMatrix)' in this context because it may expose variables referenced by parameter 'source' outside of their declaration scope
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L174
Struct members cannot return 'this' or other instance members by reference
|
DotNet Build :
src/ImageSharp/Primitives/ColorMatrix.Impl.cs#L174
Cannot use a result of 'Unsafe.As<ColorMatrix.Impl, ColorMatrix>(ref ColorMatrix.Impl)' in this context because it may expose variables referenced by parameter 'source' outside of their declaration scope
|
DotNet Build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
DotNet Build
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Loading