Skip to content

aop代理生成器

aop代理生成器 #21

Triggered via pull request August 27, 2024 08:10
Status Success
Total duration 50s
Artifacts

push_nuget.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Generators.Shared/RoslynExtensions.cs#L209
The local function 'IsSystemType' is declared but never used
build: src/Generators.Shared/RoslynExtensions.cs#L209
The local function 'IsSystemType' is declared but never used
build: src/Generators.Shared/RoslynExtensions.cs#L209
The local function 'IsSystemType' is declared but never used
build: src/Generators.Shared/RoslynExtensions.cs#L209
The local function 'IsSystemType' is declared but never used
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: src/Blazor.Test/Blazor.Test.Client/Models/User.cs#L9
Non-nullable property 'Product' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Blazor.Test/Blazor.Test.Client/Models/User.cs#L10
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Blazor.Test/Blazor.Test.Client/Models/User.cs#L56
Non-nullable property 'Product1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Blazor.Test/Blazor.Test.Client/Models/User.cs#L71
Non-nullable property 'Display' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.