up 7.12.1 #277
Annotations
6 warnings
Build:
v2rayN/v2rayN.Desktop/Views/StatusBarView.axaml.cs#L88
Unreachable code detected
|
Build
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
Build:
v2rayN/v2rayN.Desktop/Views/StatusBarView.axaml.cs#L88
Unreachable code detected
|
Build
Found version-specific or distribution-specific runtime identifier(s): alpine-arm, alpine-arm64, alpine-x64. Affected libraries: SQLitePCLRaw.lib.e_sqlite3. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
Build:
v2rayN/ServiceLib/Handler/CoreAdminHandler.cs#L15
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:
v2rayN/GlobalHotKeys/src/GlobalHotKeys/HotKeyManager.cs#L51
Cannot convert null literal to non-nullable reference type.
|
Loading