CppCliMigrationSample icon indicating copy to clipboard operation
CppCliMigrationSample copied to clipboard

Simple demonstration of C++/CLI on .NET Core

Results 5 CppCliMigrationSample issues
Sort by recently updated
recently updated
newest added

Using Visual Studio 2019 (16.10.3) I get this error: ```Target ResolveNuGetPackageAssets: Using "ResolveNuGetPackageAssets" task from assembly "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\NuGet\16.0\Microsoft.NuGet.Build.Tasks.dll". Task "ResolveNuGetPackageAssets" C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\NuGet\16.0\Microsoft.NuGet.targets(198,5): error :...

I spent significant time in finding the option to debug mixed mode for CPP/CLI, it would be nice if we update documentation with following debugging option. NativeApp project properties >...

Changed projects to use the `net6-windows` tfm and migrates projects to visual studio 2022 so users can use the sample in .NET. I would like to do a pull request...

Hi, I tried to do the same using WPF and the output window of VS show various exceptions. Can I safely ignore them or not?

The latest version of Visual Studio 2019 (16.5.2) crashes when in a mixed debugging (.Net Core) session. As soon as you want to look at a managed variable the crash...