Deploy to GitHub Pages #13
deploy-site.yml
on: workflow_dispatch
deploy-to-github-pages
1m 16s
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.
|