C++/CLI Support in .Net Core
whether .Net Core(CoreCLR) supports C++\CLI (clr\oldsyntax) runtime environment ? As far as I know there is no plan to support C++/CLI with .NET Core. If no, what can be the possible solutions to this application work ? You can (should) provide a C API. Mono e. g. supports P/Invoke and .NET Core also supports P/Invoke … Read more