Results 358 comments of AraHaan

I think Winforms will still need a way to use COM then when this happens. Perhaps one should ask the maintainers of the generator to add COM marshaling support so...

I would love for it to be source generated as well (possibly also include MiniDumpWriteDump inside of dbghelp as well too as many people might want to call that api...

> What about a generic tool that parses C "extern" headers and make any P/Invoke work for the entire DotNet platform consume. Probably this will be as complex as the...

I actually find the samples kinda helpful for when I forget why I call a windows api function a certain way so then I go "Oh ok".

Or have the examples in their own repository (named windows-api-examples) and have the examples node just link to where the examples are for that api function in that repository within...

Wait, so those musl tools would also allow cmake to cross compile for it with ``CMakePresets.json`` as well right? I found this issue when I need to be able to...

In 78 years, most of us will either be gone, or in wheelchairs when we are 90+ waiting for that time. Preferably with 0 care about the problem as the...

or you could change it to where it selects which way to iterate based on if the chron expression is for iterating: - every x seconds or - every x...

I wish that github native dependabot could update the node_modules folder for us every time it also updates our package.json and package.lock.json.