this post was submitted on 16 Jan 2024
4 points (100.0% liked)
.NET
1466 readers
8 users here now
Getting started
Useful resources
IDEs and code editors
- Visual Studio (Windows/Mac)
- Rider (Windows/Mac/Linux)
- Visual Studio Code (Windows/Mac/Linux)
Tools
Rules
- Rule 1: Follow Lemmy rules
- Rule 2: Be excellent to each other, no hostility towards users for any reason
- Rule 3: No spam of tools/companies/advertisements
Related communities
Wikipedia pages
- .NET (open source & cross platform)
- .NET Framework (proprietary & Windows-only)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I can't help with the bug and I don't know what your project's constraints are, but it's worth noting that this isn't the recommended way to mix C# and native code anymore.
I don't think C++/CLI is deprecated, but you'll find a lot more community resources if you're using native C++ and binding it via the C ABI.