Skip to content

Commit

Permalink
Added a descriptive tag to TimeProvider.Testing (#4964)
Browse files Browse the repository at this point in the history
  • Loading branch information
joperezr committed Feb 23, 2024
2 parents 3b8be08 + 6fcfa31 commit 88d79f7
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>Microsoft.Extensions.TimeProvider.Testing</RootNamespace>
<Description>Hand-crafted fakes to make time-related testing easier.</Description>
<Description>Hand-crafted fakes to make time-related testing easier.

FakeTimeProvider implements the abstract TimeProvider class and is
specifically designed to be used for testing.
</Description>
<Workstream>Fundamentals</Workstream>
<Category>Testing</Category>
<PackageTags>$(PackageTags);Testing</PackageTags>
<PackageTags>$(PackageTags);Testing;TimeProvider;FakeTimeProvider</PackageTags>
<InjectExperimentalAttributeOnLegacy>true</InjectExperimentalAttributeOnLegacy>
</PropertyGroup>

Expand Down

0 comments on commit 88d79f7

Please sign in to comment.