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

NuGet package needs platform-specific builds #16

Open
govert opened this issue May 31, 2018 · 2 comments
Open

NuGet package needs platform-specific builds #16

govert opened this issue May 31, 2018 · 2 comments

Comments

@govert
Copy link
Member

govert commented May 31, 2018

To support mixed mode assemblies, the ExcelDnaDoc analyzer is compiled with different target framworks. This needs to be reflected in the NuGet package too. See #15 .

@augustoproiete
Copy link
Member

@govert / @Cronan:

Do you think it is worth creating and maintaining separate ExcelDnaDoc.exe's for each platform target instead of changing the way we analyze assemblies to use something better than System.Reflection, that supports reading assemblies built for any platform, and would allow us to continue to have a single .exe?

I haven't tested it, but I'd expect Microsoft's CCI should be able to give us all the assembly metadata we need, regardless of platform. If not, maybe Mono.Cecil would...

Thoughts?

@Cronan
Copy link
Contributor

Cronan commented Jun 5, 2018 via email

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

No branches or pull requests

3 participants