Stephen Lucas
Stephen Lucas
**Describe the bug** With CsWinRT 1.6.1 a .Net Standard 2.0 embedded projection for `Windows.ApplicationModel.AppService.AppServiceConnection.OpenAsync` can now be generated correctly and invokes the WinRT ABI successfully but fails to project the...
# Proposal: Allow embedded projects to suppress generating members that reference types from specified namespaces ## Summary The current `` section allows namespaces to be included in the code generation,...
Hi, Reviewing the implementation of GenerateMips for sRGB textures it looks like the implementation is doing a reinterpret copy into a linear texture format and then using a bilinear sampler...
An issue with the current GltfImport.LoadGltfBinary implementation is that it requires the entire file to have been loaded into a managed byte array for the duration of the load. This...
When using a System.Text.Json JsonObject as the TemplateContext then it is not possible to directly use filters like time_zone or date on string properties in the source json as the...