Cyrille NDOUMBE
Cyrille NDOUMBE
This PR adds classes to use [Stryker tool](https://stryker-mutator.io/docs/stryker-net/). Classes were created using `generate-tools` target I confirm that the pull-request: - [x] Follows the contribution guidelines - [x] Is based on...
**Describe the bug** When running mutation tests for a github project, stryker hangs for no reason, making the github action run for more than 1 hour (for 357 mutants). I...
The Newtonsoft.Json v12.0.3 package used in the library has a [known vulnerability](https://github.com/advisories/GHSA-5crp-9r3c-p9vr) that was fixed in 13.0.1+ This could help in the adoption of this library (which is really handy...
A great addition when debugging would be to be able to step into the code of the library. Enabling SourceLink for open source libraries is almost a standard nowadays and...
Hi ! Is there any plan on adding support of `Span` / `Memory` where `byte[]` is currently required ? (given that the introduction of these types help enhance memory usage...
Hi ! I am a user of the [Optional library](https://github.com/nlkl/Optional) and have some of librairies I wrote heavily depends on it. As it seems to no longer being maintained, I...
**Describe the bug** Hi everyone ! I'm having trouble with the dashboard to access reports of my project : * hosted on GitHub : https://github.com/candoumbe/Candoumbe.Types/ * the pipeline full log...
### Description I propose to add the possibility to write specification files using yaml. This is because some help text can be very long and json does not support multiple...