Skip to content

Merge branch 'master' of https://github.com/mattiasnordqvist/FartingU… #3

Merge branch 'master' of https://github.com/mattiasnordqvist/FartingU…

Merge branch 'master' of https://github.com/mattiasnordqvist/FartingU… #3

Triggered via push October 26, 2024 14:49
Status Success
Total duration 43s
Billable time 1m
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: FartingUnicorn/Mapper.cs#L94
Possible null reference argument for parameter 'value' in 'Some<string>.Some(string value)'.
build: FartingUnicorn/Mapper.cs#L111
Dereference of a possibly null reference.
build: FartingUnicorn/Mapper.cs#L113
Dereference of a possibly null reference.
build: FartingUnicorn/Mapper.cs#L115
Dereference of a possibly null reference.
build: FartingUnicorn/Mapper.cs#L115
Unboxing a possibly null value.
build: FartingUnicorn/Mapper.cs#L118
Dereference of a possibly null reference.
build: FartingUnicorn/Mapper.cs#L123
Dereference of a possibly null reference.
build: FartingUnicorn/Mapper.cs#L123
Converting null literal or possible null value to non-nullable type.
build: FartingUnicorn/Mapper.cs#L125
Dereference of a possibly null reference.
build: FartingUnicorn.Tests/SingleField_NonNullableNonOptional_Tests.cs#L1070
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.