-
Notifications
You must be signed in to change notification settings - Fork 36
Rusev/async context #92
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
Conversation
This is the inital commit of async static mocking with passing the required test method information.
…llContext for .NET Framework and AsyncLocal for .NET Core
# Conflicts: # Telerik.JustMock/Core/Context/MSpecContextResolver.cs # Telerik.JustMock/Core/Context/MockingContextResolverBase.cs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lyubomir-rusev IMO Implementation of IAsyncContextResolver will look much better if it organized in just one class having condition compilation inside.
mihail-vladov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The new functionality is made public which in my opinion is not required.
- There is no copyright message for the new files.
|
Check latest commits. |
All requested changes has been addressed
No description provided.