Skip to content

Commit 4825128

Browse files
eerhardtgewarren
andauthored
Update docs/core/extensions/configuration-generator.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 5a77538 commit 4825128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/extensions/configuration-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ namespace Microsoft.Extensions.Configuration.Binder.SourceGeneration
206206
207207
The generated code contains the `BindingExtensions` class, which contains the `BindCore` method that performs the actual binding. The `Bind_Settings` method calls the `BindCore` method and casts the instance to the specified type.
208208

209-
To see the generated code, set the `<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>` in the project file. This ensures that the files are visible to the developer for inspection. You can also view the generated code in Visual Studio's Solution Explorer under your project's `Dependencies` -> `Analyzers` -> `Microsoft.Extensions.Configuration.Binder.SourceGeneration` node.
209+
To see the generated code, set the `<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>` in the project file. This ensures that the files are visible to the developer for inspection. You can also view the generated code in Visual Studio's Solution Explorer under your project's **Dependencies** > **Analyzers** > `Microsoft.Extensions.Configuration.Binder.SourceGeneration` node.
210210

211211
## See also
212212

0 commit comments

Comments
 (0)