Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions entity-framework/core/cli/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,10 @@ The following is a list of the design-time services.
Service | Description
------------------------------------------------------------------------------------ | -----------
<xref:Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator> | Generates the code for corresponding model annotations.
<xref:Microsoft.EntityFrameworkCore.Design.ICandidateNamingService> | Generates candidate names for entities and properties.
<xref:Microsoft.EntityFrameworkCore.Design.ICSharpHelper> | Helps with generating C# code.
<xref:Microsoft.EntityFrameworkCore.Design.ICSharpMigrationOperationGenerator> | Generates C# code for migration operations.
<xref:Microsoft.EntityFrameworkCore.Design.ICSharpSnapshotGenerator> | Generates C# code for model snapshots.
<xref:Microsoft.EntityFrameworkCore.Design.ICSharpUtilities> | C# code generation utilities.
<xref:Microsoft.EntityFrameworkCore.Design.IPluralizer> | Pluralizes and singularizes words.
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpMigrationOperationGenerator> | Generates C# code for migration operations.
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpSnapshotGenerator> | Generates C# code for model snapshots.
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGenerator> | Generates code for a migration.
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGeneratorSelector> | Selects the appropriate migrations code generator.
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsScaffolder> | The main class for managing migration files.
Expand All @@ -52,8 +50,6 @@ Service
<xref:Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator> | Generates OnConfiguring code.
<xref:Microsoft.EntityFrameworkCore.Scaffolding.IReverseEngineerScaffolder> | The main class for scaffolding reverse engineered models.
<xref:Microsoft.EntityFrameworkCore.Scaffolding.IScaffoldingModelFactory> | Creates a model from a database model.
<xref:Microsoft.EntityFrameworkCore.Scaffolding.IScaffoldingTypeMapper> | Maps database types to .NET types during scaffolding.
<xref:Microsoft.EntityFrameworkCore.Scaffolding.ISnapshotModelProcessor> | Processes model snapshots.
<xref:Microsoft.EntityFrameworkCore.Query.IPrecompiledQueryCodeGenerator> | Generates code for precompiled queries.
<xref:Microsoft.EntityFrameworkCore.Query.IPrecompiledQueryCodeGeneratorSelector> | Selects the appropriate precompiled query code generator.

Expand Down