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

Clean up of using statements #66

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Clean up of using statements #66

merged 3 commits into from
Jun 7, 2024

Conversation

rjmurillo
Copy link
Owner

Clean up of using statements

  • Remove using directives that are unused
  • Convert using directives to global usings that are used by >50% of files

Fixes #62

@rjmurillo rjmurillo requested a review from MattKotsenas June 7, 2024 15:43
@rjmurillo rjmurillo added this to the vNext milestone Jun 7, 2024
@rjmurillo rjmurillo marked this pull request as ready for review June 7, 2024 15:43
@rjmurillo rjmurillo enabled auto-merge (squash) June 7, 2024 15:58
@rjmurillo rjmurillo merged commit cf3dbd1 into master Jun 7, 2024
4 checks passed
@rjmurillo rjmurillo deleted the fix-62 branch June 7, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up implicit usings
2 participants