-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEBugResolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implementedTenet-ComplianceViolation of compliance with things like signing, security, legality, etc.Violation of compliance with things like signing, security, legality, etc.
Milestone
Description
Version Used: 15.6 Preview 2
Steps to Reproduce:
- Create a library which has
[assembly: SuppressIldasm]applied to it - In a separate project, add a reference to the assembly produced by step 1
- Invoke a method defined in the library, and use Go To Definition
Expected Behavior:
The metadata as source window appears, without showing decompiled method bodies.
Actual Behavior:
The code runs through ILSpy and shows decompiled method bodies.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-IDEBugResolution-FixedThe bug has been fixed and/or the requested behavior has been implementedThe bug has been fixed and/or the requested behavior has been implementedTenet-ComplianceViolation of compliance with things like signing, security, legality, etc.Violation of compliance with things like signing, security, legality, etc.