Skip to content

Update dotnet monorepo - #1090

Open
renovate[bot] wants to merge 1 commit into
dev8from
renovate/dotnet-monorepo
Open

Update dotnet monorepo#1090
renovate[bot] wants to merge 1 commit into
dev8from
renovate/dotnet-monorepo

Conversation

@renovate

@renovate renovate Bot commented May 13, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@microsoft/signalr (source) 8.0.78.0.29 age confidence
Microsoft.AspNetCore.Identity.EntityFrameworkCore (source) 9.0.49.0.19 age confidence
Microsoft.AspNetCore.Mvc.NewtonsoftJson (source) 9.0.49.0.19 age confidence
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (source) 9.0.49.0.19 age confidence
Microsoft.AspNetCore.OpenApi (source) 9.0.49.0.19 age confidence
Microsoft.AspNetCore.SignalR.Client (source) 9.0.49.0.19 age confidence
Microsoft.AspNetCore.SignalR.Common (source) 9.0.49.0.19 age confidence
Microsoft.AspNetCore.SignalR.StackExchangeRedis (source) 9.0.49.0.19 age confidence
Microsoft.Bcl.Numerics (source) 9.0.49.0.19 age confidence
Microsoft.CodeAnalysis.Analyzers 4.14.05.9.0 age confidence
Microsoft.CodeAnalysis.CSharp 4.13.04.14.0 age confidence
Microsoft.Extensions.ApiDescription.Server (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Caching.StackExchangeRedis (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Configuration (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Configuration.Json (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Configuration.UserSecrets (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.DependencyInjection (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.FileProviders.Embedded (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.FileProviders.Physical (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Hosting (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Http (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Http.Resilience (source) 9.4.09.10.0 age confidence
Microsoft.Extensions.Logging (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Logging.Console (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Options (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Options.ConfigurationExtensions (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.Primitives (source) 9.0.49.0.19 age confidence
Microsoft.Extensions.ServiceDiscovery (source) 9.3.09.5.2 age confidence
Microsoft.Extensions.ServiceDiscovery.Abstractions (source) 9.3.09.5.2 age confidence
Microsoft.Extensions.ServiceDiscovery.Dns (source) 9.3.09.5.2 age confidence
Microsoft.Extensions.ServiceDiscovery.Yarp (source) 9.3.09.5.2 age confidence
Microsoft.Maui.Essentials 9.0.609.0.120 age confidence
Microsoft.XmlSerializer.Generator (source) 9.0.49.0.19 age confidence
System.Composition (source) 9.0.49.0.19 age confidence
System.Configuration.ConfigurationManager (source) 9.0.49.0.19 age confidence
System.Diagnostics.EventLog (source) 9.0.49.0.19 age confidence
System.Diagnostics.PerformanceCounter (source) 9.0.49.0.19 age confidence
System.Drawing.Common (source) 9.0.49.0.19 age confidence
System.IO.Hashing (source) 9.0.49.0.19 age confidence
System.IO.Pipelines (source) 9.0.49.0.19 age confidence
System.Management (source) 9.0.49.0.19 age confidence
System.Net.Http.Json (source) 9.0.49.0.19 age confidence
System.Security.Cryptography.ProtectedData (source) 9.0.49.0.19 age confidence
System.Text.Json (source) 9.0.49.0.19 age confidence

Release Notes

dotnet/aspnetcore (@​microsoft/signalr)

v8.0.29: .NET 8.0.29

Compare Source

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v8.0.28...v8.0.29

v8.0.17

Compare Source

Bug Fixes

  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61623)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence the forwarded headers, preventing potential spoofing or misrouting of requests.

Dependency Updates

  • Update dependencies from dotnet/arcade (#​61832)
    This update brings in the latest changes from the dotnet/arcade repository, ensuring that ASP.NET Core benefits from recent improvements, bug fixes, and security patches in the shared build infrastructure.

  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61761)
    The GoogleTest submodule has been updated to a newer commit, providing the latest testing features, bug fixes, and performance improvements for the project's C++ test components.

Miscellaneous

  • Update branding to 8.0.17 (#​61830)
    The project version branding has been updated to reflect the new 8.0.17 release, ensuring consistency across build outputs and documentation.

  • Merging internal commits for release/8.0 (#​61924)
    This change merges various internal commits into the release/8.0 branch, incorporating minor fixes, documentation updates, and other non-user-facing improvements to keep the release branch up to date.


This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: dotnet/aspnetcore@v8.0.16...v8.0.17

dotnet/dotnet (Microsoft.AspNetCore.Identity.EntityFrameworkCore)

v9.0.7: .NET 9.0.7

You can build .NET 9.0 from the repository by cloning the release tag v9.0.7 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v9.0.6: .NET 9.0.6

You can build .NET 9.0 from the repository by cloning the release tag v9.0.6 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

v9.0.5: .NET 9.0.5

You can build .NET 9.0 from the repository by cloning the release tag v9.0.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

dotnet/extensions (Microsoft.Extensions.Http.Resilience)

v9.10.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v9.9.0...v9.10.0

v9.9.0

Highlights

AI
  • Abstractions for remote MCP servers; response/approval flow support via new experimental types
  • Function approvals via new experimental types (e.g., ApprovalRequiredAIFunction, user input/approval request & response content).
  • Reasoning text streaming for OpenAI Responses ChatClient streaming.
  • AIFunction split into a base class to improve extensibility.
  • IChatReducer moved to Microsoft.Extensions.AI.Abstractions.
  • Updated to OpenAI 2.4.0 and genai standard convention 1.37.
  • Coalescing logic now treats ChatMessage.Role changes as new messages.
  • GetResponseAsync<T> now reads only the last message (bug fix).
  • OpenTelemetry ChatClient/EmbeddingGenerator logs raw additional properties (no key mangling).
  • Fixed empty annotated text chunk handling in streaming with OpenAI Assistants.
Telemetry & Diagnostics
  • HTTP diagnostics log query string params with proper redaction (emitted on url.query).
  • server.address telemetry emits host only (per OpenTelemetry semantic conventions).
  • Heuristics added to detect well-known model hosts.
  • Resource monitoring can consider Environment.CpuUsage.

New Contributors

Full Changelog: dotnet/extensions@v9.8.0...v9.9.0

v9.8.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v9.7.0...v9.8.0

v9.7.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v9.6.0...v9.7.0

v9.6.0

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 1am,before 5am,before 9am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/dotnet-monorepo branch 16 times, most recently from fb38fa7 to f497e2b Compare May 20, 2025 23:37
@renovate
renovate Bot force-pushed the renovate/dotnet-monorepo branch 13 times, most recently from e2fed65 to 460d857 Compare May 23, 2025 06:32
@renovate
renovate Bot force-pushed the renovate/dotnet-monorepo branch 27 times, most recently from 4a99143 to 7158641 Compare May 31, 2025 05:26
@renovate
renovate Bot force-pushed the renovate/dotnet-monorepo branch 2 times, most recently from 08c8860 to 26c786e Compare June 11, 2025 03:50
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.

0 participants