microsoft / UnitTestBoilerplateGenerator

An extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, Moq and SimpleStubs.
MIT License
158 stars 51 forks source link

Unit Test Creation with SQL Server Database Project #43

Closed a-t-k closed 5 years ago

a-t-k commented 5 years ago

Installed product versions

Description

I do have in my solution one project of type "sql server database project" On create a new test with "Create Unit Test Boilerplate...." VS popup a error "Could not find file 'c:\windows\system32{$projectName}.sqlproj.

When i unload this mentioned project, create unit test boilerplate works

RandomEngy commented 5 years ago

Thanks for the report. This should be fixed in 1.9.20 . If you like the extension rate it on the marketplace.