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

Discord.Net.Core is incompatible with .Net Core 3.0 #1390

Closed
TehPers opened this issue Oct 2, 2019 · 2 comments
Closed

Discord.Net.Core is incompatible with .Net Core 3.0 #1390

TehPers opened this issue Oct 2, 2019 · 2 comments

Comments

@TehPers
Copy link

TehPers commented Oct 2, 2019

The dependency System.Interactive.Async has a type name that conflicts with System.Runtime's implementation of System.Collections.Generic.IAsyncEnumerable<T>. System.Interactive.Async will probably update to address this, but would it be better to only require that as a dependency if targeting .Net Core versions before 3.0?

Someone found a solution we can use for now.

@foxbot
Copy link
Member

foxbot commented Oct 2, 2019

#1382

@TehPers
Copy link
Author

TehPers commented Oct 2, 2019

Oh didn't see that, sorry.

@TehPers TehPers closed this as completed Oct 2, 2019
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

2 participants