Home icon indicating copy to clipboard operation
Home copied to clipboard

Adding resource file doesn't alert that ResourceManager is required

Open TerryFogg opened this issue 4 years ago • 1 comments
trafficstars

nanoFramework area: (Visual Studio extension )

Is your feature request related to a problem? Please describe.

Note sure if this is possible. If you add a new item (nanoFramework resource) then you also need the ResourceManager nuget package. Can this be alerted after a Resource File is added when the ResourceManager nuget is not present in the project

Describe the solution you'd like

An alert of even better install latest nuget for ResourceManager

Describe alternatives you've considered

Document ?

Additional context

Submit a PR with the implementation

TerryFogg avatar Oct 02 '21 03:10 TerryFogg

From the project system side it's hard to handle. But this is something that an analyser could easily pick up and suggest the fix. One more to add to the list.

josesimoes avatar Oct 02 '21 08:10 josesimoes