Fix missing copyright header and BOM in IA365EtwLogger.cs#220
Draft
Fix missing copyright header and BOM in IA365EtwLogger.cs#220
Conversation
…ller constants to user.* namespace 1. Rename SourceMetadata class to Channel with simplified properties (Name, Link) 2. Update caller dimension constants: - CallerIdKey (microsoft.caller.id) -> UserIdKey (user.id) - CallerUpnKey (microsoft.caller.upn) -> UserEmailKey (user.email) - CallerNameKey (microsoft.caller.name) -> UserNameKey (user.name) 3. Update agent UPN constants: - AgentUPNKey (microsoft.agent.user.upn) -> AgentEmailKey (microsoft.agent.user.email) - CallerAgentUPNKey (microsoft.a365.caller.agent.user.upn) -> CallerAgentEmailKey (microsoft.a365.caller.agent.user.email) 4. Update all consumers: scopes, data builders, BaggageBuilder, ActivityProcessor, hosting extensions, middleware, ETW logger 5. Update all tests to use new naming Port of microsoft/Agent365-python#208 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: nikhilNava <211831449+nikhilNava@users.noreply.github.com> Agent-Logs-Url: https://github.com/microsoft/Agent365-dotnet/sessions/f35939de-6220-482c-b4cd-07f29456f3a0
Copilot
AI
changed the title
[WIP] [WIP] Address feedback on renaming SourceMetadata to Channel in schema attributes
Fix missing copyright header and BOM in IA365EtwLogger.cs
Mar 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
IA365EtwLogger.cswas missing the required Microsoft/MIT copyright header and had a leading UTF-8 BOM character.Changes
src/Observability/Runtime/Etw/IA365EtwLogger.cs: Removed leading BOM (\xef\xbb\xbf) and added the standard copyright header before the firstusingdirective:💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.