Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.6k
Star
18.3k
Code
Issues
5k+
Pull requests
633
Discussions
Actions
Projects
Security and quality
70
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Event listener overhead reduction pt. 3
- #52455
#52455
Merged
MihaZupan
merged 14 commits into
dotnet:main
dotnet/runtime:main
from
MihaZupan:event-listener-3
MihaZupan/runtime:event-listener-3
Copy head branch name to clipboard
May 12, 2021
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Event listener overhead reduction pt. 3
#52455
MihaZupan
merged 14 commits into
dotnet:main
dotnet/runtime:main
from
MihaZupan:event-listener-3
MihaZupan/runtime:event-listener-3
Copy head branch name to clipboard
Commits
Commits on May 7, 2021
Remove unused field
MihaZupan
committed
1be69f3
View commit details
Copy full SHA for 1be69f3
Browse repository at this point
Reduce common-case EventWrittenEventArgs overheads
Show description for 5ae5982
MihaZupan
committed
5ae5982
View commit details
Copy full SHA for 5ae5982
Browse repository at this point
Avoid duplication around TraceLoggingEventTypes
MihaZupan
committed
293538e
View commit details
Copy full SHA for 293538e
Browse repository at this point
Move GetParameterNames into property getter
MihaZupan
committed
320f6cf
View commit details
Copy full SHA for 320f6cf
Browse repository at this point
While => For
MihaZupan
committed
e156172
View commit details
Copy full SHA for e156172
Browse repository at this point
Add EventMetadata.ParameterTypes
MihaZupan
committed
9e944ec
View commit details
Copy full SHA for 9e944ec
Browse repository at this point
Defer fetching ParameterTypes
MihaZupan
committed
e384ec2
View commit details
Copy full SHA for e384ec2
Browse repository at this point
Add RequiresUnreferencedCode attribute to TraceLoggingEventTypes getter
MihaZupan
committed
ff80ae3
View commit details
Copy full SHA for ff80ae3
Browse repository at this point
Revert init => get
MihaZupan
committed
c3f7ecf
View commit details
Copy full SHA for c3f7ecf
Browse repository at this point
ActivityId => RelatedActivityId
MihaZupan
committed
9acb0ae
View commit details
Copy full SHA for 9acb0ae
Browse repository at this point
Commits on May 11, 2021
Merge branch 'main' into event-listener-3
MihaZupan
committed
8a5b9a5
View commit details
Copy full SHA for 8a5b9a5
Browse repository at this point
Remove eventId arg from DispatchToAllListeners
MihaZupan
committed
8eccbc8
View commit details
Copy full SHA for 8eccbc8
Browse repository at this point
Store the first caller's ActivityId in EventWrittenEventArgs
MihaZupan
committed
c0ad809
View commit details
Copy full SHA for c0ad809
Browse repository at this point
Move ActivityId from MoreInfo to base object
MihaZupan
committed
8a67553
View commit details
Copy full SHA for 8a67553
Browse repository at this point
You can’t perform that action at this time.