-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Port more compatibility check from NuGet #4626
Comments
From @ChengTian on July 31, 2015 18:7 Adding more explanation before I send out PRs to fix a bunch of Compatibility check we are adding here Has this incompatibility issue been fixed in CoreCLR packages Why do we need to react in most repos After the new compatibility check is merged in, we will see a bunch errors during Why didn't this issue break anything on dnxcore50 |
From @ChengTian on August 13, 2015 18:38 @davidfowl hosted a discussion and they think this is too aggressive. Putting to backlog. |
CLI uses proper NuGet code under the hood, so this is not needed anymore. |
…tems (#603) * Add package id and version to Reference and ReferenceCopyLocalPaths items #567 * Clean up statements in response to PR feedback; use transform to pull in metadata for compile files and framework assemblies * Use transform for copy local items also
….14 (#4626) Microsoft.DotNet.Cli.Runtime From Version 3.1.400-preview.20313.5 -> To Version 3.1.400-preview.20317.14 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
From @ChengTian on July 27, 2015 18:29
Proposed by @davidfowl :
So we need to port some NuGet codez
https://github.com/NuGet/NuGet3/blob/dev/src/NuGet.Commands/CompatilibityChecker.cs#L76
to solve issues like these:
https://github.com/aspnet/Tooling-Internal/issues/420
Wei actually ported some of this logic already but we need to go further. The sad part is, having some of this logic actually shows that our default class library template won't work with dnx451 (it's broken in more horrible ways).
Can we add this to the beta7 list and treat it as part of the nuget 3 merge?
Copied from original issue: aspnet/dnx#2356
The text was updated successfully, but these errors were encountered: