Skip to content

More minor fixes and reduce compile time warnings #208

More minor fixes and reduce compile time warnings

More minor fixes and reduce compile time warnings #208

Triggered via pull request November 26, 2023 22:39
Status Success
Total duration 1m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

dotnet-core.yml

on: pull_request
Get Version
12s
Get Version
Build and Test
35s
Build and Test
Push image to registry
0s
Push image to registry
Fit to window
Zoom out
Zoom in

Annotations

22 warnings
Get Version
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/
Build and Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1, codecov/codecov-action@v2. 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 Test: src/FourthDown.Shared/Models/GameDetail.cs#L10
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L33
Non-nullable property 'Abbreviation' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L34
Non-nullable property 'NickName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L22
Non-nullable property 'GameDetail' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L80
Non-nullable property 'CurrentFahrenheit' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L81
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L82
Non-nullable property 'LongDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L83
Non-nullable property 'ShortDescription' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L84
Non-nullable property 'CurrentRealFeelFahrenheit' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L16
Non-nullable property 'Viewer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L178
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L179
Non-nullable property 'Attendance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L180
Non-nullable property 'Distance' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L181
Non-nullable property 'Down' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L182
Non-nullable property 'GameClock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L183
Non-nullable property 'GoalToGo' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L184
Non-nullable property 'HomePointsOvertime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L185
Non-nullable property 'Period' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L186
Non-nullable property 'Phase' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build and Test: src/FourthDown.Shared/Models/GameDetail.cs#L187
Non-nullable property 'PlayReview' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.