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

Remove unnecessary usings #10084

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Remove unnecessary usings #10084

merged 1 commit into from
Jul 26, 2024

Conversation

joelverhagen
Copy link
Member

This makes a future repository merge easier because it minimizes the number of project references that I might need to add when a PackageReference changes to a ProjectReference. For legacy csproj, project references are not transitive so I want as few type references as possible, including namespace usings.

@joelverhagen joelverhagen requested a review from a team as a code owner July 26, 2024 21:57
@joelverhagen joelverhagen merged commit b7370a4 into dev Jul 26, 2024
2 checks passed
@joelverhagen joelverhagen deleted the jver-unnecessary-usings branch July 26, 2024 22:11
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.

2 participants