question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not compatible with netcoreapp3.1/netstandard2.1 target

See original GitHub issue

When I choose netcoreapp3.1 target, Fable compilation fails with:

The type 'System.IAsyncDisposable' does not match the type 'IAsyncDisposable

Reverting to netstandard2.0 works.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
fradavcommented, May 10, 2020
0reactions
fradavcommented, May 14, 2020

Everything works fine, many thanks! Thanks also for this neat and cleanly designed Fable library. I must admit it is the main reason I’m sticking with Fable/F# for frontend projects. I think it is a very nice implementation of the meiosis pattern

Read more comments on GitHub >

github_iconTop Results From Across the Web

Package X is not compatible with netcoreapp3.1
First, clean nuget caches or delete all files under C:\Users\xxx(current user)\.nuget\packages . Then, delete bin and obj folder.
Read more >
Compatibility errors between netcoreapp3.0 app and ...
We recently migrated everything to netcoreapp3.0 and netstandard2.1. The other devs working on the project (one in windows, one on macos) are ...
Read more >
NU1201 .Net Standard 2.1 referencing .Net Core 3.0
error NU1201 : Project Models is not compatible with netstandard2.1 (.NETStandard,Version=v2.1). Project Models supports: netcoreapp3.0 (.
Read more >
Fixing issue related to Package is not compatible with ...
Fixing issue related to Package is not compatible with netcoreapp2.1, supports netstandard2.0, when using Azure DevOps (VSTS).
Read more >
Troubleshoot .NET Framework targeting errors
To resolve the error, make sure that your application targets a .NET version that's compatible with the version that's targeted by the projects ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found