A plugin for Rider that enhances the MSBuild development experience
- Run/Debug MSBuild tasks using new Run Configuration
- "MSBuild Library" C# project template
- "MSBuild Item" (
.props/.targets) templates
- Go to
Settings/Plugins/Marketplace - Search for "MSBuild DevKit"
- Click
Install, thenSave - After saving restart Rider
- Go to Releases
- Download the latest release of plugin for your edition of JetBrains Rider (Stable or EAP)
- Proceed to
Settings/Plugins/⚙/Install plugin from disk - Click
Save - After saving restart Rider
TODO
- IDE
- JetBrains Rider 2023.2+
Note: You should have JDK 17 and .NET SDK 7.0+ installed and configured.
./gradlew prepare - generates RD protocol data for plugin internal communication and prepares sources for build.
./gradlew buildPlugin
It will build both frontend and backend parts.
Next command will start instance of JetBrains Rider with plugin attached to it:
./gradlew runIde
Contributions are welcome! 🎉
It's better to create an issue with description of your bug/feature before creating pull requests.