VRCX #2
Annotations
10 warnings
|
Dotnet/AppApi/Electron/Folders.cs#L336
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.
|
|
Dotnet/AppApi/Electron/Folders.cs#L330
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.
|
|
Dotnet/AppApi/Electron/Folders.cs#L64
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Dotnet/AppApi/Electron/AppApiElectron.cs#L36
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.
|
|
Dotnet/WebApi.cs#L41
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Dotnet/WebApi.cs#L40
'ServicePointManager' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead. Settings on ServicePointManager no longer affect SslStream or HttpClient.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
Dotnet/AppApi/Electron/Folders.cs#L59
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Dotnet/LogWatcher.cs#L37
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Dotnet/LogWatcher.cs#L1408
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Dotnet/LogWatcher.cs#L1408
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
The logs for this run have expired and are no longer available.
Loading