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
Copy file name to clipboardExpand all lines: README.md
+4-2
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,6 @@ It's mostly useful for learning and getting a better understanding of how C# wor
42
42
43
43
## Known issues
44
44
45
-
- The methods the compiler generates for local functions are not shown. This will be fixed in a future release.
46
45
- Visual Studio might freeze for a couple of seconds when you open the details view for a method with a huge amount of instructions (i.e. multiple thousands). This might be fixed in a future release.
47
46
48
47
## Contributing
@@ -100,7 +99,6 @@ Since the 1.0.0 release has all the features I wanted this extension to have, I
100
99
101
100
### Future releases
102
101
103
-
- show compiler-generated code for local functions
104
102
- support more code elements? (properties, classes, ...)
105
103
- show C# code in details view
106
104
- VB support
@@ -118,6 +116,10 @@ Since the 1.0.0 release has all the features I wanted this extension to have, I
118
116
119
117
## Changelog
120
118
119
+
### 1.1.0
120
+
121
+
- Adds support for local functions.
122
+
121
123
### 1.0.3
122
124
123
125
- Fixes `Mono.Cecil.AssemblyResolutionException`s during retrieval of compiler-generated code.
0 commit comments