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.

Compatibility to .net Core 1.1

See original GitHub issue

I’m currently trying out .net core, using the (at least I think so) current version and get the following error:

Package BingMapsRESTToolkit 1.0.5 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1)

According to the readme this package should be compatible with ASP.NET Core 1.0 and as far as I understand the .net framework (which is not very far but still) asp.net core and dotnet core should be kind of similar/identical so it should work.

Steps to reproduce:

Full error message:

  Writing [...]\tmp3363.tmp
info : Adding PackageReference for package 'BingMapsRESTToolkit' into project '[...].csproj'.
log  : Restoring packages for [...].csproj...
info :   GET https://api.nuget.org/v3-flatcontainer/bingmapsresttoolkit/index.json
info :   OK https://api.nuget.org/v3-flatcontainer/bingmapsresttoolkit/index.json 623ms
info :   GET https://api.nuget.org/v3-flatcontainer/bingmapsresttoolkit/1.0.5/bingmapsresttoolkit.1.0.5.nupkg
info :   OK https://api.nuget.org/v3-flatcontainer/bingmapsresttoolkit/1.0.5/bingmapsresttoolkit.1.0.5.nupkg 502ms
log  : Installing BingMapsRESTToolkit 1.0.5.
error: Package BingMapsRESTToolkit 1.0.5 is not compatible with netcoreapp1.1 (.NETCoreApp,Version=v1.1). Package BingMapsRESTToolkit 1.0.5 supports:
error:   - dotnet (.NETPlatform,Version=v5.0)
error:   - net45 (.NETFramework,Version=v4.5)
error:   - portable-net45+win8+wp8 (.NETPortable,Version=v0.0,Profile=Profile78)
error:   - uap10.0 (UAP,Version=v10.0)
error:   - wpa81 (WindowsPhoneApp,Version=v8.1)
error:   - xamarinios (Xamarin.iOS,Version=v0.0)
error: One or more packages are incompatible with .NETCoreApp,Version=v1.1.
error: Package 'BingMapsRESTToolkit' is incompatible with 'all' frameworks in project '[...]csproj'.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
rbrundrittcommented, Aug 31, 2017

We will take a look at adding an .NET core library and see if we can get it in with our next planned update of this project near the end of September.

1reaction
rbrundrittcommented, Jun 5, 2017

Main reasons;

  • Lack of demand (only 2 requests for this so far)
  • .NET Core vs .NET Standard clarity. General consensus the last I looked was that these weren’t where they need to be yet and likely won’t be for about 4 to 6 months or so.
  • Time. Don’t have a lot of time to work on this. I recently had another portable class library where I added support for .NET standard. It took several hours to get working right and in the end consisted of creating a separate .NET standard project which was ugly.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Download .NET Core 1.1 (Linux, macOS, and Windows)
NET Core 1.1 downloads for Linux, macOS, and Windows. .NET is a free, cross-platform, open-source developer platform for building many different types of ......
Read more >
Compatibility to .net Core 1.1 · Issue #7
I'm currently trying out .net core, using the (at least I think so) current version and get the following error: Package BingMapsRESTToolkit ...
Read more >
Is .NET Core Runtime backwards compatible with previous ...
NET Core runtime updates are compatible within a major version 'band' such as 1.x and 2.x. In other words: (Minor updates within the...
Read more >
NET Core 1.1.4
NET Core 1.0.7, 1.1.4 and SDK 1.1.4 are available for download and usage in ... 2017 Update has been tested on macOS High...
Read more >
.NET Core vs .NET Framework vs .NET Standard: A Guided ...
A guide for understanding the differences between .NET, .NET Core, .NET Framework, .NET Standard, etc. by exploring the history of the platform.
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