Skip to content

testfix build

testfix build #2

Triggered via push March 12, 2024 09:21
Status Failure
Total duration 2m 32s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build (FiveM): MenuExample/MenuExample.cs#L1
The type or namespace name 'CitizenFX' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): MenuExample/MenuExample.cs#L2
The type or namespace name 'CitizenFX' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): MenuExample/MenuExample.cs#L3
The type or namespace name 'CitizenFX' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): MenuExample/MenuExample.cs#L4
The type or namespace name 'ScaleformUI' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): MenuExample/MenuExample.cs#L5
The type or namespace name 'ScaleformUI' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): MenuExample/MenuExample.cs#L6
The type or namespace name 'ScaleformUI' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): MenuExample/MenuExample.cs#L7
The type or namespace name 'ScaleformUI' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): MenuExample/MenuExample.cs#L8
The type or namespace name 'ScaleformUI' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): MenuExample/MenuExample.cs#L9
The type or namespace name 'ScaleformUI' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): MenuExample/MenuExample.cs#L10
The type or namespace name 'ScaleformUI' could not be found (are you missing a using directive or an assembly reference?)
build (FiveM): ScaleformUI_Csharp/Scaleforms/ScaleformUI/Main.cs#L49
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 (FiveM): ScaleformUI_Csharp/Scaleforms/ScaleformUI/Main.cs#L114
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 (FiveM): ScaleformUI_Csharp/Menus/MenuHandler.cs#L149
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 (FiveM): ScaleformUI_Csharp/Menus/Pause Menus/PauseMenu/TabView.cs#L186
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 (FiveM): ScaleformUI_Csharp/Menus/Pause Menus/LobbyMenu/MainView.cs#L493
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 (FiveM): ScaleformUI_Csharp/Menus/Pause Menus/LobbyMenu/MainView.cs#L603
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 (FiveM): ScaleformUI_Csharp/Menus/Pause Menus/LobbyMenu/MainView.cs#L723
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 (FiveM): ScaleformUI_Csharp/Scaleforms/MediumMessage/MediumMessage.cs#L43
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 (FiveM): ScaleformUI_Csharp/Menus/RadialMenu/RadialMenu.cs#L119
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 (FiveM): ScaleformUI_Csharp/Scaleforms/Countdown/CountdownHandler.cs#L34
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.