Skip to content

chore: normalize test project line endings - #9

Merged
snss10 merged 1 commit into
mainfrom
chore/normalize-test-project-line-endings
Aug 1, 2026
Merged

chore: normalize test project line endings#9
snss10 merged 1 commit into
mainfrom
chore/normalize-test-project-line-endings

Conversation

@snss10

@snss10 snss10 commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Summary

Normalize the repository representation of the two test project files according to .gitattributes.

Problem

Recent dependency updates stored these project files with inconsistent line endings:

  • tests/TextRecast.Core.Tests/TextRecast.Core.Tests.csproj
  • tests/TextRecast.Infrastructure.Tests/TextRecast.Infrastructure.Tests.csproj

As a result, Git reported both files as modified immediately after a clean checkout, even though their content had not changed.

Changes

  • Renormalizes both test project files.
  • Preserves the package versions introduced by Dependabot.
  • Makes the files follow the repository's configured CRLF working-tree policy.
  • Removes the false dirty-working-tree status.

Impact

There are no source-code, dependency-version, project-configuration, or runtime behavior changes.

Validation

  • No semantic content differences
  • Package versions remain unchanged
  • Files follow .gitattributes
  • GitHub Actions passes

@snss10
snss10 merged commit 110cf10 into main Aug 1, 2026
1 check passed
Sign up for free to 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.

1 participant