removed attribute generator. #23
Annotations
10 warnings
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/MappingOptions.cs#L11
Non-nullable property 'TypeDeclarationSyntax' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/Mapper/Mapper.cs#L36
Possible null reference return.
|
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/Attributes/MapFromAttribute.cs#L10
Parameter 'sourceType' is unread.
|
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/Attributes/MapToAttribute.cs#L10
Parameter 'destinationType' is unread.
|
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/AttributeDefinition.cs#L44
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/AttributeDefinition.cs#L39
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/AttributeDefinition.cs#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/AttributeDefinition.cs#L23
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/AttributeDefinition.cs#L18
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build and Test:
TenJames.CompMap/TenJames.CompMap/AttributeDefinition.cs#L13
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|