microsoft / microsoft/sqlmanagementobjects
Replace raw Trace calls with an EventSource
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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