Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
We wrote a little program that does a "smart diff" of
the .NET Framework... Internally we use it to watch out for breaking changes or
making stuff public accidentally.
Anyway, here is the output of the tool for V1.0 to V1.1
https://www.gotdotnet.com/team/upgrade/apiChanges.aspx
Comments
- Anonymous
April 09, 2003
That tool would be nice for other developers as well. I'd be great if VS.net had a feature like VB6 where it could warn you if you were introducing breaking changes to your types.