Reinforced.Typings icon indicating copy to clipboard operation
Reinforced.Typings copied to clipboard

Error when building project: error MSB6006: ""

Open afucher opened this issue 4 years ago • 4 comments

Just added the package to my project and created the xml file. When I try to build my project it gives me this error:

.nuget/packages/reinforced.typings/1.6.1/build/Reinforced.Typings.targets(61,3): error MSB6006: "" foi encerrado com o código 1.

afucher avatar Jul 17 '21 01:07 afucher

I had this issue because I had no ASP.NET Core runtime installed.

saraedum avatar Jul 27 '21 11:07 saraedum

@saraedum I have it installed, I was trying to add it to a project that is already running with ASP net core on production... So I dont think that is this case

afucher avatar Aug 05 '21 14:08 afucher

I'm just chiming in to let any lurkers know that if you've a .NET Core runtime installed and are still facing this issue, try installing an older version like 2.2 🙂

jesperzach avatar Nov 03 '21 12:11 jesperzach

I start seeing it once I upgraded to container image we build the project in to net 6, maybe it is related to that?

Kampfmoehre avatar Nov 12 '21 09:11 Kampfmoehre