-
Notifications
You must be signed in to change notification settings - Fork 18
Remove System.Collections.Immutable dependency where not needed #61
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 System.Collections.Immutable dependency where not needed #61
Conversation
|
Why "non-transient" in the title? 🤔 |
Safest option. I don't think we need this package at all on |
We shouldn't be importing this package by default on any target. |
|
Looks like this was originally added here to resolve MSB4011 warnings - https://github.com/CommunityToolkit/Labs-Windows/pull/117/files#diff-111cb6ee41530a23ad2012cac97291a76f7a52498bb200d707051bf05d376c14R6 A short time after we found out this was a bug in Roslyn, which appears to be resolved now. Let's get this cleaned up. Thanks @Sergio0694! |
Sergio0694
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit, otherwise LGTM!
Closes #59