Not compatible with netcoreapp3.1/netstandard2.1 target
See original GitHub issueWhen 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:
- Created 3 years ago
- Comments:14 (14 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Did you see that : https://github.com/fsharp/fslang-suggestions/issues/866 ?
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