Skip to content

Conversation

Copy link
Contributor

Copilot AI commented May 19, 2025

This PR documents a breaking change in .NET 10 where ProviderAliasAttribute has been moved from the Microsoft.Extensions.Logging assembly to the Microsoft.Extensions.Logging.Abstractions assembly.

The changes include:

  1. Created a new breaking change documentation file in includes/core-changes/corefx/10.0/move-provideraliasattribute.md
  2. Updated docs/core/compatibility/10.0.md to reference the new breaking change documentation

The documentation explains that:

  • This is a source incompatible change that was introduced in .NET 10 Preview 4
  • To maintain backward compatibility, the type is type-forwarded from the original assembly
  • The only breaking scenario is when a project references an older version of Microsoft.Extensions.Logging alongside the .NET 10 version of Microsoft.Extensions.Logging.Abstractions
  • The recommended action is to upgrade to the .NET 10 version of Microsoft.Extensions.Logging if you encounter issues

Fixes #45806.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • cdn.fwupd.org
    • Triggering command: /usr/bin/fwupdmgr refresh (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

…Abstractions

Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Copilot AI changed the title [WIP] [Breaking change]: Moving ProviderAliasAttribute to Microsoft.Extensions.Logging.Abstractions Document ProviderAliasAttribute move to Microsoft.Extensions.Logging.Abstractions in .NET 10 May 19, 2025
Copilot AI requested a review from gewarren May 19, 2025 19:52
@gewarren
Copy link
Contributor

Can you modify your work to follow the instructions in the .github/prompts/breaking-change.md file?

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.

[Breaking change]: Moving ProviderAliasAttribute to Microsoft.Extensions.Logging.Abstractions

2 participants