The Microsoft.CodeAnalysis.PublicApiAnalyzers will track changes to the published public API.
It provides warnings/code fixes to update the PublicAPI.Unshipped.txt files when a change is detected.
When make a release, move the changes from the .Unshipped to .Shipped and update the CHANGELOG accordingly.
This should help prevent accidental breaking changes and help manage APIs we plan to deprecate.
Also update the .NET Framework version from 4.6.1 to 4.6.2, as 4.6.1 developer pack is no longer available.
The Microsoft.CodeAnalysis.PublicApiAnalyzers will track changes to the published public API. It provides warnings/code fixes to update the
PublicAPI.Unshipped.txt
files when a change is detected. When make a release, move the changes from the.Unshipped
to.Shipped
and update the CHANGELOG accordingly.This should help prevent accidental breaking changes and help manage APIs we plan to deprecate.
Also update the .NET Framework version from 4.6.1 to 4.6.2, as 4.6.1 developer pack is no longer available.