question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Project System: AvailableItemName support

See original GitHub issue

csproj/msvbproj supports <AvailableItemName> to allow adding to the choice of Build Actions. We should enable them to be dynamically added (such as via a NuGet package) and the project should be able to pick them up without a reload.

Update: Make sure we keep C++ in the loop, while the feature will automatically work for them in non-cached mode, their cached mode will need to be updated to handle it.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:4
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
sharwellcommented, Jul 13, 2017

📝 When implementing this feature, the following should be verified:

  1. Items given a type which corresponds to an AvailableItemName should not be also added as None
  2. Items given a type which corresponds to an AvailableItemName should show up in Solution Explorer
0reactions
davidwengiercommented, Jan 17, 2019

Changes to enable AvailableItemName support in CPS are in progress (Internal PR). An additional PR will be created to finalize support in this repo once that is complete.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio Integration (MSBuild)
Learn how Visual Studio can host projects in MSBuild format, even if they were authored by different tools and had customized build ...
Read more >
Items with custom action are not shown in solution explorer
You need declare the item type, so the project system will show them. <ItemGroup> <AvailableItemName Include="Webpack" /> <ItemGroup>.
Read more >
Using A Custom Toolchain In Visual Studio With MSBuild
This post is a how-to for adding support for a custom toolchain—such as dxc , or any other command-line-invokable tool—to a Visual Studio ......
Read more >
c# - How to add custom compiled file (in Target/Exec) as ...
I'm doing a few shadereffects in a wpf_c# project and i don't know and i didn't find how to add the bytecode pixelshader...
Read more >
[BUG] Path's format is not supported
Actually I got MG 3.7.0.752 and I have problem during build of Android project: C:\Program Files (x86)\MSBuild\MonoGame\v3.0\MonoGame.Content.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found