AlbertoMonteiro / moq-to-nsubstitute

MIT License
15 stars 3 forks source link

Does not replace the 'Of' method from Moq #2

Closed Creastoff closed 1 year ago

Creastoff commented 1 year ago

The following code snippet should be replaced with the equivalent NSubstitute initialisation statement. IService bts = Mock.Of();

Should be replaced with Substitute.For

Creastoff commented 1 year ago

Fixed here: https://github.com/AlbertoMonteiro/moq-to-nsubstitute/pull/4#event-10071696611