Skip to content

Introducing Time abstraction Part2 (down-level support) - #84235

Merged
tarekgh merged 5 commits into
dotnet:mainfrom
tarekgh:TimeAbstraction-Part2
Apr 7, 2023
Merged

Introducing Time abstraction Part2 (down-level support)#84235
tarekgh merged 5 commits into
dotnet:mainfrom
tarekgh:TimeAbstraction-Part2

Conversation

@tarekgh

@tarekghtarekgh commented Apr 3, 2023

Copy link
Copy Markdown
Member

This change is adding the time abstraction to the down-levels.

#83604
#36617

@ghostghost added needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners new-api-needs-documentation labels Apr 3, 2023
@ghostghost assigned tarekghApr 3, 2023
@ghost

ghost commented Apr 3, 2023

Copy link
Copy Markdown

Note regarding the new-api-needs-documentation label:

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.

@tarekgh
tarekgh requested a review from stephentoubApril 3, 2023 00:50
@tarekghtarekgh added area-System.DateTime and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 3, 2023
@ghost

ghost commented Apr 3, 2023

Copy link
Copy Markdown

Tagging subscribers to this area: @dotnet/area-system-datetime
See info in area-owners.md if you want to be subscribed.

Issue Details

This change is adding the time abstraction to the down-levels.

#83604

Author:tarekgh
Assignees:tarekgh
Labels:

new-api-needs-documentation, area-System.DateTime

Milestone:-

@tarekghtarekgh added this to the 8.0.0 milestone Apr 3, 2023
@tarekgh

Copy link
Copy Markdown
MemberAuthor

@ericstj Could you please have a look at the newly introduced library and confirm I got the building and packaging, correct?

CC @terrajobst

Comment threadsrc/libraries/Common/src/System/TimeProvider.cs Outdated
Comment threadsrc/libraries/Common/src/System/TimeProvider.cs Outdated

@ericstjericstj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OOB project looks correct.

Comment threadsrc/libraries/Common/src/System/TimeProvider.cs
Comment threadsrc/libraries/Common/src/System/TimeProvider.cs

<ItemGroup Condition="'$(IsPartialFacadeAssembly)' != 'true'">
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="$(MicrosoftBclAsyncInterfacesVersion)" />
<PackageReference Include="System.ValueTuple" Version="$(SystemValueTupleVersion)" />

@ViktorHoferViktorHoferMay 2, 2023

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

netstandard2.0 shouldn't reference this library as it's already provided inbox.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ghostghost locked as resolved and limited conversation to collaborators Jun 1, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@tarekgh@krwq@carlossanlop@stephentoub@huoyaoyuan@danmoseley@ViktorHofer@ericstj@gewarren