-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Introduce a new internal EventSourceGenerator and use it for all ES implementations #121180
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
base: main
Are you sure you want to change the base?
Changes from 8 commits
21f579b
c4cf897
f5dbdd2
c702892
62433fe
637e6c1
4ccefa9
20d7953
2f30603
e97c786
67fbf31
0e83207
e072e4b
c5b09c7
01e1199
4f2b250
6e8f918
4255dc8
91c8465
28dee99
b2fd587
cbf9825
b544605
c31708e
e85c9f7
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -155,6 +155,9 @@ protected EventSource(System.Diagnostics.Tracing.EventSourceSettings settings, p | |
| public EventSource(string eventSourceName) { } | ||
| public EventSource(string eventSourceName, System.Diagnostics.Tracing.EventSourceSettings config) { } | ||
| public EventSource(string eventSourceName, System.Diagnostics.Tracing.EventSourceSettings config, params string[]? traits) { } | ||
| public EventSource(string eventSourceName, Guid eventSourceGuid) { } | ||
| public EventSource(string eventSourceName, Guid eventSourceGuid, System.Diagnostics.Tracing.EventSourceSettings settings, params string[]? traits) { } | ||
|
||
|
|
||
jkotas marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| public System.Exception? ConstructionException { get { throw null; } } | ||
| public static System.Guid CurrentThreadActivityId { get { throw null; } } | ||
| public System.Guid Guid { get { throw null; } } | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.