Cache DynamoDBParameters during execution #163
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/DynamoDBKeyMarshallerTests.cs#L205
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBKeyMarshallerTests.cs#L211
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBKeyMarshallerTests.cs#L217
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBKeyMarshallerTests.cs#L220
Non-nullable property 'RangeKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
DynamoDBGenerator.SourceGenerator.Tests/DynamoDBKeyMarshallerTests.cs#L225
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|