sharpliner / sharpliner

Use C# instead of YAML to define your Azure DevOps pipelines
https://www.nuget.org/packages/Sharpliner/
MIT License
285 stars 21 forks source link

Check all public API changes with a test #240

Closed premun closed 1 year ago

premun commented 1 year ago

This adds a tests that validates whether there are no unwanted public API changes in the main library

premun commented 1 year ago

@thomhurst I am adding a test here that compares changes in the public API of the library. It will be required so that we have a history of what changed to catch for unwanted removals/changes and validate new additions to the public surface of the library. I will merge this now and you will have to merge/rebase your PR to accommodate for this.