Build and publish #9
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: einaregilsson/build-number@v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
ApiFootball/Models/Teams.cs#L4
Non-nullable property 'Home' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ApiFootball/Models/Teams.cs#L5
Non-nullable property 'Away' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ApiFootball/Models/Team.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ApiFootball/Models/Team.cs#L11
Non-nullable property 'Logo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ApiFootball/Models/Status.cs#L4
Non-nullable property 'Long' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ApiFootball/Models/Status.cs#L5
Non-nullable property 'Short' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ApiFootball/Models/Standing.cs#L24
Non-nullable property 'Goals' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ApiFootball/Models/Standing.cs#L5
Non-nullable property 'Team' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ApiFootball/Models/Standing.cs#L8
Non-nullable property 'Group' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
ApiFootball/Models/Standing.cs#L9
Non-nullable property 'Form' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|