Feat/global options #71
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
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
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).
|