Skip to content

use debugName with typeof to match "UiPath.Ipc.*" format [ROBO-4941]#116

Merged
bogdanStan92 merged 1 commit into
masterfrom
fix/logging
Aug 5, 2025
Merged

use debugName with typeof to match "UiPath.Ipc.*" format [ROBO-4941]#116
bogdanStan92 merged 1 commit into
masterfrom
fix/logging

Conversation

@bogdanStan92
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the debug name format for ServerConnection to use typeof() instead of nameof() to achieve consistency with the "UiPath.Ipc.*" format pattern used elsewhere in the codebase.

  • Changes debug name generation from nameof(ServerConnection) to typeof(ServerConnection) for consistent formatting

Comment thread src/UiPath.CoreIpc/Server/ServerConnection.cs
@bogdanStan92 bogdanStan92 changed the title use debugName with typeof to match "UiPath.Ipc.*" format use debugName with typeof to match "UiPath.Ipc.*" format [ROBO-4941] Aug 5, 2025
@bogdanStan92 bogdanStan92 merged commit 6a74a11 into master Aug 5, 2025
2 of 3 checks passed
@bogdanStan92 bogdanStan92 deleted the fix/logging branch August 5, 2025 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants