chore: Fix mixed line endings of source generated files #51
Annotations
8 warnings
|
|
|
|
|
|
|
|
|
|
|
tests/ZLinq.Tests/Linq/IntersectTest.cs#L246
Nullability of reference types in type of parameter 'x' of 'bool PersonEqualityComparer.Equals(Person x, Person y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Person>.Equals(Person? x, Person? y)' (possibly because of nullability attributes).
|
|
tests/ZLinq.Tests/Linq/IntersectTest.cs#L246
Nullability of reference types in type of parameter 'y' of 'bool PersonEqualityComparer.Equals(Person x, Person y)' doesn't match implicitly implemented member 'bool IEqualityComparer<Person>.Equals(Person? x, Person? y)' (possibly because of nullability attributes).
|
|
tests/ZLinq.Tests/Linq/IntersectTest.cs#L240
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading