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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
5.5k
Star
18.2k
Code
Issues
5k+
Pull requests
517
Discussions
Actions
Projects
Security and quality
63
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add IL Offset and Method Token to stacktrace
- #44013
#44013
Merged
danmoseley
merged 14 commits into
dotnet:main
dotnet/runtime:main
from
wscho77:add_il_offset_to_stacktrace
wscho77/runtime:add_il_offset_to_stacktrace
Copy head branch name to clipboard
Apr 12, 2021
Conversation
Commits
14
(14)
Checks
Files changed
Merged
Add IL Offset and Method Token to stacktrace
#44013
danmoseley
merged 14 commits into
dotnet:main
dotnet/runtime:main
from
wscho77:add_il_offset_to_stacktrace
wscho77/runtime:add_il_offset_to_stacktrace
Copy head branch name to clipboard
Commits
Commits on Mar 31, 2021
Add IL Offset and Method Token to stacktrace
Show description for c77d3be
wscho77
committed
c77d3be
View commit details
Copy full SHA for c77d3be
Browse repository at this point
Use LocalAppContextSwitch and HexConverter
Show description for a7f6060
wscho77
committed
a7f6060
View commit details
Copy full SHA for a7f6060
Browse repository at this point
Use AppendFormat instead of HexConverter
Show description for 99f96fa
wscho77
committed
99f96fa
View commit details
Copy full SHA for 99f96fa
Browse repository at this point
Use switch to activate ILOffset in stacktrace
Show description for 90479a1
wscho77
committed
90479a1
View commit details
Copy full SHA for 90479a1
Browse repository at this point
Commits on Apr 1, 2021
Use AppContextConfigHelper for get switch value
wscho77
committed
7b3f838
View commit details
Copy full SHA for 7b3f838
Browse repository at this point
Add test case for ILOffsetToStackTrace
wscho77
committed
af7c84b
View commit details
Copy full SHA for af7c84b
Browse repository at this point
Remove unused variable
wscho77
committed
62350d8
View commit details
Copy full SHA for 62350d8
Browse repository at this point
Commits on Apr 2, 2021
Use RemoteExecutor.Invoke for testing
wscho77
committed
c54d679
View commit details
Copy full SHA for c54d679
Browse repository at this point
Commits on Apr 7, 2021
Update src/libraries/System.Private.CoreLib/src/System/LocalAppContextSwitches.cs
Show description for 870543a
wscho77
and
noahfalk
authored
870543a
View commit details
Copy full SHA for 870543a
Browse repository at this point
Commits on Apr 8, 2021
TC contents are added
wscho77
committed
8ee5242
View commit details
Copy full SHA for 8ee5242
Browse repository at this point
Remove setting code using enviornment variable
Show description for a3e2476
wscho77
committed
a3e2476
View commit details
Copy full SHA for a3e2476
Browse repository at this point
code clean-up. remove unused code
wscho77
committed
a10ebfc
View commit details
Copy full SHA for a10ebfc
Browse repository at this point
Sort using statements
wscho77
committed
c63a0c8
View commit details
Copy full SHA for c63a0c8
Browse repository at this point
Commits on Apr 12, 2021
Skipt test in mono interpreter mode.
Show description for 8c85326
wscho77
committed
8c85326
View commit details
Copy full SHA for 8c85326
Browse repository at this point
You can’t perform that action at this time.