madskristensen / AddAnyFile

A Visual Studio extension
Apache License 2.0
262 stars 121 forks source link

Enum and Controller aware templating implemented #122

Closed cihanuygun closed 2 years ago

cihanuygun commented 2 years ago

Creating classes for Controllers and Enums are implemented. For controller creation extension is checking for the right namespace from references for NetCore and NetFramework project types.

madskristensen commented 2 years ago

Thanks for the PR. Ther's one issue with the updating of the NuGet reference to the SDK

cihanuygun commented 2 years ago

Thanks for the notice. I was not aware that it could cause such problems. Now references are rolled back to previous commit version.

madskristensen commented 2 years ago

Thank you!!