Skip to content

Releases: PosInformatique/PosInformatique.VisualStudio.Templates

v1.1.3

15 Nov 13:50
7842118

Choose a tag to compare

  • Remove the empty line at the end of the template files.

v1.1.2

14 Nov 10:55
4684635

Choose a tag to compare

  • Fix a bug when using a C# template when the stylecop.json contains invalid JSON nodes (fixes #8).

v1.1.1

14 Nov 10:54
9d9d337

Choose a tag to compare

  • Fix the Razor code behind file name in the header by adding a .cs at the end (fixes #4).
  • Removes the ".Tests" in the default exception message in the unit tests (fixes #6).

v1.1.0

12 Nov 00:06
cae6338

Choose a tag to compare

  • Add Razor component template with code behind, including the header with the company (fix #3).
  • Fix the name of the file when using a "razor.cs" suffix (fix #4).
  • Use the company specified in the stylecop.json file if specified (fix #2).

v1.0.0

11 Nov 01:39
c229b47

Choose a tag to compare

Initial version which contains the following templates with the support of white-label company:

  • C# class
  • C# exception class
  • C# exception unit test class
  • C# interface
  • C# XUnit test class