Merge branch 'winform_gui' of https://github.com/Sergey004/Quest2-VRC… #30
Annotations
20 warnings
Build Solution (Release):
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 Solution (Release):
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 Solution (Release):
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 Solution (Release):
Quest2-VRC.GUI/OculusStaff.cs#L122
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 Solution (Release):
Quest2-VRC.GUI/MainWindow.cs#L38
This call site is reachable on all platforms. 'AdbServer' is only supported on: 'Windows' 10.0.17763.0 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Release):
Quest2-VRC.GUI/MainWindow.cs#L44
This call site is reachable on all platforms. 'MessageBox.Show(string?, string?, MessageBoxButtons)' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Release):
Quest2-VRC.GUI/MainWindow.cs#L41
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 Solution (Release):
Quest2-VRC.GUI/MainWindow.cs#L25
This call site is reachable on all platforms. 'Control.Enabled' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Release):
Quest2-VRC.GUI/MainWindow.cs#L49
This call site is reachable on all platforms. 'Vars.ReadJSON(string)' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Release):
Quest2-VRC.GUI/MainWindow.cs#L44
This call site is reachable on all platforms. 'MessageBoxButtons.OK' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Debug):
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 Solution (Debug):
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 Solution (Debug):
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 Solution (Debug):
Quest2-VRC.GUI/OculusStaff.cs#L122
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 Solution (Debug):
Quest2-VRC.GUI/OSCTest.cs#L37
This call site is reachable on all platforms. 'PacketSender.SendPacket(params VRChatMessage[])' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Debug):
Quest2-VRC.GUI/OSCTest.cs#L35
This call site is reachable on all platforms. 'Vars.Global.HMDBat' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Debug):
Quest2-VRC.GUI/OSCTest.cs#L36
This call site is reachable on all platforms. 'VRChatMessage' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Debug):
Quest2-VRC.GUI/MainWindow.cs#L65
This call site is reachable on all platforms. 'Control.Enabled' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Debug):
Quest2-VRC.GUI/MainWindow.cs#L59
This call site is reachable on all platforms. 'Control.Enabled' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build Solution (Debug):
Quest2-VRC.GUI/MainWindow.cs#L57
This call site is reachable on all platforms. 'Control.Enabled' is only supported on: 'windows' 6.1 and later. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Loading