Skip to content

workflow testing

workflow testing #113

Triggered via push February 10, 2024 16:15
Status Failure
Total duration 2m 51s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build
Assets file 'D:\a\Quest2-VRC\Quest2-VRC\Quest2-VRC.GUI\obj\project.assets.json' doesn't have a target for 'net8.0-windows10.0.19041.0/win-x64'. Ensure that restore has run and that you have included 'net8.0-windows10.0.19041.0' in the TargetFrameworks for your project. You may also need to include 'win-x64' in your project's RuntimeIdentifiers.
build
Assets file 'D:\a\Quest2-VRC\Quest2-VRC\Quest2-VRC.GUI\obj\project.assets.json' doesn't have a target for 'net8.0-windows10.0.19041.0/win-x64'. Ensure that restore has run and that you have included 'net8.0-windows10.0.19041.0' in the TargetFrameworks for your project. You may also need to include 'win-x64' in your project's RuntimeIdentifiers.
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: Quest2-VRC.Core/Services/PacketSender.cs#L105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Quest2-VRC.Core/Services/PacketSender.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Quest2-VRC.Core/Modules/ADB.cs#L172
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: Quest2-VRC.Core/Services/Sender.cs#L193
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: Quest2-VRC.Core/Modules/ADB.cs#L49
This call site is reachable on all platforms. 'DeviceData.Name' is only supported on: 'Windows' 10.0.17763.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Quest2-VRC.Core/Modules/ADB.cs#L189
This call site is reachable on all platforms. 'AdbServer.StartServer(string, bool)' is only supported on: 'Windows' 10.0.17763.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Quest2-VRC.Core/Modules/ADB.cs#L130
This call site is reachable on all platforms. 'ConsoleOutputReceiver.ToString()' is only supported on: 'Windows' 10.0.17763.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Quest2-VRC.Core/Modules/ADB.cs#L126
This call site is reachable on all platforms. 'DeviceData' is only supported on: 'Windows' 10.0.17763.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Quest2-VRC.Core/Modules/ADB.cs#L161
This call site is reachable on all platforms. 'AdbServer.Instance' is only supported on: 'Windows' 10.0.17763.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Quest2-VRC.Core/Modules/ADB.cs#L31
This call site is reachable on all platforms. 'AdbClientExtensions.Connect(IAdbClient, string, int)' is only supported on: 'Windows' 10.0.17763.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)