-
Notifications
You must be signed in to change notification settings - Fork 79
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
Update dependencies. #240
Update dependencies. #240
Conversation
I'm considering changing the exception type as before ( I'm not really sure to make this because it works as it is right now. What do you think @sergey-tihon? |
I think that FsUnit should be as close to the underlying framework (xUnit) as possible. If xUnit throws another exception, we should not wrap it in the custom exception type. It should be a way to understand and use FsUnit if it behaves as an underlying framework. |
Good point. |
I think this is ready now. @sergey-tihon Do you have any additions? |
…hedValues`, thanks XUnit for making incompatible changes without first deprecating types See fsprojects/FsUnit#240 for the FsUnit change (2nd commit) and fsprojects/FsUnit#251, and https://xunit.net/releases/v2/2.5.0
…hedValues`, thanks XUnit for making incompatible changes without first deprecating types See fsprojects/FsUnit#240 for the FsUnit change (2nd commit) and fsprojects/FsUnit#251, and https://xunit.net/releases/v2/2.5.0
…hedValues`, thanks XUnit for making incompatible changes without first deprecating types See fsprojects/FsUnit#240 for the FsUnit change (2nd commit) and fsprojects/FsUnit#251, and https://xunit.net/releases/v2/2.5.0
No description provided.