Skip to content

改进Aop的标注逻辑 #48

改进Aop的标注逻辑

改进Aop的标注逻辑 #48

Triggered via push October 24, 2024 04:23
Status Success
Total duration 46s
Artifacts

push_nuget.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Shared/Generators.Shared/RoslynExtensions.cs#L260
The local function 'IsSystemType' is declared but never used
build: src/Shared/Generators.Shared/RoslynExtensions.cs#L260
The local function 'IsSystemType' is declared but never used
build: src/Shared/Generators.Shared/RoslynExtensions.cs#L260
The local function 'IsSystemType' is declared but never used
build: src/Shared/Generators.Shared/RoslynExtensions.cs#L260
The local function 'IsSystemType' is declared but never used
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: 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).