File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ which the EventSource provides events. It's not recommended to include "EventSou
73733 . Assign Event IDs explicitly, this way seemingly benign changes to the code in the source class such as rearranging it or
7474adding a method in the middle won't change the event ID associated with each method.
75754 . When authoring events that represent the start and end of a unit of work, by convention these methods are named with
76- suffixes 'Start' and 'Stop'. For example, " RequestStart' and 'RequestStop'.
76+ suffixes 'Start' and 'Stop'. For example, ' RequestStart' and 'RequestStop'.
77775 . Do not specify an explicit value for EventSourceAttribute’s Guid property, unless you need it for backwards compatibility reasons.
7878The default Guid value is derived from the source’s name, which allows tools to accept the more human-readable name and derive
7979the same Guid.
You can’t perform that action at this time.
0 commit comments