Diff anything support #25
Annotations
7 warnings
build:
src/Compare/Patch.cs#L145
Argument of type 'Func<T, Rope<char>>' cannot be used for parameter 'itemToString' of type 'Func<T?, Rope<char>>' in 'Rope<char> CompatibilityExtensions.DiffEncode<T>(Rope<T> items, Func<T?, Rope<char>> itemToString, char separator = '~')' due to differences in the nullability of reference types.
|
build:
src/Compare/Patch.cs#L145
Argument of type 'Func<T, Rope<char>>' cannot be used for parameter 'itemToString' of type 'Func<T?, Rope<char>>' in 'Rope<char> CompatibilityExtensions.DiffEncode<T>(Rope<T> items, Func<T?, Rope<char>> itemToString, char separator = '~')' due to differences in the nullability of reference types.
|
build:
tests/DiffAnything.cs#L40
Dereference of a possibly null reference.
|
build:
tests/RopeTests.cs#L136
Converting null literal or possible null value to non-nullable type.
|
build:
src/Compare/Patch.cs#L145
Argument of type 'Func<T, Rope<char>>' cannot be used for parameter 'itemToString' of type 'Func<T?, Rope<char>>' in 'Rope<char> CompatibilityExtensions.DiffEncode<T>(Rope<T> items, Func<T?, Rope<char>> itemToString, char separator = '~')' due to differences in the nullability of reference types.
|
build:
tests/DiffAnything.cs#L40
Dereference of a possibly null reference.
|
build:
tests/RopeTests.cs#L136
Converting null literal or possible null value to non-nullable type.
|