Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetbrains/aspire-plugin
.NET Aspire Plugin for JetBrains Rider
https://github.com/jetbrains/aspire-plugin
aspire dotnet jetbrains-rider plugin
Last synced: 1 day ago
JSON representation
.NET Aspire Plugin for JetBrains Rider
- Host: GitHub
- URL: https://github.com/jetbrains/aspire-plugin
- Owner: JetBrains
- License: mit
- Created: 2023-11-24T16:36:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T00:31:49.000Z (11 days ago)
- Last Synced: 2025-01-08T17:17:15.548Z (1 day ago)
- Topics: aspire, dotnet, jetbrains-rider, plugin
- Language: C#
- Homepage: https://plugins.jetbrains.com/plugin/23289-aspire
- Size: 4.88 MB
- Stars: 66
- Watchers: 8
- Forks: 3
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
The plugin provides support for .NET Aspire projects in JetBrains Rider.
**Features:**
* Support for running and debugging of Aspire projects
* Resource dashboard
* Manifest generation
* Automatic database connection[Plugin documentation](https://www.jetbrains.com/help/rider/2024.2/NET_Aspire.html)
[.NET Aspire documentation](https://learn.microsoft.com/en-us/dotnet/aspire/)
## Installation
- Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "aspire-plugin" >
Install
- Manually:Download the [latest release](https://github.com/rafaelldi/aspire-plugin/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...