NWoodsman

Results 4 issues of NWoodsman

This might be better suited as a discussion thread on a social media platform but I wanted to ask the users of this project. Since the callbacks are static implemented,...

I'm having the below error, any thoughts on this? Hopefully the answer is not "don't use interface types". ``` OneOf test_fail = IFoo.AFoo; // CS0029: Cannot implicitly convert type to...

The documentation for .Net6 [here](https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutablearray-1.slice?view=net-6.0#system-collections-immutable-immutablearray-1-slice(system-int32-system-int32)) suggests that a `.Slice()` method exists, however I cannot find it in .Net 6. It appears that the method is implemented as part of `System.Collections.Immutable...

untriaged
Pri3
area-System.Collections

> https://learn.microsoft.com/en-us/dotnet/framework/interop/default-marshalling-for-strings > > https://learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices#string-parameters > > The above Microsoft docs include canonical examples to reduce allocations when marshalling native char arrays into managed code. > > This commit should...