Steve Smith

Results 241 comments of Steve Smith

Hmm, the feature is still in preview, right? https://devblogs.microsoft.com/visualstudio/web-api-development-in-visual-studio-2022/ I haven't used it myself but in the example shown in that article it's working with minimal API endpoints, though they...

Hmm, well we have that attribute: https://github.com/ardalis/ApiEndpoints/blob/main/src/Ardalis.ApiEndpoints/EndpointBase.cs#L8

Apparently the endpoints explorer menu option only appears if you first select a web project in solution explorer...

Yeah, it definitely still has a ways to go to catch all of the endpoints in the project. They could also leverage the swagger file from the running project as...

Definitely seems like a bug on their end. Have you reported it with the feedback icon in VS?

Pinged them here: https://twitter.com/ardalis/status/1701282105005646180

Yeah reports via this method are more likely to be acted upon, it seems: https://learn.microsoft.com/en-us/visualstudio/ide/how-to-report-a-problem-with-visual-studio?view=vs-2022

Go for it. I have an example of usage for one type of extension. You can follow that example. I recommend small PRs because #61 is likely to conflict with...

FYI #61 is done so just pull main into your branch. How's it going?