Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Consider analyzing PInvokes (DllImports) #234

Closed
dsplaisted opened this issue Jan 15, 2016 · 1 comment
Closed

Consider analyzing PInvokes (DllImports) #234

dsplaisted opened this issue Jan 15, 2016 · 1 comment

Comments

@dsplaisted
Copy link
Member

APIPort is commonly used to help port code to .NET Core. Often this is done in order to run the code on different operating systems. DllImports/PInvokes represent calls to native code that may or may not be available on other OS's. It would be useful if APIPort would list all the DllImports in an assembly it analyzes, to help determine whether they will need to be replaced when porting.

@conniey
Copy link
Member

conniey commented Jun 5, 2017

Nice to Have

@conniey conniey closed this as completed Jun 5, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants