Merge branch 'master' of https://github.com/mattiasnordqvist/FartingU… #3
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.
|
Loading