microsoft / microsoft/perfview
EventRegister does not work with Microsoft.Diagnostics.Tracing.EventSource
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.7k
- Forks
- 775
- Avg merge
- 5d 11h
- Merged PRs (30d)
- 9
Description
Forwarding an issue that was first reported in https://github.com/dotnet/runtime/issues/30690#issuecomment-750329716 by @kirillkovalenko
Latest version of EventRegister package (1.1.28) could not be used with the current version (5.0) of the Microsoft.Diagnostics.Tracing.EventSource because assembly public key has changed.
Contributor guide
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 tracing the EventRegister package's reference to Microsoft.Diagnostics.Tracing.EventSource and comparing its assembly public key with version 5.0. The issue provides no file or test entry point, so identify the package or reference configuration first. Done means EventRegister can be used with the current EventSource version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100