Skip to content

style: reformat

style: reformat #1

Triggered via push February 7, 2024 10:53
Status Success
Total duration 38s
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/NewProjectData.cs#L7
Non-nullable property 'ProjectName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/nArchGen/Domain/ValueObjects/QueryTemplateData.cs#L7
Non-nullable property 'QueryName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/nArchGen/Domain/ValueObjects/QueryTemplateData.cs#L8
Non-nullable property 'FeatureName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/nArchGen/Domain/ValueObjects/CrudTemplateData.cs#L7
Non-nullable property 'Entity' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/nArchGen/Domain/ValueObjects/CrudTemplateData.cs#L8
Non-nullable property 'DbContextName' 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.