I see the tests are broken on main. I don't if this is the result of merging this PR
@clrudolphi any idea? I havent found time to check the root cause of the test failures
The connector tests are dynamically building a few of the Reqnroll example sample projects from the ReqnrollExploratoryTestProjects repo, such as the SpecFlowCompatibilityProject. Those projects have hard-wired references to Reqnroll 3.3.4-local:
<PackageReference Include="Reqnroll.SpecFlowCompatibility" Version="3.3.4-local" />
Version 3.3.4 final was released two days ago and so a reference to 3.3.4-local isn't valid.
I am not sure whether those should be updated to the latest released build or to a local build of version 4.0.0 (the next build coming).
Originally posted by @clrudolphi in #167 (comment)
The connector tests are dynamically building a few of the Reqnroll example sample projects from the
ReqnrollExploratoryTestProjectsrepo, such as theSpecFlowCompatibilityProject. Those projects have hard-wired references to Reqnroll 3.3.4-local:Version 3.3.4 final was released two days ago and so a reference to 3.3.4-local isn't valid.
I am not sure whether those should be updated to the latest released build or to a local build of version 4.0.0 (the next build coming).
Originally posted by @clrudolphi in #167 (comment)