wgnf / liz

liz (ˈlɪz) is a tool to extract license-information from your project/solution aimed on a fast and correct process. Whether it's via a dotnet-CLI-Tool, Cake-Addin or Nuke-Addon
MIT License
9 stars 0 forks source link

[FEAT]: Replace Moq in favor of NSubstitute #153

Open wgnf opened 10 months ago

wgnf commented 10 months ago

Description of the feature/enhancement

Following some interesting trends involving the Moq-Library, I would like to replace Moq with NSubstitute. I'm also more familiar with the API of NSubstitute

Additional Information

No response