Dan Benedek
Dan Benedek
#### Bug description When you use MessagePack + MessagePackAnalyzer in two different projects the build does not generate error #### Repro steps Create a class in a project that does...
I have some unit tests where I use the TestContext.TestName. However if I use it in a DataTestMethod my tests are failing because there is a collision between the tests...
I have a Web Api with multiple endpoints that are being tested with Integration tests. Now we want to generate report for code coverage but for some reason they are...
Is there an example how to write integration tests for runly? I would need something like https://github.com/runlyio/core-dotnet/blob/698d9176c65f630db174e49438e9a9d08e846962/test/Runly.Tests/Scenarios/Running/Running_a_job.cs#L39 but this one is using some internal methods