Skip to content

Add deprecated package filter for Validation.Localization - #714

Open
gewarren wants to merge 1 commit into
mainfrom
gewarren-patch-5
Open

Add deprecated package filter for Validation.Localization#714
gewarren wants to merge 1 commit into
mainfrom
gewarren-patch-5

Conversation

@gewarren

Copy link
Copy Markdown
Collaborator

Added a deprecated package filter for Microsoft.Extensions.Validation.Localization.

Added a deprecated package filter for Microsoft.Extensions.Validation.Localization.

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds an exclusion to the platform package filter list to omit the deprecated Microsoft.Extensions.Validation.Localization package from indexing/documentation output.

Changes:

  • Added Microsoft.Extensions.Validation.Localization to the excludes list in the platform package filter.
  • Annotated the exclusion as deprecated.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +116 to +117
// Deprecated.
PackageFilterExpression.Parse("Microsoft.Extensions.Validation.Localization"), // Latest version is Preview 6.
@KalleOlaviNiemitalo

Copy link
Copy Markdown

Out of curiosity, I went looking at why Microsoft.Extensions.Validation.Localization was deprecated, and found dotnet/aspnetcore#67987.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@gewarren@KalleOlaviNiemitalo