-
CsWin32
A source generator to add a user-defined set of Win32 P/Invoke methods and supporting types to a C# project.
A quick Google Search netted the following project (https://github.com/microsoft/CsWin32). Looks like my evening is gone.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
pinvoke
Discontinued A library containing all P/Invoke code so you don't have to import it every time. Maintained and updated to support the latest Windows OS.
-
> I wonder why it's less of a thing now... or is it because there isn't as much need for such mods?
I think the popularity of reskinning Windows is because (especially since Windows Vista and Windows 8) the OS is not hideous-by-default.
EDIT: Oh, apparently the main way to patch UxTheme.dll stopped working since the Creators Update: https://github.com/riverar/uxstyle - though I'm sure Stardock's approach still works.