Joan Comas Fernandez

Results 7 comments of Joan Comas Fernandez

So I am trying to follow that same approach where a nuget is added to a unit testing project and it automatically generates whatever files are needed, in this repo:...

I tried adding the generated files to the source control as explained [here](https://andrewlock.net/creating-a-source-generator-part-6-saving-source-generator-output-in-source-control/), by adding the following lines to the xUnit project .csproj file: ``` true Generated ``` And the...

Thanks for the feedback @sharwell. Just to make sure we are talking about the same thing: * I am **not** trying to create and debug a unit test for my...

> What the point of the displaying the same string every time? Well many other mods do it, and since I was working with Jupyter notebooks at the time, I...

HI, I am also trying to debug locally a .NET6 Minimal API lambda. I've followed the video posted here, but the events are not going to active. I'm on: -...

What worked for me was this answer from: https://superuser.com/questions/1733481/how-to-update-psreadline-properly-in-powershell-7-2-5/1734993#1734993 1. Close all PowerSlell, CMD, Windows Terminal, VS Code, etc. Might as well restart the PC. 2. `Win` + `R` 3....