chore(deps): bump CommunityToolkit.HighPerformance from 8.2.2 to 8.3.0 in /src/messaging/dotnet/src/Server #2903
Annotations
12 warnings
prototypes/process-explorer/dotnet/src/MorganStanley.ComposeUI.ProcessExplorer.Abstractions/Entities/ConnectionInfo.cs#L51
'ConnectionInfo.ConnectionStatusSubject': new protected member declared in sealed type
|
prototypes/process-explorer/dotnet/src/MorganStanley.ComposeUI.ProcessExplorer.Abstractions/Entities/ConnectionInfo.cs#L83
Dereference of a possibly null reference.
|
prototypes/process-explorer/dotnet/src/MorganStanley.ComposeUI.ProcessExplorer.Abstractions/Extensions/ProtoConvertHelper.cs#L87
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)
|
prototypes/process-explorer/dotnet/src/MorganStanley.ComposeUI.ProcessExplorer.Client/InformationHandlerHelper.cs#L53
Possible null reference argument for parameter 'key' in 'void SourceGeneratedLoggerExtensions.EnvironmentVariableParingErrorDebug(ILogger logger, string key, string value)'.
|
prototypes/process-explorer/dotnet/src/MorganStanley.ComposeUI.ProcessExplorer.Client/InformationHandlerHelper.cs#L53
Possible null reference argument for parameter 'value' in 'void SourceGeneratedLoggerExtensions.EnvironmentVariableParingErrorDebug(ILogger logger, string key, string value)'.
|
prototypes/process-explorer/dotnet/src/MorganStanley.ComposeUI.ProcessExplorer.Core/Subsystems/SubsystemController.cs#L119
Possible null reference return.
|
prototypes/process-explorer/dotnet/src/MorganStanley.ComposeUI.ProcessExplorer.Core/ProcessInfoAggregator.cs#L245
Unboxing a possibly null value.
|
prototypes/process-explorer/dotnet/src/MorganStanley.ComposeUI.ProcessExplorer.Core/ProcessInfoAggregator.cs#L237
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.
|
prototypes/process-explorer/dotnet/test/MorganStanley.ComposeUI.ProcessExplorer.Core.Tests/ProcessInfoAggregator.Tests.cs#L366
Converting null literal or possible null value to non-nullable type.
|
prototypes/process-explorer/dotnet/test/MorganStanley.ComposeUI.ProcessExplorer.Core.Tests/Subsystems/SubsystemLauncher.Tests.cs#L507
Non-nullable property 'LaunchRequestSubsystemName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
|
This job succeeded
Loading