microsoft / vs-dapr

View, manage, and diagnose Dapr services within Visual Studio.
https://dapr.io
MIT License
21 stars 2 forks source link

Localization bug? #6

Closed WhitWaldo closed 8 months ago

WhitWaldo commented 10 months ago

I was just setting up a simple Dapr example - a console app with all of four lines of code and the Dapr package installed. I right clicked the solution and under Add, I see the following:

image

philliphoff commented 10 months ago

@WhitWaldo Well, that's not what I'd expect to see. Which version of VS are you using, and which version of the Dapr extension?

WhitWaldo commented 10 months ago

VS 17.7.5 and extension 0.1.1013.1 (though just saw the upgrade, so I'll be installing that later today).

I did click on one of the items and it generated the file properly, but yeah, didn't expect to see so many options!

philliphoff commented 10 months ago

Yeah, sorry, for several reasons I had to drop VS 17.7 as a target and force users to move to 17.8 even though it's still in preview.

philliphoff commented 8 months ago

Closing as resolved (by way of using the newer VS builds).