Commit 7675313
committed
Bump to mono/debugger-libs@d5664344
Changes: mono/debugger-libs@84c5c67...d566434
Context: #9237
Updating this submodule in main, to align with changes on the
`release/9.0.1xx-rc1` branch.
Notably, this sets `$(DisableTransitiveFrameworkReferenceDownloads)`
for mono/debugger-libs to avoid restoring ASP.NET and Windows desktop
packages for downlevel .NET versions.
* Fix Policheck errors
* Adding AddExplicitInterfaceImplementation
* Fix add breakpoint and viewing locals from a pdb loaded on debugges
* Synchronize access to symbols dictionary
* [build] add extension point for consuming repositories1 parent 22a7e3a commit 7675313
2 files changed
+7
-1
lines changedSubmodule debugger-libs updated 11 files
- Directory.Build.props+7
- Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs+10-1
- Mono.Debugger.Soft/Mono.Debugger.Soft/EventRequest.cs+2-2
- Mono.Debugger.Soft/Mono.Debugger.Soft/MethodMirror.cs+9-3
- Mono.Debugger.Soft/Mono.Debugger.Soft/TypeMirror.cs+4-4
- Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs+6-1
- Mono.Debugging.Soft/DebugSymbolsManager.cs+74-35
- Mono.Debugging.Soft/PortablePdbData.cs+16-3
- Mono.Debugging.Soft/SoftDebuggerBacktrace.cs+3-3
- Mono.Debugging.Soft/SoftDebuggerSession.cs+1-1
- Mono.Debugging.Soft/nuget.config+7
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments