Skip to content

Diff anything support #25

Diff anything support

Diff anything support #25

Triggered via push July 14, 2024 16:10
Status Success
Total duration 40s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

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.