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 unused usings #299

Merged
merged 1 commit into from
Jan 14, 2023
Merged

Conversation

Numpsy
Copy link

@Numpsy Numpsy commented Jan 14, 2023

I had a go at building against the latest Avalonia nightly to try testing with it, and got a bunch of build failures due to Avalonia API changes, but also a few due to unresolved namespace uses that in some cases turn out not be be needed (e.g. the latest Avalonia has removed the reference to JetBrains.Annotations, and it looks like AvaloniaEdit contains some using JetBrains.Annotations but doesn't actually use the attributes, so removing them avoids a build break).

I then just went and ran the VS code tidy on the project to remove all the unused usings rather than just those, and this is the result in case anyone is interested.

@danipen danipen merged commit 1937a74 into AvaloniaUI:master Jan 14, 2023
@Numpsy Numpsy deleted the users/rw/remove_usings branch January 15, 2023 14:42
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