Skip to content

Commit 7bd20f7

Browse files
Remove reference to DEBUG value (#5384)
The truth is that the tooling doesn't use `Condition` for anything right now and the only applicable issue has been closed: dotnet/linker#1231.
1 parent ec2c604 commit 7bd20f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics.CodeAnalysis/DynamicDependencyAttribute.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ This attribute can be used to inform tooling of a dependency that is otherwise n
194194
<ReturnType>System.String</ReturnType>
195195
</ReturnValue>
196196
<Docs>
197-
<summary>Gets or sets the condition in which the dependency is applicable, for example, "DEBUG".</summary>
197+
<summary>Gets or sets the condition in which the dependency is applicable.</summary>
198198
<value>To be added.</value>
199199
<remarks>To be added.</remarks>
200200
</Docs>

0 commit comments

Comments
 (0)