Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report adrianoc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. A tool aiming to make it a little bit easier to learn Mono.Cecil

    C# 16 5

  2. binboo Public

    Skype addin to create/update/list jira issues

    C# 10

  3. 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.

    C# 2 1

  4. Forked from gitextensions/gitextensions

    GitExtensions is a shell extension, a Visual Studio 2008 plugin and a standalone Git repository tool.

    C# 1

  5. ILSpy Public

    Forked from icsharpcode/ILSpy

    .NET Decompiler

    C# 1

  6. BlogCode Public

    Sample code for my blog posts at programing-fun.blogspot.com

    C# 1

182 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

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
Opened 1 other issue in 1 repository
adrianoc/cecilifier 1 open

Seeing something unexpected? Take a look at the GitHub profile guide.