Skip to content

Commit 27f7094

Browse files
authored
Add remarks about FakeTimeProvider to the description of TimeProvider. (#10256)
1 parent 72e3ed6 commit 27f7094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System/TimeProvider.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</Attributes>
3434
<Docs>
3535
<summary>Provides an abstraction for time.</summary>
36-
<remarks>To be added.</remarks>
36+
<remarks>To make it easier to test time-dependent code, you can use <see cref="T:Microsoft.Extensions.Time.Testing.FakeTimeProvider" /> from the Microsoft.Extensions.Time.Testing package.</remarks>
3737
</Docs>
3838
<Members>
3939
<Member MemberName=".ctor">

0 commit comments

Comments
 (0)