obligaron

Results 47 comments of obligaron

> I don't think we can do an "as-is" port of them to the new system, this is why I delayed those hoping for someone, like you to see them...

Converting to draft for now, until - `AfterFeature` logic is working as before. For a possible solution see #128. - `TestThreadContext` is not reused for multiple parallel running scenarios

Do you mean the `Handles_different_scenario_and_scenario_outline_outcomes` test? This one fails, because the logic in Roslyn Source Generator is missing a special case for ignored examples. In the old generator the special...

The CI sets two environment variables to true, if you do the same you can reproduce it locally: ``` set REQNROLL_TEST_PIPELINEMODE=true set GITHUB_ACTIONS=true ``` Likely the second one is causing...

> Do we have "preview" or "beta" packages for something like this? So people like me can give it a test run? Each build (github action) contains an artifact with...

How do you generate the uniques? I tried to generate Bramble and Bleeder with `spawnUnique` command and they work (single player hellfire; can pick them up from ground and place...

Thanks @kphoenix137 🙂 I think I found the issue. The item position wasn't set correctly when the unique is (re)created. This didn't matter in the debug commands, because the position...

I'm fine with it after clang fix. 🙂

When does the lock happen on your machine? I also sometimes have these locks when I open a project that is generated by the SystemTests (to debug something). But when...

Interesting. On my machine it also happens that Visual Studio locks the `Reqnroll.MsTest` folder. For example I use a old Reqnroll 1.0.0 Version in Visual Studio. I can't rename or...