Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.
/ MediatR-vs Public archive

a Visual Studio extension to help working with MediatR projects.

License

Notifications You must be signed in to change notification settings

nils-org/MediatR-vs

Repository files navigation

MediatR-vs

standard-readme compliant Contributor Covenant

Visual Studio tooling for MediatR projects.

Table of Contents

Install

You can find the latest build version on the Open VSIX Gallery and the current stable version in the Marketplace

Usage

The following features are part of the extension:

ToolWindow

View -> Other Windows -> MediatR Overview

The tool window lists all the Notifications, Requests and corresponding Handlers in a treeview (grouped by project).

Double clicking on a node in the tree will jump to the corresponding code implementation.

Maintainer

Nils Andresen @nils-a

Contributing

Mediatr-vs follows the Contributor Covenant Code of Conduct.

We accept Pull Requests.

Small note: If editing the Readme, please conform to the standard-readme specification.

License

MIT License © Nils Andresen