Check for Breaking Changes with ApiCompat
When we maintain a library that's used by others, we want to shield them from breaking changes and use SemVer as a way of indicating breaking changes...…
A collection of 2 posts
When we maintain a library that's used by others, we want to shield them from breaking changes and use SemVer as a way of indicating breaking changes...…
Now that we have the new project system, and we can define common assembly info in our .csproj, we can say good-bye to AssemblyInfo.cs, well, I still...…