pdevito3 / craftsman

A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀
https://wrapt.dev
MIT License
1.12k stars 65 forks source link

Project IntegrationTests - class TestFixture -Error CS0103 #95

Closed mrs01dev closed 2 years ago

mrs01dev commented 2 years ago

build solution for craftsman new domain ,produce Error CS0103

Steps to reproduce

1- craftsman new domain 2- build solution Result: building project " .IntegrationTests.csproj" -- FAILED. Error CS0103 The name 'SetupDateAssertions' does not exist in the current context *****.IntegrationTests TestFixture.cs 69 -->

Further technical details

Craftsman version (dotnet tool list -g): craftsman 0.16.5 craftsman dotnet-ef 6.0.8 dotnet-ef

pdevito3 commented 2 years ago

can you share the template file you're using? I'm not able to repro

pdevito3 commented 2 years ago

nvm, seems to be a sqlserver thing. will get this in the next patch. Thanks!