Marcel Tiede
Marcel Tiede
Either: - Wait for final release - Do it manually
See best practices including wchart project: https://learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices Perhaps use some wchart converter for library import instead of WCharT library which surfaces low level details?
## Add Release pipeline This would be the "idea" of the pipeline. I'm not sure if the building will work. Locally I got errors related to net6.0 which is not...
Is there interest in having a release pipeline that is able to push a version to nuget? If yes I could contribute a pipeline. There is for example [Nuget trusted...
Idea: - Annotate Module classes with Attribute that describe which modules are initialized by it `Initializes` - Annotate `Application` class with `Initializes`. - Check dependencies of a project if it...
See GirCore.Testing.props file. This should be possible if NET10 is the minimum required framework.
If the type resolving chose to create some instance for the user, but the chosen type does not match the requirements of the user (because some interface is needed) there...
Verify adding Peas-2
Class typed instance parameter should care about transfer annotations: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4739 If not calling the "unref" method would destroy the instance which is not desired. But ref would add reference in...
Having this API available allows to add a manual `Emit` method to all signals. See: https://docs.gtk.org/gobject/func.signal_emitv.html See parent issue for sample implementation.