Jesse Talavera

Results 334 comments of Jesse Talavera

> I'm curious why that one fails, but none of the other includes from the `CMake` folder. Looking at the doc page for [`CMAKE_USER_MAKE_RULES_OVERRIDE`](https://cmake.org/cmake/help/latest/variable/CMAKE_USER_MAKE_RULES_OVERRIDE.html), the offending CMake file is the...

Okay, there we go. That fixed it! Now I just fix the use of `CMAKE_USER_MAKE_RULES_OVERRIDE`.

> CI appears to be happy with it, but I think we don't have CI for CMake on Windows. Do you mean [this](https://dolphin.ci/#/builders/2/builds/3083)? > Probably good enough for now though....

> Yes and no, I just mean _any_ of the builds in general. That one specifically is using MSBuild with the Visual Studio project though, not CMake. Oh, whoops, you're...

You can also generate the `.meta` files yourself. They're nothing special, the only thing you really have to do is provide your own GUID.

I think you might have an incomplete understanding of [`nameof`](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/operators/nameof), because it's actually the *most* convenient option here. `nameof` does not look at whatever object is passed into it; it...

Your editor probably has a file templates feature that'll let you fill out a form or something. I use Rider, so I use the feature described [here](https://www.jetbrains.com/help/rider/Using_File_and_Code_Templates.html). This is exactly...

Because then I won't have to remember if I built the Testing module with the unit tests or not.

Thanks for working on this! Could you please retarget this against `dev` instead of `main`?