Sync breakpoints outside of debug sessions #655
Annotations
9 warnings
dotnet (ubuntu-latest):
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.
|
dotnet (ubuntu-latest):
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)'.
|
dotnet (ubuntu-latest):
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)'.
|
dotnet (macos-latest):
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.
|
dotnet (macos-latest):
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)'.
|
dotnet (macos-latest):
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)'.
|
dotnet (windows-latest):
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.
|
dotnet (windows-latest):
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)'.
|
dotnet (windows-latest):
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)'.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
PowerShellEditorServices-module-macos-latest
|
18.4 MB |
|
PowerShellEditorServices-module-ubuntu-latest
|
18.4 MB |
|
PowerShellEditorServices-module-windows-latest
|
19.8 MB |
|
PowerShellEditorServices-test-results-macos-latest
|
90.9 KB |
|
PowerShellEditorServices-test-results-ubuntu-latest
|
91.6 KB |
|
PowerShellEditorServices-test-results-windows-latest
|
140 KB |
|