You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix startup time on linux (#185)
- Responsible is the HostBuilder configuring JsonConfigurationSources automatically for appsettings
- Those sources have reloadOnChange enabled
- dotnet/runtime#53715
- Do not add back automatically added JsonConfigurationSources
Fix constructor for `NativeHandle` and docs in `Interop.Runtime` (#182)
* Update docs for `ArenaNativeAllocator`
* Update constructor and docs for `NativeHandle`
* Update generate `helloworld-app` bindings
Generate nested struct if anonymous struct or union has a field name (#……172)
* Global using
* Refactor `BaseGenerator`
* Refactor
* Don't generate node if it's using a C# built in type name
* Generate nested struct if anonymous struct or union has a field name
* Use parent struct name in nested struct