merged updated class lib template #1
Annotations
4 errors and 10 warnings
|
test/SirenTests.cs#L15
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
|
test/SirenTests.cs#L15
Test methods must have a supported return type. Valid types are: void, Task. Change the return type to one of the compatible types. (https://xunit.net/xunit.analyzers/rules/xUnit1028)
|
|
test/SirenTests.cs#L21
Possible null reference argument for parameter 'stream' in 'Bitmap.Bitmap(Stream stream)'.
|
app/ImageTools.cs#L30
This call site is reachable on all platforms. 'BitmapData.Stride' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
test/SirenTests.cs#L38
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
test/SirenTests.cs#L21
This call site is reachable on all platforms. 'Bitmap' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
app/ImageTools.cs#L29
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
app/ImageTools.cs#L25
This call site is reachable on all platforms. 'Image.Width' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
test/SirenTests.cs#L24
This call site is reachable on all platforms. 'Image.Width' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
test/SirenTests.cs#L25
This call site is reachable on all platforms. 'Image.Width' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
test/SirenTests.cs#L38
This call site is reachable on all platforms. 'Image.Width' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
test/SirenTests.cs#L24
This call site is reachable on all platforms. 'Image.Height' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
The logs for this run have expired and are no longer available.
Loading