Replies: 2 comments 4 replies
-
I'm for it. And also when we touch the NuGet packages, we should set repo URL, like @thompson-tomo suggested for SpecFlow. |
Beta Was this translation helpful? Give feedback.
4 replies
-
This is fixed in v2.0.3 hopefully |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently a user of Reqnroll can't debug into Reqnroll itself out of the box.
He has to set
<CopyDebugSymbolFilesFromPackages>true</CopyDebugSymbolFilesFromPackages>
in his csproj.We would create a explicit NuGet symbol packages. This would allow a user to debug into the project without any additional steps.
Side note: We should consider enabling deterministic builds when publishing a new version. This is checked by nuget.info.
Beta Was this translation helpful? Give feedback.
All reactions