Skip to content

Merge branch 'main' of github.com:jamesw98/dnd-utils into main #57

Merge branch 'main' of github.com:jamesw98/dnd-utils into main

Merge branch 'main' of github.com:jamesw98/dnd-utils into main #57

Triggered via push November 1, 2023 02:11
Status Success
Total duration 1m 40s
Artifacts

main.yml

on: push
deploy-to-github-pages
1m 28s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
deploy-to-github-pages
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy-to-github-pages: Shared/SpellDialog.razor#L18
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Shared/SpellDialog.razor#L21
Non-nullable property 'Spell' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Shared/SpellContentComponent.razor#L18
Non-nullable property 'Spell' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Shared/ReplayAttack.razor#L27
Non-nullable property 'MudDialog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Shared/ReplayAttack.razor#L30
Non-nullable property 'AttackToReplay' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Shared/ReplayAttack.razor#L33
Non-nullable property 'Creatures' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Shared/ReplayAttack.razor#L39
Non-nullable property 'Attacks' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Models/Spellbook.cs#L5
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Models/Spellbook.cs#L6
Non-nullable property 'Class' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy-to-github-pages: Models/Spell.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.