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

[release/8.0] Update dependencies from dotnet/aspnetcore #4349

Merged

Conversation

dotnet-maestro[bot]
Copy link
Contributor

@dotnet-maestro dotnet-maestro bot commented Sep 4, 2023

This pull request updates the following dependencies

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

  • Subscription: e7b21215-0495-4dc6-009c-08dbab0610cd
  • Build: 20230903.2
  • Date Produced: September 3, 2023 2:21:19 PM UTC
  • Commit: 7ac89ddffbda55d7e1a5710381356229f4582d9e
  • Branch: refs/heads/release/8.0
Microsoft Reviewers: Open in CodeFlow

…0230903.2

Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Mvc.Testing , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.Caching.StackExchangeRedis , Microsoft.Extensions.Diagnostics.HealthChecks , Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions , Microsoft.Extensions.Features , Microsoft.Extensions.Http.Polly , Microsoft.Extensions.ObjectPool
 From Version 8.0.0-rc.2.23451.19 -> To Version 8.0.0-rc.2.23453.2
@RussKie RussKie merged commit c1ede08 into release/8.0 Sep 5, 2023
6 checks passed
@RussKie RussKie deleted the darc-release/8.0-8740b29d-74c4-4b86-b876-c34bf17e8030 branch September 5, 2023 00:40
@RussKie RussKie added this to the 8.0 RC2 milestone Sep 5, 2023
geeknoid pushed a commit that referenced this pull request Sep 6, 2023
* Update dependencies from https://github.com/dotnet/aspnetcore build 20230901.19 (#4347)

Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Mvc.Testing , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.Caching.StackExchangeRedis , Microsoft.Extensions.Diagnostics.HealthChecks , Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions , Microsoft.Extensions.Features , Microsoft.Extensions.Http.Polly , Microsoft.Extensions.ObjectPool
 From Version 8.0.0-rc.2.23431.20 -> To Version 8.0.0-rc.2.23451.19

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20230901.1 (#4351)

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23425.2 -> To Version 8.0.0-beta.23451.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230903.2 (#4349)

Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Mvc.Testing , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.Caching.StackExchangeRedis , Microsoft.Extensions.Diagnostics.HealthChecks , Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions , Microsoft.Extensions.Features , Microsoft.Extensions.Http.Polly , Microsoft.Extensions.ObjectPool
 From Version 8.0.0-rc.2.23451.19 -> To Version 8.0.0-rc.2.23453.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Fix "DuplicateRequestName" error message missing requestName argument (#4358)

Co-authored-by: Diogo Barbosa <diogobarbosa@microsoft.com>

* Major update to the logging generator. (#4360)

- Now has full support for modern data classifications, including combined
data classifications (where two annotations apply to the same piece of state).

- Fix some bugs around putting spurious @ in logging property names in certain
cases.

- Improved many error paths by eliminating cascading errors. You now tend
to just get one clean error.

- Simplify [LogProperties] and create the [TagProvider] attribute.
Both features are orthogonal, they should never have been provided by a single
attribute.

- Dynamically adjust the name of the generated static variables in order to
avoid conflicts with user-created symbols.

- Harmonize transitive behavior. When you apply [LogProperties] on a
parameter, it results in a one level deep iteration of the parameter's
properties. If you want to go deeper, you need to apply [LogProperties]
on each property you want to go deeper on. At any point, you can AtSymbolsTestExtensions
apply [TagProvider] to invoke user-controlled code instead of using the
automatic way.

- Rename LogPropertiesAttribute.OmitParameterName to OmitReferenceName
since the attribute can now be used on properties as well as parameters.

- Fully support the LoggerMessageAttribute constructors. Prior logic
was still based on the similar-but-different LogMethodAttribute and
was therefore missing a few corner cases.

Co-authored-by: Martin Taillefer <mataille@microsoft.com>

---------

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Diogo Barbosa <diogobarbosa@microsoft.com>
Co-authored-by: Martin Taillefer <mataille@microsoft.com>
geeknoid pushed a commit that referenced this pull request Sep 6, 2023
* Update dependencies from https://github.com/dotnet/aspnetcore build 20230901.19 (#4347)

Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Mvc.Testing , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.Caching.StackExchangeRedis , Microsoft.Extensions.Diagnostics.HealthChecks , Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions , Microsoft.Extensions.Features , Microsoft.Extensions.Http.Polly , Microsoft.Extensions.ObjectPool
 From Version 8.0.0-rc.2.23431.20 -> To Version 8.0.0-rc.2.23451.19

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/arcade build 20230901.1 (#4351)

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk
 From Version 8.0.0-beta.23425.2 -> To Version 8.0.0-beta.23451.1

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Update dependencies from https://github.com/dotnet/aspnetcore build 20230903.2 (#4349)

Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Mvc.Testing , Microsoft.AspNetCore.TestHost , Microsoft.Extensions.Caching.StackExchangeRedis , Microsoft.Extensions.Diagnostics.HealthChecks , Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions , Microsoft.Extensions.Features , Microsoft.Extensions.Http.Polly , Microsoft.Extensions.ObjectPool
 From Version 8.0.0-rc.2.23451.19 -> To Version 8.0.0-rc.2.23453.2

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>

* Fix "DuplicateRequestName" error message missing requestName argument (#4358)

Co-authored-by: Diogo Barbosa <diogobarbosa@microsoft.com>

* Major update to the logging generator. (#4360)

- Now has full support for modern data classifications, including combined
data classifications (where two annotations apply to the same piece of state).

- Fix some bugs around putting spurious @ in logging property names in certain
cases.

- Improved many error paths by eliminating cascading errors. You now tend
to just get one clean error.

- Simplify [LogProperties] and create the [TagProvider] attribute.
Both features are orthogonal, they should never have been provided by a single
attribute.

- Dynamically adjust the name of the generated static variables in order to
avoid conflicts with user-created symbols.

- Harmonize transitive behavior. When you apply [LogProperties] on a
parameter, it results in a one level deep iteration of the parameter's
properties. If you want to go deeper, you need to apply [LogProperties]
on each property you want to go deeper on. At any point, you can AtSymbolsTestExtensions
apply [TagProvider] to invoke user-controlled code instead of using the
automatic way.

- Rename LogPropertiesAttribute.OmitParameterName to OmitReferenceName
since the attribute can now be used on properties as well as parameters.

- Fully support the LoggerMessageAttribute constructors. Prior logic
was still based on the similar-but-different LogMethodAttribute and
was therefore missing a few corner cases.

Co-authored-by: Martin Taillefer <mataille@microsoft.com>

* Rename Metering to Metrics (#4361)

Co-authored-by: Martin Taillefer <mataille@microsoft.com>

---------

Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Diogo Barbosa <diogobarbosa@microsoft.com>
Co-authored-by: Martin Taillefer <mataille@microsoft.com>
@ghost ghost locked as resolved and limited conversation to collaborators Oct 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant