daveoftheparty / speedy-moq

Generate boilerplate code for Moq in C#
MIT License
1 stars 0 forks source link

Ditch specific Roslyn Diagnostic codes in favor of some minimal string parsing #21

Closed daveoftheparty closed 3 years ago

daveoftheparty commented 3 years ago

Short version is still using Roslyn to gen diagnostics, but, now the code is making sure that the interface name is the only non-whitespace code on the given line.

Closes #5 Closes #19