Uh oh!
There was an error while loading. Please reload this page.
Introducing Time abstraction Part2 (down-level support) - #84235
Conversation
ghost
commented
Apr 3, 2023
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Apr 3, 2023
Tagging subscribers to this area: @dotnet/area-system-datetime Issue DetailsThis change is adding the time abstraction to the down-levels.
|
tarekgh
commented
Apr 3, 2023
@ericstj Could you please have a look at the newly introduced library and confirm I got the building and packaging, correct? CC @terrajobst |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| <ItemGroup Condition="'$(IsPartialFacadeAssembly)' != 'true'"> | ||
| <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesVersion)" /> | ||
| <PackageReference Include="System.ValueTuple" Version="$(SystemValueTupleVersion)" /> |
There was a problem hiding this comment.
netstandard2.0 shouldn't reference this library as it's already provided inbox.
This change is adding the time abstraction to the down-levels.
#83604
#36617