rider-efcore
Entity Framework Core UI plugin for JetBrains Rider
File Explorer
Download Latest Version (.zip)- config.yml
- action.yml
- build.yml
- rdgen__Unix_.xml
- rdgen__Windows_.xml
- Rider__Frontend__Unix_.xml
- Rider__Frontend__Windows_.xml
- Rider__Unix_.xml
- Rider__Windows_.xml
- VisualStudio.xml
- .gitignore
- .name
- codeStyleConfig.xml
- mfilippov.xml
- Build_plugin.xml
- Prepare.xml
- Rider.xml
- icon.svg
- dialogs-persistance-guide.md
- values-saved-between-dialogs.md
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- how-to-use-1.png
- how-to-use-2.png
- how-to-use-3.png
- how-to-use-4.png
- logo-dark.svg
- logo.svg
- rider-efcore-cover.png
- rider-plus-efcore-128.png
- rider-plus-efcore-200.png
- rider-plus-efcore.png
- RiderEfCoreModel.kt
- build.gradle.kts
- DefineRiderEfCoreConstants.cs
- EfCoreInRiderProduct.cs
- SupportedMigrationsProjectsProvider.cs
- SupportedStartupProjectsProvider.cs
- SupportedTargetFrameworks.cs
- DbContextProvider.cs
- EfCorePackagesProvider.cs
- ProjectNotFoundException.cs
- LinqExtensions.cs
- PsiExtensions.cs
- AdvertiseRiderBundledPlugin.cs
- LoggerExtensions.cs
- RdModelsMapping.cs
- TargetFrameworkMapping.cs
- KnownTypeNames.cs
- MigrationsProvider.cs
- ZoneMarker.cs
- NugetDependenciesListener.cs
- SolutionStructureChangedListener.cs
- SolutionTracker.cs
- EfCoreRequiredPackages.cs
- EntityFrameworkCoreHost.cs
- IRiderEfCoreZone.cs
- KnownDotnetTools.cs
- PackagesLock.targets
- Rider.Plugins.EfCore.csproj
- Subplatform.Root
- Subplatform.Snk
- Templates.DotSettings
- ZoneMarker.cs
- SampleTest.cs
- SampleTest.cs.gold
- nuget.config
- PackagesLock.targets
- Rider.Plugins.EfCore.Tests.csproj
- Subplatform.Root
- Subplatform.Snk
- TestEnvironment.cs
- .editorconfig
- .gitignore
- Directory.Build.props
- Plugin.props
- Rider.Plugins.EfCore.sln
- SubplatformsCollection.Root
- ObservableDslEx.kt
- Event.kt
- Observable.kt
- ObservableCollection.kt
- ObservableCollectionEx.kt
- ObservableEx.kt
- ObservableProperty.kt
- README.md
- DotnetEfVersion.kt
- DatabaseCommandFactory.kt
- DbContextCommandFactory.kt
- DotnetCliCommandBuilder.kt
- EfCoreCliCommandBuilder.kt
- EfCoreCliCommandFactory.kt
- ManagementCommandFactory.kt
- MigrationsCommandFactory.kt
- CliCommand.kt
- CliCommandExecutor.kt
- CliCommandPresentationInfo.kt
- CliCommandResult.kt
- CliCommonOptions.kt
- EfCoreConsoleToolWindowProvider.kt
- KnownEfCommands.kt
- PreferredCommandExecutorProvider.kt
- SilentCommandExecutor.kt
- TerminalCommandExecutor.kt
- AppSettingsConnectionProvider.kt
- DataGripConnectionProvider.kt
- JsonConnectionStringsManager.kt
- LocalSettingsConnectionProvider.kt
- UserSecretsConnectionProvider.kt
- DbConnectionInfo.kt
- DbConnectionProvider.kt
- DbConnectionsCollector.kt
- DropDatabaseAction.kt
- DropDatabaseCommand.kt
- DropDatabaseDataContext.kt
- DropDatabaseDialogWrapper.kt
- UpdateDatabaseAction.kt
- UpdateDatabaseCommand.kt
- UpdateDatabaseDataContext.kt
- UpdateDatabaseDialogWrapper.kt
- UpdateDatabaseValidator.kt
- ScaffoldDbContextAction.kt
- ScaffoldDbContextCommand.kt
- ScaffoldDbContextDataContext.kt
- ScaffoldDbContextDialogWrapper.kt
- ScaffoldDbContextValidator.kt
- InstallDotnetEfAction.kt
- AddMigrationAction.kt
- AddMigrationCommand.kt
- AddMigrationDataContext.kt
- AddMigrationDialogWrapper.kt
- AddMigrationValidator.kt
- RemoveLastMigrationAction.kt
- RemoveLastMigrationCommand.kt
- RemoveLastMigrationDataContext.kt
- RemoveLastMigrationDialogWrapper.kt
- RemoveLastMigrationFolderService.kt
- GenerateScriptAction.kt
- GenerateScriptCommand.kt
- GenerateScriptDataContext.kt
- GenerateScriptDialogWrapper.kt
- GenerateScriptValidator.kt
- CommandPreviewDialogWrapper.kt
- BaseDialogWrapper.kt
- CommonDataContext.kt
- CommonDialogValidator.kt
- CommonDialogWrapper.kt
- DataContext.kt
- DialogCommand.kt
- JsonSerializer.kt
- PreferredProjectsManager.kt
- CommandUsageCollector.kt
- AnActionEventEx.kt
- BaseCommandAction.kt
- EfCoreActionsGroup.kt
- ObservableConnections.kt
- ObservableDbProviders.kt
- ObservableMigrations.kt
- OpenQuickEfCoreActionsAction.kt
- QuickActionsGroup.kt
- TryCommandAgainAction.kt
- ValidationUtils.kt
- EFCoreShellCommandHandler.kt
- EfCoreUiConfigurable.kt
- EfCoreUiSettingsState.kt
- EfCoreUiSettingsStateService.kt
- EfCoreStartupListener.kt
- CommonOptionsState.kt
- CommonOptionsStateService.kt
- DialogsState.kt
- DialogsStateService.kt
- BuildConfigurationItem.kt
- DbConnectionItem.kt
- DbContextItem.kt
- DbProviderItem.kt
- IconItem.kt
- MigrationItem.kt
- MigrationsProjectItem.kt
- SimpleColumn.kt
- SimpleItem.kt
- SimpleListTableModel.kt
- StartupProjectItem.kt
- TargetFrameworkItem.kt
- AnyInputDocumentListener.kt
- DbConnectionItemRenderer.kt
- DbProviderItemRenderer.kt
- DotnetIconResolver.kt
- DslExtensions.kt
- IconComboBoxRendererAdapter.kt
- ToolKindExtensions.kt
- EfCoreUiBundle.kt
- KnownNotificationGroups.kt
- EfCoreUiBundle.properties
- plugin.xml
- pluginIcon.svg
- pluginIcon_dark.svg
- DummyTest.kt
- RiderTestDataMarker.kt
- intellij.rider.plugins.efCore.test.cases.xml
- .empty
- SdkBasedPluginEmbedding.Root
- SubplatformsCollection.Root
- .gitattributes
- .gitignore
- build.gradle.kts
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
- SubplatformsCollection.Root
# Installation Guide
1. Get the code
git clone https://github.com/JetBrains/rider-efcore
Downloads the entire project code from GitHub to your computer.
cd rider-efcore
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd src/dotnet/Rider.Plugins.EfCore.Tests
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Gradle (Java/Kotlin)
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
