Replies: 1 comment
-
|
Duplicate of #683 |
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.
-
Hi,
While migrating from SpecFlow to Reqnroll in a mixed-platform environment (macOS & Windows), I ran into a few issues related to *.feature file discovery and code-behind generation.
Context:
Observations
Intermittent error:
These typically occur after modifying a
.featurefile, or during incremental builds — windows woks fine but occurs on macOS.Cleaning the solution (
dotnet clean,dotnet restore) and deletingbin/&obj/sometimes helps, but the issue returns.Things I tried
**/*.featureglobNoneorReqnrollFeatureFiles.featurefiles in.csproj, like:Open questions
Beta Was this translation helpful? Give feedback.
All reactions