Skip to content

Releases: KreativJos/csharpextensions

ApiController now generates api controller again

08 Aug 22:16
Compare
Choose a tag to compare

What's Changed

New Contributors

feat: Templates for unit tests & struct

02 May 20:51
Compare
Choose a tag to compare
  • feat: Unit test templates (XUnit, NUnit, MSTest)
  • feat: Struct template

Template file casing

24 Apr 18:57
718ada8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

EOL setting fixed if set to `auto`

19 Apr 13:27
119af6c
Compare
Choose a tag to compare

Fixed

  1. If vscode EOL setting is set to 'auto', revert to default OS setting

Small fixes

18 Apr 14:52
Compare
Choose a tag to compare

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

20 Oct 07:54
Compare
Choose a tag to compare
  • Loading speed increased by using webpack & excluding unneeded files from package
  • Code actions throwing errors fixed

Razor page template

20 Oct 07:51
Compare
Choose a tag to compare
  • Razor page template added

UWP templates

20 Oct 07:50
Compare
Choose a tag to compare
  • UWP templates (Window, Page, UserControl, Resource)
  • Removed '.cs' from filename dialog placeholder

Default usings (with setting)

20 Oct 07:48
Compare
Choose a tag to compare
  • New setting for adding default usings - Added by YoussefWaelMohamedLotfy
  • Running the extension in vscodium is fixed

Fixes for controller template

02 Aug 13:38
0e90921
Compare
Choose a tag to compare
  • Fixed nonexisting using namespace
  • Fixed classname (constructor & logger etc)
  • Fixed error function