Skip to content

Deploy to GitHub Pages #13

Deploy to GitHub Pages

Deploy to GitHub Pages #13

Manually triggered June 14, 2025 17:34
Status Success
Total duration 1m 21s
Artifacts

deploy-site.yml

on: workflow_dispatch
deploy-to-github-pages
1m 16s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
deploy-to-github-pages: src/Poker/Poker.Common/Models/Stats.cs#L35
Non-nullable property 'PotOddsPlayer3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-pages: src/Poker/Poker.Common/Models/Stats.cs#L35
Non-nullable property 'PotOddsPlayer2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-pages: src/Poker/Poker.Common/Models/Stats.cs#L35
Non-nullable property 'PotOddsPlayer1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-pages: src/Poker/Poker.Common/Models/Stats.cs#L35
Non-nullable property 'Player4' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-pages: src/Poker/Poker.Common/Models/Stats.cs#L35
Non-nullable property 'Player3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-pages: src/Poker/Poker.Common/Models/Stats.cs#L35
Non-nullable property 'Player2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-pages: src/Poker/Poker.Common/Models/Stats.cs#L35
Non-nullable property 'Player1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-pages: src/Poker/Poker.Common/Models/StreamingOptions.cs#L13
Non-nullable property 'CardFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-pages: src/Poker/Poker.Common/Models/StreamingOptions.cs#L12
Non-nullable property 'PlayersFolder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
deploy-to-github-pages: src/Poker/Poker.Common/Models/StreamingOptions.cs#L11
Non-nullable property 'Folder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.