New release GrandNode 2.0 - 2.3.0 is out now! Get the newest version from downloads page! Download GrandNode 2.0 CLOSE

Profile: David

Statistics
Avatar
  • 5

Hehe I found out about .editorconfig ..

Thursday, November 14, 2019 11:21 PM

I noticed that it may have changed  

Thursday, November 14, 2019 10:09 PM

I use VSCode.

When I format the code, there's lot of changes because incompatible C# formatter, here's the only inconsistency I've encountered :


- model.AvailableProductAttribute.Add(new SelectListItem() {
+ model.AvailableProductAttribute.Add(new SelectListItem()
+ {


What formatter are you using ?

Thanks

Thursday, November 14, 2019 9:57 PM

In Visual Studio, how would you load plugins ? Are they loaded automatically with no further configuration ?

Thursday, November 14, 2019 4:35 PM

Hello,

If I load GrandNode project on GitHub in VSCode, it all works perfectly nicely, all compiles, all good.

I can run debugging / dev instance by just pressing F5.

But I am wondering how can I run plugins inside that environment?

I would like for example to test my changes against Grand.Plugin.Tax.CountryStateZip plugin, but it is not loaded at all in the VSCode dev environment.

How can I make it work?

Thanks

Thursday, November 14, 2019 1:04 AM
back to top