Skip to content

Updated parameters

Updated parameters #30

Triggered via push October 6, 2024 07:55
Status Success
Total duration 37s
Artifacts

deploy.yml

on: push
build-and-deploy
28s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. 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: Floom.Core/Repository/RepositoryFactory.cs#L10
Cannot convert null literal to non-nullable reference type.
build-and-deploy: Floom.Core/Repository/RepositoryFactory.cs#L15
Cannot convert null literal to non-nullable reference type.
build-and-deploy
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
build-and-deploy: Floom.Core/Assets/FloomAssetsRepository.cs#L18
Dereference of a possibly null reference.
build-and-deploy: Floom.Core/Assets/FloomAssetsRepository.cs#L23
Non-nullable field '_repository' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-deploy: Floom.Core/Functions/FunctionDto.cs#L3
Non-nullable property 'name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Floom.Core/Functions/FunctionDto.cs#L4
Non-nullable property 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Floom.Core/Functions/FunctionDto.cs#L5
Non-nullable property 'runtimeLanguage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Floom.Core/Functions/FunctionDto.cs#L6
Non-nullable property 'runtimeFramework' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build-and-deploy: Floom.Core/Functions/FunctionDto.cs#L7
Non-nullable property 'author' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.