Sync breakpoints outside of debug sessions #1853
Open
Annotations
3 warnings
Build:
src/PowerShellEditorServices/Index.cs#L121
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
|
Build:
src/PowerShellEditorServices/Services/DebugAdapter/BreakpointSyncService.cs#L65
Possible null reference argument for parameter 'key' in 'bool ConcurrentDictionary<string, SyncedBreakpoint>.TryRemove(string key, out SyncedBreakpoint value)'.
|
Build:
src/PowerShellEditorServices/Services/DebugAdapter/BreakpointSyncService.cs#L307
Possible null reference argument for parameter 'key' in 'bool ConcurrentDictionary<string, SyncedBreakpoint>.TryGetValue(string key, out SyncedBreakpoint value)'.
|
Loading