Skip to content

Implemented collection methods so that they crash on nulls (#158) #202

Implemented collection methods so that they crash on nulls (#158)

Implemented collection methods so that they crash on nulls (#158) #202

Triggered via push October 12, 2023 15:49
Status Success
Total duration 1m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
build-and-test
53s
build-and-test
Fit to window
Zoom out
Zoom in

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.