Skip to content

Merge pull request #4 from Astorec/1-add-google-workflow-idenity-fede… #6

Merge pull request #4 from Astorec/1-add-google-workflow-idenity-fede…

Merge pull request #4 from Astorec/1-add-google-workflow-idenity-fede… #6

Triggered via push August 26, 2024 13:16
Status Failure
Total duration 37s
Artifacts

main.yml

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

Annotations

10 errors and 5 warnings
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/MacCatalyst/AppDelegate.cs#L6
The namespace 'BeybladeTournamentManager.Hybrid' already contains a definition for 'AppDelegate'
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/MacCatalyst/Program.cs#L6
The namespace 'BeybladeTournamentManager.Hybrid' already contains a definition for 'Program'
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/Tizen/Main.cs#L7
The namespace 'BeybladeTournamentManager.Hybrid' already contains a definition for 'Program'
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/Android/MainActivity.cs#L1
The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?)
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/Android/MainActivity.cs#L2
The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?)
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/Android/MainActivity.cs#L3
The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?)
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/Android/MainApplication.cs#L1
The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?)
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/Android/MainApplication.cs#L2
The type or namespace name 'Android' could not be found (are you missing a using directive or an assembly reference?)
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/iOS/AppDelegate.cs#L1
The type or namespace name 'Foundation' could not be found (are you missing a using directive or an assembly reference?)
deploy-to-github-pages: BeybladeTournamentManager.Hybrid/BeybladeTournamentManager.Hybrid/Platforms/iOS/Program.cs#L1
The type or namespace name 'ObjCRuntime' could not be found (are you missing a using directive or an assembly reference?)
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. 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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
deploy-to-github-pages: Components/Pages/Bracket.razor#L28
Found markup element with unexpected name 'NotStartedBracket'. If this is intended to be a component, add a @using directive for its namespace.
deploy-to-github-pages: Components/Pages/Leaderboard.razor#L107
Nullability of reference types in type of parameter 'x' of 'int LeaderboardRankComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).
deploy-to-github-pages: Components/Pages/Leaderboard.razor#L107
Nullability of reference types in type of parameter 'y' of 'int LeaderboardRankComparer.Compare(string x, string y)' doesn't match implicitly implemented member 'int IComparer<string>.Compare(string? x, string? y)' (possibly because of nullability attributes).