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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ The known issue is that ILSourceParser might not be the fastest thing in the wor
10
10
it just needs some additional JIT warming, although there could be a different reason - parsing IL is generally harder than parsing C#, mostly because IL has almost 300
11
11
instructions, and we have to do over 300 checks when parsing method body to parse one instruction.
12
12
13
+
Available on NuGet: https://nuget.org/packages/ILSourceParser
0 commit comments