NickStrupat / NameOf

Provides strongly typed access to a compile-time string representing the name of a variable, field, property, method, event, enum, or type.
MIT License
20 stars 7 forks source link

Update NameOf to run under .NET 3.5 #7

Closed Kleptine closed 8 years ago

Kleptine commented 8 years ago

I've been working on getting Fody to run under Unity3D, which runs on a weird version of .NET 2.0/3.5.

I've been using NameOf as a simple test case, and the only thing I needed to do was get it compiling under .NET 3.5 (replace a few missing features) and update Mono.Cecil to run on .NET 2.0.

Tests seem to pass just fine.

NickStrupat commented 8 years ago

Thanks! I'll check out the changes when I have some time, but looks good from a quick glance :+1:

Kleptine commented 8 years ago

Sweet. :)

On Thu, Jul 30, 2015, 3:24 PM Nick Strupat notifications@github.com wrote:

Thanks! I'll check out the changes when I have some time, but looks good from a quick glance [image: :+1:]

— Reply to this email directly or view it on GitHub https://github.com/NickStrupat/NameOf/pull/7#issuecomment-126445059.