solidtoken / SpecFlow.DependencyInjection

SpecFlow plugin that enables to use Microsoft.Extensions.DependencyInjection for resolving test dependencies.
BSD 3-Clause "New" or "Revised" License
35 stars 11 forks source link

Add Package Validation #65

Closed mbhoek closed 9 months ago

mbhoek commented 3 years ago

"Package Validation tooling will allow library developers to validate that their packages are consistent and well-formed. It involves validating that there are no breaking changes across versions. It will validate that the package have the same set of publics APIs for all the different runtime-specific implementations. It will also help developers to catch any applicability holes." https://devblogs.microsoft.com/dotnet/package-validation/

mbhoek commented 9 months ago

Closing this issue because the plugin will be donated to Reqnroll.