-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Non-throwing methods returning null don't pass DoesNotThrow() #343
Comments
I just published a beta version with a fix of this (and 342 as well) |
Awesome - just tried, fixes my issues. |
as you seem to be exploring, I propose to wait for a couple of weeks before releasing the fix; this will give you time to raise other issues you may find and have a single release, vs several ones for each issue found :-) |
I've finished running the upgrade against our codebase FWIW, no further issues found. |
Bonne année ! Any chance of a non-beta release? Thank you so much! |
Happy new year as well. |
Excellent, thank you! Finally merged our upgrade from 2.7.2! |
Bug Type
Please pick one:
Describe the bug
The following test should pass, but does not:
The exception originates in
NFluent.Extensions.ObjectExtensions.IsAwaitable[T]
-- it does not deal with nulls.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: