CI manual #2
Annotations
3 errors and 6 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:
Quest2-VRC.Core/Services/PacketSender.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Quest2-VRC.Core/Services/PacketSender.cs#L116
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Quest2-VRC.Core/Services/Sender.cs#L209
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/Services/PacketSender.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Quest2-VRC.Core/Services/PacketSender.cs#L116
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
Quest2-VRC.Core/Services/Sender.cs#L209
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.
|