Skip to content

docs: update readme #15

docs: update readme

docs: update readme #15

Triggered via push April 16, 2024 17:59
Status Success
Total duration 40s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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.