Skip to content

Feat/完善命名域类型引用,新增单元测试 #70

Feat/完善命名域类型引用,新增单元测试

Feat/完善命名域类型引用,新增单元测试 #70

Triggered via pull request December 9, 2024 18:18
Status Failure
Total duration 53s
Artifacts

push_nuget.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/AutoGenMapperGenerator/IAutoMap.cs#L4
Missing XML comment for publicly visible type or member 'IAutoMap'
build: src/AutoGenMapperGenerator/IAutoMap.cs#L6
Missing XML comment for publicly visible type or member 'IAutoMap.MapTo(string?)'
build: src/AutoGenMapperGenerator/IAutoMap.cs#L9
Missing XML comment for publicly visible type or member 'IAutoMapExtensions'
build: src/AutoGenMapperGenerator/IAutoMap.cs#L11
Missing XML comment for publicly visible type or member 'IAutoMapExtensions.MapTo<T>(IAutoMap, string?)'
build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build: src/TestProject1/Models/User.cs#L29
Nullability of reference types in return type of 'string? Power.PowerId.get' doesn't match implicitly implemented member 'string? IPower.PowerId.get' (possibly because of nullability attributes).
build: src/TestProject1/Models/User.cs#L30
Nullability of reference types in return type of 'string? Power.PowerName.get' doesn't match implicitly implemented member 'string? IPower.PowerName.get' (possibly because of nullability attributes).
build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.