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

asmdef conflicts with System.Collections.Generic #34

Open
Cryptomane opened this issue May 3, 2021 · 0 comments
Open

asmdef conflicts with System.Collections.Generic #34

Cryptomane opened this issue May 3, 2021 · 0 comments

Comments

@Cryptomane
Copy link

I noticed that ever since I included this package I can't seem to be able to initialize a generic list using anything but the default constructor even when I'm not referencing the namespace.

For now I'm working around it by adding using Generics = System.Collections.Generic; and then using new Generics.List<T>(int) in my code, but it would be awesome if this package would either not mess with the linking of Generics or provide those constructor overloads.

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

No branches or pull requests

1 participant