Skip to content

fix tag creation ref #9

fix tag creation ref

fix tag creation ref #9

Triggered via push July 15, 2023 23:56
Status Success
Total duration 50s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (7.0.x, Debug): src/G2DataGUI.Common/Data/DDS/DDSFiles.cs#L16
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Debug): src/G2DataGUI.Common/Data/DDS/DDSFiles.cs#L19
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Debug): src/G2DataGUI.Common/Data/Enemies/Enemies.cs#L17
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Debug): src/G2DataGUI.Common/Data/Enemies/Enemies.cs#L23
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Debug): src/G2DataGUI.Common/Data/Enemies/Enemies.cs#L25
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Debug): src/G2DataGUI.Common/Data/Bosses/Bosses.cs#L17
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Debug): src/G2DataGUI.Common/Data/Bosses/Bosses.cs#L23
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Debug): src/G2DataGUI.Common/Data/Bosses/Bosses.cs#L25
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Debug): src/G2DataGUI.Common/Data/Enemies/Enemies.cs#L27
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (7.0.x, Debug): src/G2DataGUI.Common/Data/DDS/DDSFiles.cs#L21
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Skills/Skills.cs#L18
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Skills/Skills.cs#L23
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Skills/Skills.cs#L25
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Skills/Skillbooks.cs#L19
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Skills/Skillbooks.cs#L24
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Skills/Skillbooks.cs#L26
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Moves/SpecialSets.cs#L19
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Moves/SpecialSets.cs#L24
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Moves/SpecialSets.cs#L26
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (7.0.x, Release): src/G2DataGUI.Common/Data/Moves/Moves.cs#L18
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.