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.

.NET Framework compatibility issue

See original GitHub issue

Steps to reproduce

When I try to install the Microsoft.EntityFrameworkCore NuGet package in my .NET Framework 4.6.2 project, it pulls the whole .NET Standard, which consists of more than 50 additional packages: image

The issue

This is obviously wrong, and Microsoft.EntityFrameworkCore should not pull the NETStandard.Library when targeting a full .NET Framework.

Further technical details

EF Core version: 1.1.0 Operating system: Windows 10 Pro Visual Studio version: 2015 Update 3

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
bricelamcommented, Mar 6, 2017

It looks fixed to me.

0reactions
Eiloncommented, Mar 6, 2017

Great!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Version compatibility in .NET Framework
In practice, this compatibility can be broken by seemingly inconsequential changes in the .NET Framework and changes in programming techniques.
Read more >
Introduction to .NET Framework Compatibility - .NET Blog
Quirking refers to the compatibility issue mitigation of having two separate code paths in the .NET Framework and choosing which path to take ......
Read more >
NET Framework - Runtime and retargeting changes
Compatibility ensures that each version is additive, so previous versions will continue to work. On the other hand, changes to previous ...
Read more >
Troubleshoot blocked .NET Framework installations and ...
The .NET Framework installer cannot run in Program Compatibility mode. To resolve this blocking issue, you must use Registry Editor to ensure ...
Read more >
Known issues when you upgrade .NET Framework ...
Find information about application compatibility issues from runtime changes that might affect your app when migrating from . NET Framework 4.6 ...
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