Bump MSTest.TestFramework from 3.6.3 to 3.7.3 #434
Annotations
20 warnings
Build:
Avalonia.Gif/Decoding/GifDecoder.cs#L429
Dereference of a possibly null reference.
|
Build:
Avalonia.Gif/Extensions/StreamExtensions.cs#L26
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Build:
Avalonia.Gif/Extensions/StreamExtensions.cs#L31
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Build:
Avalonia.Gif/Extensions/StreamExtensions.cs#L49
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Build:
Avalonia.Gif/Extensions/StreamExtensions.cs#L66
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Build:
Avalonia.Gif/Extensions/StreamExtensions.cs#L76
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Build:
StabilityMatrix.Core/Models/IndexCollection.cs#L25
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'IChangeSet<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
|
Build:
StabilityMatrix.Core/Models/IndexCollection.cs#L15
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'SourceCache<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
|
Build:
StabilityMatrix.Core/Models/Packages/UnknownPackage.cs#L147
Nullability of reference types in return type doesn't match overridden member.
|
Build:
StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L63
Cannot convert null literal to non-nullable reference type.
|
Test:
Avalonia.Gif/Decoding/GifDecoder.cs#L429
Dereference of a possibly null reference.
|
Test:
Avalonia.Gif/Extensions/StreamExtensions.cs#L26
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Test:
Avalonia.Gif/Extensions/StreamExtensions.cs#L31
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Test:
Avalonia.Gif/Extensions/StreamExtensions.cs#L66
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Test:
Avalonia.Gif/Extensions/StreamExtensions.cs#L49
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Test:
Avalonia.Gif/Extensions/StreamExtensions.cs#L76
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
Test:
StabilityMatrix.Core/Models/IndexCollection.cs#L25
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'IChangeSet<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
|
Test:
StabilityMatrix.Core/Models/IndexCollection.cs#L15
The type 'TObject' cannot be used as type parameter 'TObject' in the generic type or method 'SourceCache<TObject, TKey>'. Nullability of type argument 'TObject' doesn't match 'notnull' constraint.
|
Test:
StabilityMatrix.Core/Models/Packages/UnknownPackage.cs#L147
Nullability of reference types in return type doesn't match overridden member.
|
Test:
StabilityMatrix.Core/Models/FDS/StableSwarmSettings.cs#L63
Cannot convert null literal to non-nullable reference type.
|
Loading