Skip to content
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

Use managed reflection to detect shared code #199

Merged

Conversation

Daniel-Svensson
Copy link
Member

@Daniel-Svensson Daniel-Svensson commented Oct 15, 2019

Use cecil instead of "normal" readonly reflection to detect shared code

This should allow fixing

  • Should allow doing reflection on non mscorlib based targets (ex netstandard, netcoreapp ..)
  • Remove old code (or allow fallback)
  • Add to nuget
  • Compare codegen for some targets
  • Look into adding test with netstandard client for codegen tests
  • Manual test of nuget for T4 codegen and standard codegen

@Daniel-Svensson Daniel-Svensson marked this pull request as ready for review October 24, 2019 12:39
@Daniel-Svensson Daniel-Svensson merged commit d21f4b7 into OpenRIAServices:master Oct 24, 2019
@Daniel-Svensson Daniel-Svensson added this to the 5.0 milestone Oct 24, 2019
@Daniel-Svensson Daniel-Svensson deleted the feature/managedreflection branch November 4, 2019 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant