Skip to content

Commit a81557d

Browse files
authored
Update AppContext.BaseDirectory and AppDomain.BaseDirectory summaries (#12877)
* Update AppContext.BaseDirectory and AppDomain.BaseDirectory summaries per runtime#41341 * Remove single-file app remarks from AppContext.BaseDirectory and AppDomain.BaseDirectory --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 2d70033 commit a81557d

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

xml/System/AppContext.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -169,15 +169,9 @@ If you set the same switch in more than one way, the order of precedence for det
169169
<ReturnType>System.String</ReturnType>
170170
</ReturnValue>
171171
<Docs>
172-
<summary>Gets the file path of the base directory that the assembly resolver uses to probe for assemblies.</summary>
173-
<value>The file path of the base directory that the assembly resolver uses to probe for assemblies.</value>
174-
<remarks>
175-
<format type="text/markdown"><![CDATA[
176-
177-
For bundled assemblies, the value returned is the containing directory of the host executable.
178-
179-
]]></format>
180-
</remarks>
172+
<summary>Gets the file path of the base directory of the application.</summary>
173+
<value>The file path of the base directory of the application.</value>
174+
<remarks>To be added.</remarks>
181175
</Docs>
182176
</Member>
183177
<Member MemberName="GetData">

xml/System/AppDomain.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ The <xref:System.ResolveEventArgs.RequestingAssembly?displayProperty=nameWithTyp
347347
<ReturnType>System.String</ReturnType>
348348
</ReturnValue>
349349
<Docs>
350-
<summary>Gets the base directory that the assembly resolver uses to probe for assemblies.</summary>
351-
<value>The base directory that the assembly resolver uses to probe for assemblies.</value>
350+
<summary>Gets the base directory of the application.</summary>
351+
<value>The base directory of the application.</value>
352352
<remarks>
353353
<format type="text/markdown"><![CDATA[
354354

0 commit comments

Comments
 (0)