Skip to content

Commit 45aece5

Browse files
Fix cross-reference warnings in entity-framework/core/cli/services.md (#5123)
Co-authored-by: AndriySvyryd <6539701+AndriySvyryd@users.noreply.github.com>
1 parent b3ecb10 commit 45aece5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

entity-framework/core/cli/services.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ The following is a list of the design-time services.
3434
Service | Description
3535
------------------------------------------------------------------------------------ | -----------
3636
<xref:Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator> | Generates the code for corresponding model annotations.
37-
<xref:Microsoft.EntityFrameworkCore.Design.ICandidateNamingService> | Generates candidate names for entities and properties.
3837
<xref:Microsoft.EntityFrameworkCore.Design.ICSharpHelper> | Helps with generating C# code.
39-
<xref:Microsoft.EntityFrameworkCore.Design.ICSharpMigrationOperationGenerator> | Generates C# code for migration operations.
40-
<xref:Microsoft.EntityFrameworkCore.Design.ICSharpSnapshotGenerator> | Generates C# code for model snapshots.
41-
<xref:Microsoft.EntityFrameworkCore.Design.ICSharpUtilities> | C# code generation utilities.
4238
<xref:Microsoft.EntityFrameworkCore.Design.IPluralizer> | Pluralizes and singularizes words.
39+
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpMigrationOperationGenerator> | Generates C# code for migration operations.
40+
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.ICSharpSnapshotGenerator> | Generates C# code for model snapshots.
4341
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGenerator> | Generates code for a migration.
4442
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsCodeGeneratorSelector> | Selects the appropriate migrations code generator.
4543
<xref:Microsoft.EntityFrameworkCore.Migrations.Design.IMigrationsScaffolder> | The main class for managing migration files.
@@ -52,8 +50,6 @@ Service
5250
<xref:Microsoft.EntityFrameworkCore.Scaffolding.IProviderConfigurationCodeGenerator> | Generates OnConfiguring code.
5351
<xref:Microsoft.EntityFrameworkCore.Scaffolding.IReverseEngineerScaffolder> | The main class for scaffolding reverse engineered models.
5452
<xref:Microsoft.EntityFrameworkCore.Scaffolding.IScaffoldingModelFactory> | Creates a model from a database model.
55-
<xref:Microsoft.EntityFrameworkCore.Scaffolding.IScaffoldingTypeMapper> | Maps database types to .NET types during scaffolding.
56-
<xref:Microsoft.EntityFrameworkCore.Scaffolding.ISnapshotModelProcessor> | Processes model snapshots.
5753
<xref:Microsoft.EntityFrameworkCore.Query.IPrecompiledQueryCodeGenerator> | Generates code for precompiled queries.
5854
<xref:Microsoft.EntityFrameworkCore.Query.IPrecompiledQueryCodeGeneratorSelector> | Selects the appropriate precompiled query code generator.
5955

0 commit comments

Comments
 (0)