aspnet / Universe

[Archived] Repo for building the entire ASP.NET and Entity Framework stack. Project moved to https://github.com/aspnet/AspNetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tooling to validate the correctness of package versions in servicing updates

natemcmaster opened this issue · comments

Follow-up to #1257. In this PR, I manually did a lot of work to figure out what were the versions to use as the pinned baseline. We should add:

  • More tests to verify this work is correct
  • Add tests which will invalidate the build in future servicing updates when something is updated
  • Add tests to assert any changes to nuspec dependencies are expected

This issue was moved to dotnet/aspnetcore#3647