Skip to content
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 #33821

Merged
merged 10 commits into from
May 29, 2024

Conversation

dotnet-maestro[bot]
Copy link
Contributor

This pull request updates the following dependencies

From https://github.com/dotnet/runtime

  • Subscription: b38587bb-6bdc-4b36-8e2d-08db9e435944
  • Build: 20240525.1
  • Date Produced: May 25, 2024 3:55:44 PM UTC
  • Commit: 35e4aad602ee3c28330e94746cfd4e0d4569b66f
  • Branch: refs/heads/main

…0525.1

Microsoft.Extensions.Caching.Memory , 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 , Microsoft.Extensions.Logging , System.Text.Json
 From Version 9.0.0-preview.5.24262.2 -> To Version 9.0.0-preview.5.24275.1
Copy link
Contributor

@dotnet-policy-service dotnet-policy-service bot left a 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.

The FrameworkReference in efcore is already set to honor these, but
versions were never set.
@ericstj ericstj force-pushed the darc-main-66f10065-56c2-4e07-bce6-6ec16857e143 branch from 893276d to 09d85a0 Compare May 28, 2024 23:14
@dotnet-maestro dotnet-maestro bot merged commit b2dd10e into main May 29, 2024
11 checks passed
@dotnet-maestro dotnet-maestro bot deleted the darc-main-66f10065-56c2-4e07-bce6-6ec16857e143 branch May 29, 2024 00:54
@@ -1698,7 +1698,7 @@ public virtual Task TrimStart_with_char_argument_in_predicate(bool async)
public virtual Task TrimStart_with_char_array_argument_in_predicate(bool async)
=> AssertQuery(
async,
ss => ss.Set<Customer>().Where(c => c.ContactTitle.TrimStart('O', 'w') == "ner"));
ss => ss.Set<Customer>().Where(c => c.ContactTitle.TrimStart(new [] {'O', 'w'}) == "ner"));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AndriySvyryd Is this break going to hit our customers? Should it not be fixed in the runtime/BCL?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -119,7 +119,7 @@ stages:
- script: "echo ##vso[build.addbuildtag]CodeQL3000"
displayName: 'Set CI CodeQL3000 tag'
condition: ne(variables.CODEQL_DIST,'')
- script: eng\common\cibuild.cmd -configuration $(_BuildConfig) -prepareMachine $(_InternalBuildArgs)
- script: eng\common\cibuild.cmd -configuration $(_BuildConfig) -prepareMachine /bl:artifacts\log\$(_BuildConfig)\Build.binlog $(_InternalBuildArgs)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious, why was this necessary? AFAIK this should already be the default when calling into the cibuild.cmd/sh script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants