You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
I'm trying to copy the refs folder of my webapplication into the output folder of my test project. The webapplication is netcore20 and my test project is an old school csproj targeting full 4.7 (has to be for specflow to work).
I was able to make it work with a newstyle csproj targeting net47 with this instruction in the csproj. The refs folder was copied into my output folder.
However, in the old style csproj, the refs folder is not copied and I'm left with precompilation errors when I run my tests. Can I get some guidance ? I think PreserveCompilationContext is from dotnet core.. Maybe there's an equivalent in 4.7 ?
I'm trying to copy the refs folder of my webapplication into the output folder of my test project. The webapplication is netcore20 and my test project is an old school csproj targeting full 4.7 (has to be for specflow to work).
I was able to make it work with a newstyle csproj targeting net47 with this instruction in the csproj. The refs folder was copied into my output folder.
However, in the old style csproj, the refs folder is not copied and I'm left with precompilation errors when I run my tests. Can I get some guidance ? I think PreserveCompilationContext is from dotnet core.. Maybe there's an equivalent in 4.7 ?
I replicated the two scenarios in this repo:
https://github.com/CurlyFire/InProcKestrel
Thank you very much!
The text was updated successfully, but these errors were encountered: