-
### Description
Following guide on [debugging libraries with VS Code running on Mono](https://github.com/dotnet/runtime/blob/main/docs/workflow/debugging/libraries/debugging-vscode.md#debugging-libra…
-
I'm working on porting CppSharp to Haiku where we have a .NET SDK. It's not officially supported yet but it works pretty well.
I've made all the necessary changes to support the new OS (x64 only) inc…
-
(Background: using SWIG requires adding _and exporting_ the contents of a single .o file into the resulting .so/.dll)
Using `cc` in `build.rs` I add a small C library to my crate:
```rust
let…
rkuhn updated
10 months ago
-
## Steps to Reproduce
Create a file Util.cs with the following content:
``` csharp
[assembly: System.Reflection.AssemblyCultureAttribute("\uD800")]
public class Util
{
}
```
Compile …
-
### Motivation
To enable usage of `Nullable` in dependant libraries.
### Proposed solution
- `enable`
- make appropriate places with `?`
### Additional context
- https://docs.microsoft.com/e…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
https://github.com/tysamigo/csharp-media-library-console-app/blob/1be9943ebe8c7401a5ab124daa41952364a3ff5c/Program.cs#L11
There are 7 items in the array. When I run the program only 5 are displaye…
-
I'm trying to wrap the Microsoft/CNTK library under Windows using VS2017.
CppSharp throws exception during code generation.
Version: v0.8.14 NuGet package
##### Code
```
var optio…
-
As reported in issue #1, the library throws following System.ArgumentException when using .NET Core.
``` CSharp
Unhandled Exception: System.ArgumentException: Object contains non-primitive or non-…
-
There might be function pointers to unmanaged APIs in C#:
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-9.0/function-pointers
Could this library benefit form t…