Bump to mono/debugger-libs/main@d5664344#9238
Merged
jonathanpeppers merged 1 commit intomainfrom Aug 22, 2024
Merged
Conversation
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 repositories
dellis1972
approved these changes
Aug 21, 2024
grendello
added a commit
that referenced
this pull request
Aug 27, 2024
* main: (47 commits) Bump to dotnet/sdk@5642787dac 9.0.100-rc.2.24426.2 (#9247) LEGO: Merge pull request 9246 Bump to 34.0.137 of the .NET 8 Android workload (#9243) Bump external/Java.Interop from `d30d554` to `51b784a` (#9241) Bump dotnet/android-tools@6575743 (#9235) Bump to mono/debugger-libs@d5664344 (#9238) [ci] Improve push_signed_nugets job condition (#9240) Bump to dotnet/android-tools@657574378a6 and xamarin/monodroid@8bd4bae7 (#9216) Bump to dotnet/java-interop@d30d554 (#9234) Localized file check-in by OneLocBuild Task (#9236) Bump to dotnet/sdk@e2b7b9d2b4 9.0.100-rc.2.24420.1 (#9228) $(AndroidPackVersionSuffix)=rc.2; net9 is 35.0.0-rc.2 (#9233) [Xamarin.Android.Build.Tasks] Scan for JCWs for each ABI in parallel (#9215) [Xamarin.Android.Build.Tasks] %(JavaArtifact) is a list (#9112) [native/monodroid] Fix error demangling satellite assembly names (#9166) [build] Update package metadata (#9230) [Xamarin.Android.Build.Tasks] Remove ILRepack (#9226) [Xamarin.Android.Build.Tasks] Fix an issue with incremental builds (#9183) [Xamarin.Android.Build.Tasks] remove `$XAMARIN_BUILD_ID` (#9223) [Mono.Android] Use .NET version of mdoc (#9225) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: mono/debugger-libs@84c5c67...d566434
Context: #9237
Updating this submodule in main, to align with changes on the
release/9.0.1xx-rc1branch.Notably, this sets
$(DisableTransitiveFrameworkReferenceDownloads)for mono/debugger-libs to avoid restoring ASP.NET and Windows desktop packages for downlevel .NET versions.Changes in mono/debugger-libs:
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 repositories