You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Use the [AddOpenApi](xref:Microsoft.Extensions.DependencyInjection.OpenApiServiceCollectionExtensions.AddOpenApi*) method in the service configuration. No configuration is needed, the source generator handles the rest.
To turn off XML documentation integration, remove the source generator from the `Analyzers` item group. Removing the source generator prevents it from being used during compilation.
@@ -121,17 +121,6 @@ The automatic resolution behavior is currently available for XML documentation c
121
121
* Associating the text content to compilation symbols.
122
122
* Developing an understanding of the inheritance hierarchy associated with the types.
123
123
124
-
125
-
<!-- ## Frequently Asked Questions
126
-
127
-
Moved to intro ### What is the OpenAPI XML documentation support feature?
128
-
129
-
The feature automatically extracts XML documentation comments from code and uses them to populate OpenAPI documentation. API documentation is generated directly from code comments, keeping them in sync. -->
130
-
131
-
132
-
133
-
134
-
135
124
XML documentation comments from `ProjectReferences` are automatically resolved and don't require additional configuration.
136
125
137
126
### Supported XML documentation tags
@@ -165,10 +154,6 @@ To add examples to documentation, use the [`<example>`](/dotnet/csharp/language-
0 commit comments