Skip to content

Visual Studio template for MediatR with FluentValidation

License

Notifications You must be signed in to change notification settings

timdows/MediatRTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MediatRTemplate (With thanks to Jeffrey)

Visual Studio template for MediatR with FluentValidation

This template creates 4 files to implement an UserCase with MediatR and FluentValidation. The created files are:

  • Handler
  • Request
  • RequestValidator
  • Response

Install

  1. Place the contents of the directory 'VisualStudioTemplate' in a zip file and copy that zip file to '%userprofile%\Documents\Visual Studio %version%\Templates\ItemTemplates'
  2. Restart Visual Studio
  3. Under Add -> New Item there is the new template

Printscreens

Adding new item alt text

Generated classes alt text

About

Visual Studio template for MediatR with FluentValidation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages