Yorrick Bakker
Yorrick Bakker
@HofmeisterAn I'd love to help with this. It took me a while to figure out how to do certain things with the API, like changing the version of a specific...
Good question. To be honest, I don't have a lot of experience with documenting a project like this, so I'm not really sure about what would be helpful. I think...
@HofmeisterAn Alright, I started messing around a bit with scaffolding the API docs. I first tried out Doxygen, this worked pretty well but looks rather dated. It does seem to...
> > I experimented a bit with a pipeline (using mainly [this tutorial](https://tehgm.net/blog/docfx-github-actions/)) and got it to automatically deploy to github pages. You can check it out here: https://ysbakker.github.io/testcontainers-dotnet/docfx/api/DotNet.Testcontainers.Images.IDockerImage.html >...
> Testcontainers Java and Testcontainers Go try to follow the same documentation approach and styling: https://www.testcontainers.org/ https://golang.testcontainers.org/ > > We should try to achieve consistency across the Testcontainers ecosystem, regarding...
You can now use `-O` to specify the output directory (as per #2267), and it does support relative paths as well. `dotnet stryker -O StrykerOutput` will always output the HTML...
I was unable to reproduce this issue on my M1 macbook pro (2020, 16GB) running macOS 12.4. I ran Stryker succesfully on a few projects, and did not encounter any...
Far from ideal, but I'm using above examples and some data from `RequestInformation` to set up my mocks for more specific cases. Otherwise I ran into conflicts with multiple setups...
Will pick this up during the hacktoberfest event, so we can avoid merge conflicts with existing PRs.
@rouke-broersma I find it difficult to determine if this would be a good mutation, but I think it's somewhat in line with the [docs](https://github.com/stryker-mutator/stryker-net/blob/master/adding_a_mutator.md)? If so, I'd like to give...