You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This call site is reachable on all platforms. 'ProcessThread.StartTime' is only supported on: 'linux', 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Possible null reference argument for parameter 'key' in 'void SourceGeneratedLoggerExtensions.EnvironmentVariableParingErrorDebug(ILogger logger, string key, string value)'.
Possible null reference argument for parameter 'value' in 'void SourceGeneratedLoggerExtensions.EnvironmentVariableParingErrorDebug(ILogger logger, string key, string value)'.
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.
Non-nullable property 'LaunchRequestSubsystemName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.