Create dotnet.yml #1
Annotations
10 warnings
build:
FartingUnicorn/Mapper.cs#L92
Possible null reference argument for parameter 'value' in 'Some<string>.Some(string value)'.
|
build:
FartingUnicorn.Tests/SingleField_NonNullableNonOptional_Tests.cs#L408
Non-nullable property 'IsDraft' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
FartingUnicorn.Tests/SingleField_NonNullableNonOptional_Tests.cs#L523
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
FartingUnicorn.Tests/SingleField_NonNullableNonOptional_Tests.cs#L760
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
FartingUnicorn.Tests/SingleField_NonNullableNonOptional_Tests.cs#L761
Non-nullable property 'Rating' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
FartingUnicorn.Tests/SingleField_NonNullableNonOptional_Tests.cs#L157
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
FartingUnicorn.Tests/SingleField_NonNullableNonOptional_Tests.cs#L24
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WebApplication1/Controllers/Pet.cs#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WebApplication1/Controllers/Pet.cs#L8
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
WebApplication1/Controllers/UserProfile.cs#L12
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|