Skip to content

Merger (#75) - #76

Merged
ptr727 merged 1 commit into
mainfrom
develop
Jan 30, 2026
Merged

Merger (#75)#76
ptr727 merged 1 commit into
mainfrom
develop

Conversation

@ptr727

Copy link
Copy Markdown
Owner

No description provided.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: ptr727 <2061579+ptr727@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
CopilotAI review requested due to automatic review settings January 30, 2026 05:36
@ptr727
ptr727 enabled auto-merge (squash) January 30, 2026 05:36

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

This pull request consolidates configuration and updates several NuGet package dependencies, including a major framework upgrade from xUnit v2 to v3.

Changes:

  • Migrates test framework from xunit 2.9.3 to xunit.v3 3.2.2 (major version upgrade)
  • Updates xunit.analyzers from 1.26.0 to 1.27.0
  • Updates Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.102
  • Consolidates GenerateDocumentationFile configuration into main PropertyGroup
  • Moves CS1591 (missing XML documentation) warning suppression from csproj to .editorconfig
  • Standardizes PrivateAssets casing and formatting

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

FileDescription
LanguageTagsTests/LanguageTagsTests.csprojMigrates from xunit v2 to v3, updates xunit.analyzers version
LanguageTags/LanguageTags.csprojUpdates SourceLink package, consolidates GenerateDocumentationFile configuration, removes NoWarn property
LanguageTags/.editorconfigAdds CS1591 warning suppression for missing XML documentation comments

Comment threadLanguageTagsTests/LanguageTagsTests.csproj
@ptr727
ptr727 merged commit 5f39b9a into mainJan 30, 2026
19 checks passed
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.

2 participants

@ptr727