-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[TestKit] Enable nullability for Akka.TestKit.EventFilter.Internal #7779
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
[TestKit] Enable nullability for Akka.TestKit.EventFilter.Internal #7779
Conversation
Aaronontheweb
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.
Looks like some comments got removed and replaced with TBDs, which we're trying to avoid
| private readonly string _s; | ||
|
|
||
| /// <summary> | ||
| /// <remarks>Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.</remarks> |
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.
Why'd this get removed?
| private readonly bool _canBeRelative; | ||
|
|
||
| /// <summary> | ||
| /// <remarks>Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.</remarks> |
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.
Same, why did this get removed and replaced with a TBD comment?
| public interface IStringMatcher | ||
| { | ||
| /// <summary> | ||
| /// <remarks>Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.</remarks> |
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.
Another one
|
@Arkatufus disregard my previous review - I can see that those issues are not issues when I have whitespace disabled on the reviewer UI |
Fixes #7777
Changes
Enable nullability