How to run on Windows
NoSuchCompany.MediatrPlugin.sln
in Visual Studio;https://api.nuget.org/v3/index.json
);./buildPlugin.ps1
(you might need to remove the Rider project if it causes the build to fail);./runVisualStudio.ps1
(you might need to remove the Rider project if it causes the build to fail);At this point, another instance of Visual Studio should have been started.
Go into ReSharper > Extension Manager and look for the MediatR extension plugin. It should be installed and have the version 9999.0
.
How to run on macOS
./gradlew :runIde
in a terminal window