Support indexes (#37) #178
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/DynamoDBGsiKeyMarshallerTests.cs#L84
Non-nullable property 'PrimaryPartitionKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBDocumentTests/DynamoDBGsiKeyMarshallerTests.cs#L87
Non-nullable property 'PrimaryRangeKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBDocumentTests/DynamoDBGsiKeyMarshallerTests.cs#L90
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBPrimaryKeyMarshallerTests.cs#L207
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|