Skip to content

Update azureprojectgenerator.yml #7

Update azureprojectgenerator.yml

Update azureprojectgenerator.yml #7

Triggered via push September 7, 2024 12:29
Status Success
Total duration 1m 40s
Artifacts
build-and-deploy
1m 28s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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-and-deploy: azure-project-generator/Program.cs#L20
Converting null literal or possible null value to non-nullable type.
build-and-deploy: azure-project-generator/Program.cs#L21
Converting null literal or possible null value to non-nullable type.
build-and-deploy: azure-project-generator/Program.cs#L22
Converting null literal or possible null value to non-nullable type.
build-and-deploy: azure-project-generator/Program.cs#L23
Converting null literal or possible null value to non-nullable type.
build-and-deploy: azure-project-generator/Program.cs#L24
Converting null literal or possible null value to non-nullable type.
build-and-deploy: azure-project-generator/models/CloudProjectIdea.cs#L17
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-and-deploy: azure-project-generator/models/CloudProjectIdea.cs#L17
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-and-deploy: azure-project-generator/models/CloudProjectIdea.cs#L17
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-and-deploy: 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-and-deploy: 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.