Update nuget package version 10.0.2 > 10.0.3 #234
build-and-test.yml
on: pull_request
build-and-test
34s
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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|
build-and-test:
src/FuncSharp.Benchmarks/Object/ObjectExtensionsBenchmarks.cs#L13
Cannot convert null literal to non-nullable reference type.
|