More small spelling corrections #53 #262
Annotations
10 warnings
Samples/MultiSelectUserTypeSamples/Program.cs#L9
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/MultiSelectUserTypeSamples/Program.cs#L10
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/MultiSelectUserScopeSamples/Program.cs#L28
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/MultiSelectUserScopeSamples/Program.cs#L29
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/SelectUserScopeSamples/Program.cs#L28
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/SelectUserScopeSamples/Program.cs#L29
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/SelectUserTypeSamples/Program.cs#L9
Non-nullable property 'MyText' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Samples/SelectUserTypeSamples/Program.cs#L10
Non-nullable property 'MyDesc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
UnitTests/Controls/PaginatorTest.cs#L196
Cannot convert null literal to non-nullable reference type.
|
UnitTests/Controls/PaginatorTest.cs#L212
Cannot convert null literal to non-nullable reference type.
|
The logs for this run have expired and are no longer available.
Loading