Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adoption of .NET 8 Native IDateTimeProvider Support in Place of ISystemClock #42

Closed
kamilbaczek opened this issue Nov 18, 2023 · 0 comments · Fixed by #55
Closed

Adoption of .NET 8 Native IDateTimeProvider Support in Place of ISystemClock #42

kamilbaczek opened this issue Nov 18, 2023 · 0 comments · Fixed by #55
Labels
good first issue Good for newcomers

Comments

@kamilbaczek
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
The current implementation relies on ISystemClock for managing time-related operations. However, with the introduction of native time support in .NET 8, there's an opportunity to enhance the system by utilizing the new native time capabilities.

Describe the solution you'd like
Update the codebase to replace the usage of ISystemClock with the native time support introduced in .NET 8. This will involve refactoring the relevant sections of the code to leverage the new time functionalities provided by the .NET 8 framework.

Describe alternatives you've considered
An alternative could be to continue using ISystemClock, but considering that .NET 8 provides native time support, it makes sense to migrate to the native solution for improved performance and consistency across the codebase.

Additional context
The adoption of native time in .NET 8 can bring alignment with the latest advancements in the .NET framework. It's essential to test and validate the changes thoroughly to ensure compatibility and reliability across different scenarios.

@kamilbaczek kamilbaczek added the good first issue Good for newcomers label Nov 18, 2023
@kamilbaczek kamilbaczek linked a pull request Nov 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
1 participant