Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.06 KB

Conventional Commits FromDoppler codecov

mailerq-dotnet-sdk

.NET SDK for interact with MailerQ

Code Format and Style

We use the .NET coding convention settings defined in .editorconfig file

Format and styling tools

  • Command Line
  1. Run dotnet format command before commit.
  • Visual Studio:
  1. For all solution, Analyse => Code Cleanup => Run Code Cleanup profile
  2. For current file Ctr+K, Ctrl+E
  • Visual Studio Code
  1. Default settings and extensions are already set in .vscode folder