Anuraj
Anuraj
@g19d71s9a6nhs-b4eam Which project you're trying to run?
Can you try this code? ``` var pizza = new[] { new {Name = "Mushrooms", Count = 3}, new {Name = "Onions", Count = 1}, new {Name = "Olives", Count...
I think this can be updated. 
Here is one implementation - `dotnet tool install --global asciiart`
I am facing the same issue with `6.0.0-rtm.21519.8`. Here is the log - `error MSB3021: Unable to copy file "obj\Debug\net6.0\demo2.dll" to "bin\Debug\net6.0\demo2.dll". The process cannot access the file 'C:\demo2\bin\Debug\net6.0\demo2.dll' because...
It is working property if we close VSCode and again running the command. And working properly in GitHub actions.
@waldekmastykarz Sure. Will do it.
@waldekmastykarz Here is a simple video - https://youtu.be/YYxlRDg707U
For me as well. I tried changing the configuration, but always getting the error. 