Gilles TOURREAU
Gilles TOURREAU
**Version Used**: SDK 8.0.302 ([4.11.0-2.final](https://www.nuget.org/packages/Microsoft.CodeAnalysis.CSharp.CodeStyle/4.11.0-2.final) **Steps to Reproduce**: Write the following code: ```csharp public class Sandbox { public void SimpleMethod() { using var _ = new MemoryStream(); var jsonContent =...
To reproduce the bug, I have created the following unit tests class which contains 4 unit tests that must not be executed in parallel, for that I added the `[Collection("Foobar")]`...
Compilers, Transpilers and Languages/PosInformatique.Moq.Analyzers - [PosInformatique.Moq.Analyzers](https://github.com/PosInformatique/PosInformatique.Moq.Analyzers) [PosInformatique.Moq.Analyzers](https://github.com/PosInformatique/PosInformatique.Moq.Analyzers)) is a set of analyzers to verify syntax and code design when writing the unit tests using the [Moq](https://github.com/devlooped/moq) library. This set of...
When we activate the generation of SQL Script with the `` property, the generated script is not copied if the database project is referenced by an other project. To reproduce...