-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/9.0.1xx-rc1] Update dependencies from dotnet/sdk #9237
Merged
jonathanpeppers
merged 9 commits into
release/9.0.1xx-rc1
from
darc-release/9.0.1xx-rc1-9d91a073-4177-4577-a560-9a9fd6628236
Aug 21, 2024
Merged
[release/9.0.1xx-rc1] Update dependencies from dotnet/sdk #9237
jonathanpeppers
merged 9 commits into
release/9.0.1xx-rc1
from
darc-release/9.0.1xx-rc1-9d91a073-4177-4577-a560-9a9fd6628236
Aug 21, 2024
Conversation
This file contains 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
Microsoft.NET.Sdk From Version 9.0.100-rc.1.24419.12 -> To Version 9.0.100-rc.1.24421.9 Dependency coherency updates Microsoft.NETCore.App.Ref,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport,Microsoft.NET.ILLink.Tasks,Microsoft.DotNet.Cecil From Version 9.0.0-rc.1.24414.5 -> To Version 9.0.0-rc.1.24420.11 (parent: Microsoft.NET.Sdk
dotnet-maestro
bot
requested review from
jonathanpeppers,
pjcollins and
jonpryor
as code owners
August 21, 2024 13:01
jonathanpeppers
added a commit
to jonathanpeppers/debugger-libs
that referenced
this pull request
Aug 21, 2024
Context: dotnet/android#9237 Context: dotnet/android-tools@34e98e2 Using the latest .NET 9 RC 1 builds, dotnet/android repo fails to restore with: external/debugger-libs/Mono.Debugging/Mono.Debugging.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 6.0.34 To solve this, we generally set `$(RestoreAdditionalProjectSources)` to a feed that would include the 6.0.34 runtime packages. Add an "extension point" to mono/debugger-libs, that would allow us to have a submodule like: external/debugger-libs Then would allow us to create the file: external/debugger-libs.override.props This file would set `$(RestoreAdditionalProjectSources)` until the 6.0.34 runtime is released.
thaystg
pushed a commit
to mono/debugger-libs
that referenced
this pull request
Aug 21, 2024
* [build] add extension point for consuming repositories Context: dotnet/android#9237 Context: dotnet/android-tools@34e98e2 Using the latest .NET 9 RC 1 builds, dotnet/android repo fails to restore with: external/debugger-libs/Mono.Debugging/Mono.Debugging.csproj : error NU1102: Unable to find package Microsoft.NETCore.App.Ref with version (= 6.0.34 To solve this, we generally set `$(RestoreAdditionalProjectSources)` to a feed that would include the 6.0.34 runtime packages. Add an "extension point" to mono/debugger-libs, that would allow us to have a submodule like: external/debugger-libs Then would allow us to create the file: external/debugger-libs.override.props This file would set `$(RestoreAdditionalProjectSources)` until the 6.0.34 runtime is released. * `.props`! Whoops!
This reverts commit 6ae9252.
We'll probably have to merge with
They'll fix this in dotnet/maui, when they bump to this same build of .NET 9 RC 1. |
jonathanpeppers
added a commit
that referenced
this pull request
Aug 21, 2024
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
jonathanpeppers
approved these changes
Aug 21, 2024
jonathanpeppers
deleted the
darc-release/9.0.1xx-rc1-9d91a073-4177-4577-a560-9a9fd6628236
branch
August 21, 2024 20:41
jonathanpeppers
added a commit
that referenced
this pull request
Aug 22, 2024
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. 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
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.
This pull request updates the following dependencies
Coherency Updates
The following updates ensure that dependencies with a CoherentParentDependency
attribute were produced in a build used as input to the parent dependency's build.
See Dependency Description Format
From https://github.com/dotnet/sdk