Skip to content
Triggered via pull request October 16, 2024 19:34
@MickMelonMickMelon
synchronize #13
signals
Status Success
Total duration 35s
Artifacts

dotnet.yml

on: pull_request
build-dotnet-core
24s
build-dotnet-core
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
build-dotnet-core
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-dotnet-core: src/IntelliPed.Core/Plugins/GtaNativeFunctionsPlugin.cs#L19
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-dotnet-core: src/IntelliPed.Core/Plugins/GtaNativeFunctionsPlugin.cs#L19
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.