Skip to content

remove paths ignored for testing #11

remove paths ignored for testing

remove paths ignored for testing #11

Triggered via push July 16, 2023 00:06
Status Success
Total duration 51s
Artifacts

build.yml

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

Annotations

20 warnings
build (7.0.x, Release): 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, Release): 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, Release): 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, Release): 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, Release): 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, 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/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#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/Bosses/Bosses.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/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/Bosses/Bosses.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#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/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, Debug): 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, Debug): 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, Debug): 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.