Craigory Coppola

Results 130 comments of Craigory Coppola

Ah, my bad, I thought you could 😄. You are assigned. Thanks for the contributions!

@photomoose Are you still planning to work on this? If not, I may pick it up.

@photomoose I'm going to tackle this this weekend, your initial investigations should provide a good starting point. Thanks!

Hey @mgutz, sorry for just now getting back to you on this. This is an interesting case, I'd argue that the vs code extensions should make use of the .csproj...

I discussed this a bit here, there are plans for this but I can't speak to the timeline. In the meantime, you can set this up with @nrwl/workspace:run-commands to still...

I honestly didn't know the glob patterns were an option 🤷. We should probably move to using `dotnet list reference` instead of parsing the xml files for projects, especially with...

Can you share a reproduction for this? It seems like your repo layout may be causing it.

Ah, I should check usage of that since source root is not required. Thanks for the report

I think it would be best to only wrap if necessary. We should ensure that args fit these 2 criteria before adding quotes. - Require Quotes - Are not already...

I'm not sure that this issue is still valid since we swapped to using spawn for most things... This would be a good one to double check