Improve key representation #177
Annotations
10 warnings
build:
SampleApp/Address.cs#L11
Non-nullable property 'Neighbours' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SampleApp/PersonEntity.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SampleApp/PersonEntity.cs#L9
Non-nullable property 'Firstname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SampleApp/PersonEntity.cs#L10
Non-nullable property 'Lastname' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
SampleApp/PersonEntity.cs#L11
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBPrimaryKeyMarshallerTests.cs#L201
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBDocumentTests/Deserialize/Types/StreamTests.cs#L36
Non-nullable property 'MyMemoryStream' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBDocumentTests/Serialize/Types/StreamTests.cs#L26
Non-nullable property 'MyMemoryStream' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBPrimaryKeyMarshallerTests.cs#L221
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBPrimaryKeyMarshallerTests.cs#L213
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|