Skip to content

Conversation

xtqqczze
Copy link
Contributor

@xtqqczze xtqqczze commented Sep 3, 2025

Context: #119302 (comment), dotnet/android#4954.

Also convert .resx files to utf8 encoding (remove BOM).

cc: @MichalStrehovsky

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Sep 3, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Sep 3, 2025
@xtqqczze xtqqczze changed the title Update .editorconfig to adjust settings for .resx files to match VS Update settings for .resx files in .editorconfig Sep 3, 2025
The following script was used:
```sh
for file in $(find . -name '*.resx' -type f); do
  gsed -i '1s/^\xEF\xBB\xBF//' $file
done
```
@dotnet-policy-service dotnet-policy-service bot added the linkable-framework Issues associated with delivering a linker friendly framework label Sep 3, 2025
@jkotas jkotas added area-Infrastructure-libraries and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Sep 8, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

@xtqqczze
Copy link
Contributor Author

@tannergooding Can we merge this. It makes editing .resx files much less annoying.

@tannergooding tannergooding merged commit 62231bb into dotnet:main Sep 11, 2025
169 checks passed
@xtqqczze xtqqczze deleted the editorconfig-json2 branch September 11, 2025 16:29
@xtqqczze
Copy link
Contributor Author

VS Feedback: https://learn.microsoft.com/en-us/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2022

@tannergooding I am not a Visual Studio user, could you please log these issues.

@xtqqczze
Copy link
Contributor Author

Follow-up issue to enforce in CI: #119592.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure-libraries community-contribution Indicates that the PR has been added by a community member linkable-framework Issues associated with delivering a linker friendly framework
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants