Skip to content

This is a relatively simple VS extension that allows you to create necessary classes when u use `MediatR` with `FluentValidation` nuget packages. Also, allows to save time and redirect it to more important tasks that are on the board or in the queue.

License

Notifications You must be signed in to change notification settings

I-RzR-I/MediatRItemExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Name Details
MediatRItemExtensionV2K19 Extension for Visual Studio 2019
MediatRItemExtensionV2K22 Extension for Visual Studio 2022

This is a relatively simple VS extension that allows you to create necessary classes when u use MediatR with FluentValidation nuget packages. Also, allows to save time and redirect it to more important tasks that are on the board or in the queue.

From the box are available functionalities as:

  • Save all classes in one file;
  • Create a file for each class;
  • Add import references (for MediatR and FluentValidation);
  • Select how the request will be executed Sync or Async;
  • Select which type of operation you want to create;
  • Specify the name of the folder/file;
  • Use one name for the folder/file where will be stored information;
  • Select option if you want to add IStringLocalizer to Validator or/and to the Handler;
  • Specify any base class which will be added to the operation class (Query, Command, Notification).

To understand more efficiently how you can use available functionalities please consult the using documentation/file.

Content

  1. USING
  2. CHANGELOG
  3. BRANCH-GUIDE

About

This is a relatively simple VS extension that allows you to create necessary classes when u use `MediatR` with `FluentValidation` nuget packages. Also, allows to save time and redirect it to more important tasks that are on the board or in the queue.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages