내가 찾을 수있는 모든 패키지를 시도했지만 아무도 프로젝트에 설치할 수 없습니다. 사용 가능한 확장 및 업데이트 목록에 나열된 모든 업데이트를 설치했습니다. 예를 들어 SendGrid를 설치하려고하면 결과가 나타납니다 (다른 모든 패키지의 결과와 동일).
Attempting to gather dependencies information for package 'Sendgrid.6.1.0' with respect to project 'UI\MyApplication.MVC', targeting '.NETFramework,Version=v4.5.2'
Attempting to resolve dependencies for package 'Sendgrid.6.1.0' with DependencyBehavior 'Lowest'
Resolving actions to install package 'Sendgrid.6.1.0'
Resolved actions to install package 'Sendgrid.6.1.0'
For adding package 'SendGrid.SmtpApi.1.3.1' to project 'MyApplication.MVC' that targets 'net452'.
For adding package 'SendGrid.SmtpApi.1.3.1' to project 'MyApplication.MVC' that targets 'net452'.
Adding package 'SendGrid.SmtpApi.1.3.1' to folder 'C:\Users\Keith\Source\Workspaces\MyApplication\MyApplication.MVC\packages'
Install failed. Rolling back...
지구상에서 Visual Studio 2015 및 새로운 "개선 된"NuGet 패키지 관리자에 문제가있는 유일한 사람은 아닙니다.
업데이트 :
글쎄, VS2015 템플릿 (웹)에서 새 프로젝트를 만들었고 패키지가 제대로 설치 되었기 때문에 솔루션에 이상한 것이 있어야합니다. 문제를 발견하면 다른 사람들이 같은 문제를 겪을 경우 해결 방법을 게시합니다.
업데이트 2 :
좋아, 그것은 우리의 솔루션이 아닙니다. 새로운 솔루션을 처음부터 다시 작성하고 (개발 시간이 많이 소요될 수 있음) 몇 가지 패키지 (Identity, EF, SendGrid)를 추가하고 솔루션을 VSO에 체크인 한 후 다른 개발자가 새로 작성합니다. 분기 및 빌드 오류가 발생합니다. 개별 프로젝트의 NuGet 패키지로 이동하면 추가 한 패키지가없는 것처럼 작동합니다. 다른 사람이 이것을 경험?