Alexander

Results 30 comments of Alexander

I might have some time for this, but I cannot guarantee it. In any case, taking the latest discussion into account I think this change won't be a breaking one...

> That makes me feel like there's no good unit test for these generators without compiling and executing the generated output. This is something we could do, but it's starts...

> I agree to your suggestion, depending on the rollout strategy (see below), we can make it even simpler by not even supporting additional attributes. The Verify plugin as of...

You are correct. Reqnroll.xUnit targets xUnit v2. Because of the incompatibility xUnit decided to release a new package xunit.v3 instead of bumping the current one. As for Reqnroll.xUnit, we discussed...

Note that this is not a versioning issue. When you're referencing xunit.v3 and Reqnroll.xUnit you're essentially referencing both the v2 (xunit package) and the v3 (xunit.v3 package) version of xUnit,...

For point 10, can't you do this by also generating #line pragmas with column ranges?

I actually encountered this in a project as well. I wrote it up to something we did wrong and since we were moving to using solely Bodi I ignored the...

This would be very nice to have. I routinely run into errors using the C4 stdlib diagrams as functions like System and Person have been altered over the years and...

I was unable to store the token as well. That is, until I tried setting it and also setting the "optional" github host. Adding github.com there allowed me to store...