We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Microsoft created in .NET 8 a package with the TimeProvider class.
This class is very useful to be able to mock it and use it together with Task.Delay since it adds an overload with TimeProvider.
Besides, they provide another package to be able to control the course of time in tests.
It would be nice if UniTask had a similar functionality because otherwise, it is difficult to make tests that are not fragile.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Microsoft created in .NET 8 a package with the TimeProvider class.
This class is very useful to be able to mock it and use it together with Task.Delay since it adds an overload with TimeProvider.
Besides, they provide another package to be able to control the course of time in tests.
It would be nice if UniTask had a similar functionality because otherwise, it is difficult to make tests that are not fragile.
The text was updated successfully, but these errors were encountered: