Skip to content

feat: Better example, records and multiple assemblies (#11) #20

feat: Better example, records and multiple assemblies (#11)

feat: Better example, records and multiple assemblies (#11) #20

Triggered via push January 24, 2026 17:34
Status Success
Total duration 28s
Artifacts

ci.yml

on: push
Build and Test
24s
Build and Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build and Test: TenJames.CompMap/TenJames.CompMap/MappingOptions.cs#L14
Non-nullable property 'Namespace' 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/MappingOptions.cs#L13
Non-nullable property 'AttributeName' 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/MappingOptions.cs#L10
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.cs#L38
Possible null reference return.
Build and Test: TenJames.CompMap/TenJames.CompMap/AttributeDefinition.cs#L14
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#L13
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#L12
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#L9
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#L8
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#L7
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.