Skip to content

style: reformat

style: reformat #2

Triggered via push February 7, 2024 12:50
Status Failure
Total duration 32s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: src/nArchGen/ConsoleUI/Commands/Generate/Crud/GenerateCrudCliCommand.cs#L32
Required member 'GenerateCrudCommand.DbContextName' must be set in the object initializer or attribute constructor.
build: src/nArchGen/ConsoleUI/Commands/Generate/Crud/GenerateCrudCliCommand.cs#L32
Required member 'GenerateCrudCommand.DbContextName' must be set in the object initializer or attribute constructor.
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: src/corePackages/Core.CodeGen/Code/CSharp/ValueObjects/PropertyInfo.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/corePackages/Core.CodeGen/Code/CSharp/ValueObjects/PropertyInfo.cs#L10
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/corePackages/Core.CodeGen/Code/CSharp/ValueObjects/PropertyInfo.cs#L10
Non-nullable property 'AccessModifier' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/nArchGen/Domain/ValueObjects/Entity.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/nArchGen/Domain/ValueObjects/Entity.cs#L11
Non-nullable property 'IdType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/nArchGen/ConsoleUI/Commands/Generate/Command/GenerateCommandCliCommandSettings.cs#L66
The type 'string?' cannot be used as type parameter 'T' in the generic type or method 'SelectionPromptExtensions.AddChoices<T>(SelectionPrompt<T>, params T[])'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build: src/nArchGen/ConsoleUI/Commands/Generate/Command/GenerateCommandCliCommandSettings.cs#L66
Argument of type 'SelectionPrompt<string>' cannot be used for parameter 'obj' of type 'SelectionPrompt<string?>' in 'SelectionPrompt<string?> SelectionPromptExtensions.AddChoices<string?>(SelectionPrompt<string?> obj, params string?[] choices)' due to differences in the nullability of reference types.
build: src/nArchGen/ConsoleUI/Commands/Generate/Query/GenerateQueryCliCommandSettings.cs#L60
The type 'string?' cannot be used as type parameter 'T' in the generic type or method 'SelectionPromptExtensions.AddChoices<T>(SelectionPrompt<T>, params T[])'. Nullability of type argument 'string?' doesn't match 'notnull' constraint.
build: src/nArchGen/ConsoleUI/Commands/Generate/Query/GenerateQueryCliCommandSettings.cs#L60
Argument of type 'SelectionPrompt<string>' cannot be used for parameter 'obj' of type 'SelectionPrompt<string?>' in 'SelectionPrompt<string?> SelectionPromptExtensions.AddChoices<string?>(SelectionPrompt<string?> obj, params string?[] choices)' due to differences in the nullability of reference types.
build: src/corePackages/Core.CodeGen/Code/CSharp/ValueObjects/PropertyInfo.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.