Displaying a diff when the assert fails #183
+65
−5
Open
Annotations
10 warnings
|
Build projects:
src/Snapshooter/Core/Serialization/SnapshotSerializerSettings.cs#L56
Possible null reference argument for parameter 'type' in 'IEnumerable<Type> TypeExtensions.BaseTypesAndSelf(Type type)'.
|
|
Build projects:
src/Snapshooter/Core/Serialization/SnapshotSerializerSettings.cs#L56
Converting null literal or possible null value to non-nullable type.
|
|
Build projects:
src/Snapshooter/SnapshotFullNameResolver.cs#L47
Cannot convert null literal to non-nullable reference type.
|
|
Build projects:
src/Snapshooter/SnapshotFullNameResolver.cs#L31
Cannot convert null literal to non-nullable reference type.
|
|
Build projects:
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).
|
|
Build projects:
src/Snapshooter/Core/Serialization/StreamJsonConverter.cs#L27
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build projects:
src/Snapshooter/Core/Serialization/StreamJsonConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build projects:
src/Snapshooter/Core/Serialization/SnapshotSerializer.cs#L167
Nullability of type of parameter 'text' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build projects:
src/Snapshooter/Core/Serialization/MemoryStreamJsonConverter.cs#L27
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
Build projects:
src/Snapshooter/Core/Serialization/MemoryStreamJsonConverter.cs#L14
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|
Loading