Skip to content

Update azureprojectgenerator.yml #2

Update azureprojectgenerator.yml

Update azureprojectgenerator.yml #2

Triggered via push September 4, 2024 13:19
Status Failure
Total duration 35s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build: azure-project-generator/Program.cs#L10
The registration for method 'ConfigureFunctionsWebApplication' is expected for ASP.NET Core Integration. (https://aka.ms/azfw-rules?ruleid=AZFW0014)
build: azure-project-generator/Program.cs#L10
The registration for method 'ConfigureFunctionsWebApplication' is expected for ASP.NET Core Integration. (https://aka.ms/azfw-rules?ruleid=AZFW0014)
build
Process completed with exit code 1.
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: azure-project-generator/Program.cs#L20
Converting null literal or possible null value to non-nullable type.
build: azure-project-generator/Program.cs#L21
Converting null literal or possible null value to non-nullable type.
build: azure-project-generator/Program.cs#L22
Converting null literal or possible null value to non-nullable type.
build: azure-project-generator/Program.cs#L23
Converting null literal or possible null value to non-nullable type.
build: azure-project-generator/Program.cs#L24
Converting null literal or possible null value to non-nullable type.
build: azure-project-generator/models/CloudProjectIdea.cs#L12
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: azure-project-generator/models/CloudProjectIdea.cs#L13
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: azure-project-generator/models/CloudProjectIdea.cs#L14
Non-nullable property 'Steps' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: azure-project-generator/models/CertificationSkillMeasured.cs#L8
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: azure-project-generator/models/CertificationSkillMeasured.cs#L10
Non-nullable property 'Percentage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.