Skip to content

rewrite with lambda expressions and support for portable libraries and windows 8 rtm, mono and monotouch #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

prabirshrestha
Copy link
Member

complete rewrite of ReflectionUtils with cleaner api.

  • Removed caching logic, MemberMaps and MemberMapLoader
  • Added ThreadSafeDictionary
  • uses compiled linq expressions by default, can turn it off using #define REFLECTION_UTILS_NO_LINQ_EXPRESSION
  • can force to use .net 4.5 type info using #define REFLECTION_UTILS_TYPEINFO
  • strict compatibility with C# ISO-2.
  • compatible with Windows Store App (Windows 8 RTM)

@prabirshrestha
Copy link
Member Author

Tested it in Mono mac and MonoTouch seems to work perfectly without any code changes.

added ReflectionUtils.Mono.sln and ReflectionUtils.MonoTouch.sln.

prabirshrestha added a commit that referenced this pull request Sep 1, 2012
rewrite with lambda expressions and support for portable libraries and windows 8 rtm, mono and monotouch
@prabirshrestha prabirshrestha merged commit b416066 into facebook-csharp-sdk:master Sep 1, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant