rsaz / csharp-snippet-productivity

The complete snippet toolbox for C#"
MIT License
19 stars 6 forks source link

Error creating Minimal WEB API project #17

Closed BachiMjavanadze closed 5 months ago

BachiMjavanadze commented 1 year ago

When I try to create minimal web api project get this error:

min-web-error

rsaz commented 1 year ago

Thanks for reporting this issue. I will be looking to that shortly.

rsaz commented 5 months ago

Hi @BachiMjavanadze

Check the latest version of the extension, 2.0. It has a bunch of new features. It also resolves this problem you mentioned above. There is no more minimum api template: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis?view=aspnetcore-8.0

The minimum api is what is called Web ASP.NET Core Empty

image

This new version 2.0 allows you to select the group of applications like in visual studio, and the subgroups. There are more changes to come in the next couples weeks. Stay tuned!