Update SharedInfrastructure for Xunit V3 #2854
Draft
Annotations
12 errors and 10 warnings
|
DotNet Build Preview:
tests/ImageSharp.Tests/TestUtilities/SixLaborsXunitTestFramework.cs#L9
The type 'TestFrameworkAttribute' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
DotNet Build Preview:
tests/ImageSharp.Tests/Advanced/AdvancedImageExtensionsTests.cs#L102
The type 'TheoryAttribute' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
DotNet Build Preview:
tests/ImageSharp.Tests/Advanced/AdvancedImageExtensionsTests.cs#L132
The type 'TheoryAttribute' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
DotNet Build Preview:
tests/ImageSharp.Tests/Advanced/AdvancedImageExtensionsTests.cs#L18
The type 'TheoryAttribute' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
DotNet Build Preview:
tests/ImageSharp.Tests/Advanced/AdvancedImageExtensionsTests.cs#L36
The type 'TheoryAttribute' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
DotNet Build Preview:
tests/ImageSharp.Tests/Advanced/AdvancedImageExtensionsTests.cs#L53
The type 'TheoryAttribute' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
DotNet Build Preview:
tests/ImageSharp.Tests/ImageInfoTests.cs#L11
The type 'FactAttribute' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
DotNet Build Preview:
tests/ImageSharp.Tests/ImageInfoTests.cs#L33
The type 'FactAttribute' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
DotNet Build Preview:
tests/ImageSharp.Tests/IO/BufferedReadStreamTests.cs#L15
The type 'TheoryData<T>' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
DotNet Build Preview:
tests/ImageSharp.Tests/IO/BufferedReadStreamTests.cs#L24
The type 'TheoryAttribute' exists in both 'xunit.core, Version=2.4.2.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c' and 'xunit.v3.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c'
|
Export Failed Output
The operation was canceled.
|
DotNet Build Preview:
tests/ImageSharp.Tests/TestFormat.cs#L180
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DotNet Build Preview:
tests/ImageSharp.Tests/Image/MockImageFormatDetector.cs#L21
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/General/StructCasting.cs#L28
Argument 1 should be a variable because it is passed to a 'ref readonly' parameter
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L15
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L19
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L13
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_LoadFromInt16.cs#L16
Member 'dest' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_Quantize.cs#L14
Member 'result' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
DotNet Build Preview:
tests/ImageSharp.Benchmarks/Processing/Resize.cs#L19
Member 'bytes' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
Loading