Update Program.cs, add ARM templates, and upgrade package #6
azureprojectgenerator.yml
on: push
build-and-deploy
1m 7s
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#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-and-deploy:
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-and-deploy:
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-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.
|