Add missing curly braces #37
Annotations
10 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
Mapperic/DtoSourceGenerator.cs#L10
This compiler extension should not be implemented in an assembly containing a reference to Microsoft.CodeAnalysis.Workspaces. The Microsoft.CodeAnalysis.Workspaces assembly is not provided during command line compilation scenarios, so references to it could cause the compiler extension to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1038.md)
|
build:
Mapperic/DtoSourceGenerator.cs#L10
This compiler extension should not be implemented in an assembly with target framework '.NET 8.0'. References to other target frameworks will cause the compiler to behave unpredictably. (https://github.com/dotnet/roslyn-analyzers/blob/main/docs/rules/RS1041.md)
|
build
Some target frameworks declared in the dependencies group of the nuspec and the lib/ref folder do not have exact matches in the other location. Consult the list of actions below:
|
build
- Add lib or ref assemblies for the net8.0 target framework
|
build:
MappericTests/DummyClass.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.
|
build:
MappericTests/TestAttributes.cs#L20
Dereference of a possibly null reference.
|
build:
MappericTests/TestAttributes.cs#L28
Dereference of a possibly null reference.
|
build:
MappericTests/TestDTO.cs#L26
Dereference of a possibly null reference.
|
build:
MappericTests/TestDTO.cs#L34
Dereference of a possibly null reference.
|