ci: update workflows to include wait steps for release and .NET build… #25
Annotations
11 warnings
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
|