Popular repositories
-
-
cecil-linqpad-driver Public
This project implements a custom driver for LINQPad (www.linqpad.net) in order to enable users to perform queries on .NET metadata in an easy and flexible way.
-
gitextensions Public
Forked from gitextensions/gitextensions
GitExtensions is a shell extension, a Visual Studio 2008 plugin and a standalone Git repository tool.
C# 1
-
182 contributions in the last year
Less
More
Activity overview
Contributed to
adrianoc/cecilifier,
Unity-Technologies/unityscript2csharp,
adrianoc/cecil-linqpad-driver
and 4 other
repositories
Contribution activity
October 2021
Created 1 commit in 1 repository
Opened 1 pull request in 1 repository
adrianoc/cecilifier
1
merged
Created an issue in adrianoc/cecilifier that received 1 comment
Qualified field access adds an extra *ldarg.0* instruction
using System;
class Foo
{ private int i; static void Bar(Foo f) => Console.WriteLine(f.i);
}
Probably the best approach is not emit the ldarg.0 in P…
1
comment