chore: use xunit.v3.extensibility.core instead of xunit.v3.core - #226
Merged
Annotations
10 warnings
|
src/Snapshooter/Extensions/JTokenExtensions.cs#L41
Possible null reference argument for parameter 'value' in 'T? JsonConvert.DeserializeObject<T>(string value)'.
|
|
src/Snapshooter/Core/SnapshotFileHandler.cs#L96
Nullability of reference types in type of parameter 'snapshotData' of 'bool SnapshotFileHandler.TryReadSnapshot(SnapshotFullName snapshotFullName, out string? snapshotData)' doesn't match implicitly implemented member 'bool ISnapshotFileHandler.TryReadSnapshot(SnapshotFullName snapshotFullName, out string snapshotData)' (possibly because of nullability attributes).
|
|
src/Snapshooter/Core/Serialization/StreamJsonConverter.cs#L27
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
src/Snapshooter/Core/Serialization/StreamJsonConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
|
src/Snapshooter/Core/Serialization/SnapshotSerializer.cs#L167
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
|
src/Snapshooter/Core/Serialization/MemoryStreamJsonConverter.cs#L27
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
src/Snapshooter/Core/Serialization/MemoryStreamJsonConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
|
samples/Snapshooter.Tests.Data/TestDataBuilder.cs#L89
Cannot convert null literal to non-nullable reference type.
|
|
test/Snapshooter.Tests.Data/TestFileLoader.cs#L18
Avoid inexact read with 'System.IO.Stream.Read(byte[], int, int)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2022)
|
|
test/Snapshooter.Tests.Data/TestDataBuilder.cs#L100
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading