-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Description
Currently there's the lack of transparency what is going on with corefx packages published on nuget.org.
For example, in VS with my solution I open "Manage NuGet Packages for solution" and on "Updates" tab I can see that there's an update for System.Data.SqlClient. I have 4.4.0 but there's a newer 4.4.2 already.
Cool. Of cause I'll install it but I wonder what have changed.
There's no link to package page on nuget.org in VS UI btw. So I open nuget.org and search for System.Data.SqlClient. On package's page I can see the section "Release Notes" with this link - https://go.microsoft.com/fwlink/?LinkID=799421
It targets to https://github.com/dotnet/core/blob/master/release-notes/1.1/1.1.0-preview1.md
Mm. Kind of obsolete.
Nothing more.