Skip to content

Sync breakpoints outside of debug sessions #1186

Sync breakpoints outside of debug sessions

Sync breakpoints outside of debug sessions #1186

Triggered via pull request October 11, 2024 16:35
Status Success
Total duration 1m 55s
Artifacts

emacs-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
ert: 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.
ert: 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)'.
ert: 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)'.