-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
C#: Base telemetry Api Source/Sink nodes on abstract classes. #16356
C#: Base telemetry Api Source/Sink nodes on abstract classes. #16356
Conversation
DCA looks good. |
76aed36
to
e64a2d6
Compare
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.
LGTM (two typos).
|
||
/** | ||
* Module that adds all API like sinks to `SinkNode`, excluding sinks for cryptography based | ||
* queries, and queries where sinks are not succifiently defined (eg. using broad method name matching). |
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.
typo
|
||
/** | ||
* Module that adds all API like sources to `SourceNode`, excluding some sources for cryptography based | ||
* queries, and queries where sources are not succifiently defined (eg. using broad method name matching). |
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
@@ -6,7 +6,7 @@ final class SourceNode = FlowSources::SourceNode; | |||
|
|||
/** | |||
* Module that adds all API like sources to `SourceNode`, excluding some sources for cryptography based | |||
* queries, and queries where sources are not succifiently defined (eg. using broad method name matching). | |||
* queries, and queries where sources are not ntly defined (eg. using broad method name matching). |
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.
Not quite fixed ;-)
ba7e827
to
757cf8d
Compare
No description provided.