Skip to content

Support renaming the source generated property #131

Support renaming the source generated property

Support renaming the source generated property #131

Triggered via push August 30, 2023 20:07
Status Success
Total duration 57s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: DynamoDBGenerator/DynamoDbDocumentProperty.cs#L10
Non-nullable property 'PropertyName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
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
Argument of type '(int EnabledNullableKey, string? EnabledNullableValue)' cannot be used for parameter 'entity' of type '(int EnabledNullableKey, string EnabledNullableValue)' in 'Dictionary<string, AttributeValue> NestedNullableAnnotationTestClass_Document.NN_intEnabledNullableKeystringEnabledNullableValueSer_NN_intSer_N_stringSer((int EnabledNullableKey, string EnabledNullableValue) entity)' due to differences in the nullability of reference types.
build
Nullability of reference types in value of type '(int DisabledNullableKey, string? DisabledNullableValue)' doesn't match target type '(int DisabledNullableKey, string DisabledNullableValue)'.
build
Nullability of reference types in value of type '(int EnabledNullableKey, string? EnabledNullableValue)' doesn't match target type '(int EnabledNullableKey, string EnabledNullableValue)'.
build
Argument of type 'KeyValuePair<string?, int?>' cannot be used for parameter 'entity' of type 'KeyValuePair<string, int?>' in 'Dictionary<string, AttributeValue> KeyValuePairClass_Document.NN_KeyValuePairstringintSer_N_stringSer_N_intSer_NN_intSer(KeyValuePair<string, int?> entity)' due to differences in the nullability of reference types.