Eric Sink

Results 39 issues of Eric Sink

Coming up to speed here on the context... you're trying to use recent builds of SQLitePCLRaw (2.1.2) with EFCore 2.1? Which is several years old? It never occurred to me...

The XamlApp sample is a place where I experiment with support for various WinUI controls. Controls that work: - TextBlock - Button - CalendarDatePicker - DatePicker - Slider - Controls...

But not yet. They're not ready to be released into the wild.

The generator has an ugly config setting where I can declare which methods I want to call, and it outputs only those methods plus anything they require. Currently, the config...

I have a project.lock.json file that contains this: ``` "targets": { ".NETStandard,Version=v1.0": { "Microsoft.NETCore.Jit/1.0.2": {}, ``` And refgen.exe crashes on this because it expects that empty document to contain at...

I added some OCAF stuff to the lower layer. This is my first PR to this repo, so I'm not confident I am following existing patterns. Feedback welcome.

This is probably more about OpenCascade itself than about this wrapper, but anyway... I'm shocked at how hard it is to get TopoDS_Edge to ALWAYS give me the start and...

e_sqlite3mc is currently compiled with the DQS setting, but e_sqlite3 is not.

This work is in progress, currently in a branch called `raw3`. This will fix #1280 and #1272, which appear to be dupes of each other.