Skip to content

Commit 049dcaa

Browse files
buyaa-ngewarren
andauthored
Update HostApplicationBuilder.xml (dotnet#9128)
* Update HostApplicationBuilder.xml Fixes dotnet#9111 Incorrect description for `HostApplicationBuilder.Configuration` property * Apply suggestions from code review Co-authored-by: Genevieve Warren <[email protected]> --------- Co-authored-by: Genevieve Warren <[email protected]>
1 parent 37a8544 commit 049dcaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Microsoft.Extensions.Hosting/HostApplicationBuilder.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
<ReturnType>Microsoft.Extensions.Configuration.ConfigurationManager</ReturnType>
144144
</ReturnValue>
145145
<Docs>
146-
<summary>Gets a collection of services for the application to compose. This property is useful for adding user-provided or framework-provided services.</summary>
146+
<summary>Gets the set of key-value configuration properties.</summary>
147147
<value>To be added.</value>
148-
<remarks>To be added.</remarks>
148+
<remarks>The set of properties can be mutated by adding more configuration sources, which will update its current view.</remarks>
149149
</Docs>
150150
</Member>
151151
<Member MemberName="ConfigureContainer&lt;TContainerBuilder&gt;">

0 commit comments

Comments
 (0)