microsoft / microsoft/sqlmanagementobjects

Replace raw Trace calls with an EventSource

Open
#95 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
C#
Stars
143
Forks
28
PR merge metrics
No merged PRs in 30d

Description

SMO should implement an EventSource in the ConnectionInfo DLL that exposes scopes for the various layers like SFC, SMO, ServerConnection, Enumerator, etc.

https://docs.microsoft.com/dotnet/api/system.diagnostics.tracing.eventsource

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the raw Trace calls in the ConnectionInfo DLL and review the linked System.Diagnostics.Tracing.EventSource documentation. Done means the DLL exposes EventSource scopes for layers such as SFC, SMO, ServerConnection, and Enumerator, with the existing raw Trace calls replaced.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
observability
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.