Updated search results #49
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/Functions/FunctionDto.cs#L19
Non-nullable property 'id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
Floom.Core/Functions/FunctionDto.cs#L20
Non-nullable property 'slug' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
Floom.Core/Functions/FunctionDto.cs#L21
Non-nullable property 'title' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
Floom.Core/Functions/FunctionDto.cs#L22
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#L23
Non-nullable property 'author' 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 'name' 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 'description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|