-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[main] Update dependencies from dotnet/runtime #25092
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
[main] Update dependencies from dotnet/runtime #25092
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Auto-approving dependency update.
42f0ef3
to
9067ee7
Compare
/cc @davidfowl (This will update Microsoft.Extensions.HostFactoryResolver.Sources.) |
9067ee7
to
5e478b9
Compare
…0614.1 Microsoft.Extensions.Configuration , Microsoft.Extensions.Configuration.Abstractions , Microsoft.Extensions.Configuration.EnvironmentVariables , Microsoft.Extensions.Configuration.Json , Microsoft.Extensions.DependencyInjection , Microsoft.Extensions.DependencyModel , Microsoft.Extensions.HostFactoryResolver.Sources , System.Collections.Immutable , System.Diagnostics.DiagnosticSource From Version 6.0.0-preview.6.21276.2 -> To Version 6.0.0-preview.6.21314.1
5e478b9
to
36dd65c
Compare
@@ -27,6 +26,12 @@ protected override Assembly TargetAssembly | |||
public class DesignApiConsistencyFixture : ApiConsistencyFixtureBase | |||
{ | |||
public override HashSet<Type> FluentApiTypes { get; } = new() { typeof(DesignTimeServiceCollectionExtensions) }; | |||
|
|||
public override HashSet<Type> NonSealedPrivateNestedTypes { get; } = new() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can fix this
@@ -1,49 +1,51 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<Dependencies> | |||
<ProductDependencies> | |||
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="6.0.0-preview.6.21276.2"> | |||
<!-- NB: Pinned for compatibility with Preview 4 --> | |||
<Dependency Name="Microsoft.Extensions.Caching.Memory" Version="6.0.0-preview.6.21276.2" Pinned="True"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bricelam Are you planning to unpin this prior to shipping? This will create an incoherent build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/cc @dougbu @ajcvickers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Pilchie Can you get someone to take a look at this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cc @bricelam
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Filed #25148 so it doesn't get forgotten. Also tagging @AndriySvyryd here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, we can unpin it in the preview6 branch then unpin in main once preview 6 ships
This pull request updates the following dependencies
From https://github.com/dotnet/runtime