Michaël Hompus

Results 12 issues of Michaël Hompus

When loading a solution, I'ld like to differentiate between "normal" projects and "test" projects without compiling the project. It seems that Buildalyzer doesn't surface the properties that shows these details....

General Enhancement

Based on: > @eNeRGy164 - can you please separate this commit from this PR and open an issue to discuss. Any behavior changes need to be really well understood. >...

This is only for developer comfort, not an issue using the SDK itself. I did try to reproduce this behavior on a clean project, but it seems very specific to...

kind/bug

# Description Create a workaround that generates an empty file if it is a Live Unit Testing build. ## Issue reference Will close: #685 ## Checklist Please make sure you've...

- [x] Use GitHub actions for build & test - [x] Have private previews for pull requests - [ ] Have main builds publish to NuGet - [ ] Make...

help wanted

```csharp return BadRequest(); ``` results in ```text ReturnDescription { Expression = "BadRequest()" } InvocationDescription { Name = "BadRequest" } ``` This should be the other way around.