Struct equality implemented properly. #212
build-and-test.yml
on: pull_request
build-and-test
28s
Annotations
4 warnings
build-and-test:
src/FuncSharp.Benchmarks/Option/OptionBenchmarks.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
src/FuncSharp.Benchmarks/Object/ObjectExtensionsBenchmarks.cs#L13
Cannot convert null literal to non-nullable reference type.
|
build-and-test:
src/FuncSharp.Benchmarks/Option/OptionBenchmarks.cs#L7
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-test:
src/FuncSharp.Benchmarks/Object/ObjectExtensionsBenchmarks.cs#L13
Cannot convert null literal to non-nullable reference type.
|