Skip to content

Bump

Bump #12

Triggered via pull request November 14, 2025 21:32
@Ten-JamesTen-James
opened #6
main
Status Success
Total duration 55s
Artifacts

ci.yml

on: pull_request
Restore, Build and Test
42s
Restore, Build and Test
Bump package version (patch) on PR
5s
Bump package version (patch) on PR
Pack, update csproj and publish on tag
0s
Pack, update csproj and publish on tag
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Restore, Build and Test: TenJames.CompMap/TenJames.CompMap/Properties/MappingOptions.cs#L11
Non-nullable property 'AttributeName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Restore, Build and Test: TenJames.CompMap/TenJames.CompMap/Properties/MappingOptions.cs#L9
Non-nullable property 'ClassDeclarationSyntax' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Restore, Build and Test: TenJames.CompMap/TenJames.CompMap/MapperGenerator.cs#L26
Argument of type 'ImmutableArray<MappingOptions?>' cannot be used for parameter 'mappingOptions' of type 'ImmutableArray<MappingOptions>' in 'void MapperGenerator.GenerateCode(SourceProductionContext context, Compilation compilation, ImmutableArray<MappingOptions> mappingOptions)' due to differences in the nullability of reference types.
Restore, Build and Test: TenJames.CompMap/TenJames.CompMap/Mapper.cs#L38
Possible null reference return.
Restore, 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.
Restore, 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.
Restore, 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.
Restore, 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.
Restore, 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.
Restore, 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.