Releases: KreativJos/csharpextensions
Releases · KreativJos/csharpextensions
ApiController now generates api controller again
feat: Templates for unit tests & struct
- feat: Unit test templates (XUnit, NUnit, MSTest)
- feat: Struct template
Template file casing
What's Changed
- fix: Razor template name mismatch by @KreativJos in #89
- fix: Template file casing by @KreativJos in #85
- fix: Detecting namespace from path by @KreativJos in #92
Full Changelog: v1.6.2...v1.6.3
EOL setting fixed if set to `auto`
Fixed
- If vscode EOL setting is set to 'auto', revert to default OS setting
Small fixes
Fixed
- License file capitalized, so it is included in publishing
- EOL settings from vscode applied
- Template formatting
- Prefilled names PascalCased now - Fixed by doggy8088
Extension loading speed
- Loading speed increased by using webpack & excluding unneeded files from package
- Code actions throwing errors fixed
Razor page template
- Razor page template added
UWP templates
- UWP templates (Window, Page, UserControl, Resource)
- Removed '.cs' from filename dialog placeholder
Default usings (with setting)
- New setting for adding default usings - Added by YoussefWaelMohamedLotfy
- Running the extension in vscodium is fixed
Fixes for controller template
- Fixed nonexisting using namespace
- Fixed classname (constructor & logger etc)
- Fixed error function