Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: patching csproj alters whitespace around packages #30

Open
justinmchase opened this issue Aug 8, 2023 · 0 comments
Open

bug: patching csproj alters whitespace around packages #30

justinmchase opened this issue Aug 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@justinmchase
Copy link
Collaborator

Bug Report

Some elements have a preceding " " before the final /> due to just visual studio tooling and formatting but this tool will automatically remove them when the package is updated. This causes a lot of churn unnecessarily in the PR's. This tool should make a very targetted apply to just the <Version> element and nothing else.

original

<PackageReference Include="Azure.Storage.Blobs" Version="12.16.0" />

after

<PackageReference Include="Azure.Storage.Blobs" Version="12.16.0"/>
@justinmchase justinmchase added the bug Something isn't working label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant