Grégoire

Results 131 comments of Grégoire

I've created a similar project [verdie-g/fb-data-analyzer](https://github.com/verdie-g/fb-data-analyzer). It only generates a json though.

@rnburn sorry I'm just passing by to test Datadog for a pet project 😅 Maybe you can ask a guy from https://github.com/DataDog/dd-opentracing-cpp? You can contact them at [email protected].

Thanks for mentioning the specific line. I'm looking for a clean generated class. Initialization can be done on the property like this `public int I { get; set; } =...

I've opened an issue https://github.com/dotnet/corefx/issues/40811

@bkoelman what's the status of the OpenAPI integration? I could have a look if there is a isolated issue about it.

> Coding style is validated during PR build, where we inject an extra settings layer that promotes various suggestions to warning level. This ensures a high-quality codebase without interfering too...

> without interfering too much when editing code A warning doesn't interfere code edition but having a build failing in the CI even after manually building, running tests, and running...

What I'm not sure to understand is why the `cleanupcode.ps1` doesn't have the same behavior when running locally or in the github workflow, i.e. why does the `Warning: src\JsonApiDotNetCore.OpenApi.Client\ApiResponse.cs:13 ConvertToPrimaryConstructor:...

Shouldn't `cleanupcode` take care of applying a fix? I don't know what's the best solution but my point is that I find the current system is unfriendly to external contributors...

Should I always expect a suggestion in the IDE for a rule that would fail in the CI? In this example I didn't get any feedback from the IDE but...