On Sun Jul 21 15:57:00 2024 +0000, Đorđe Mančić wrote:
Got it, I have updated the merge request to contain those FIXMEs. Although I haven't found any bugs already submitted on the Bugzilla, I've come across [this dotnet runtime issue](https://github.com/dotnet/runtime/issues/105012) which describes that dotnet has switched from using GetTempPath to GetTempPath2 for security reasons, and the MSDN page for GetTempPath recommends using GetTempPath2 instead.
According to the code GetTempPath2 is optional: [pal.windows.cpp](https://github.com/dotnet/runtime/blob/18b2ef18fd58146cc1c50acd8bfcd85a3a663...), [Path.Windows.c](https://github.com/dotnet/runtime/blob/18b2ef18fd58146cc1c50acd8bfcd85a3a663...)
Not that it would hurt having it, of course.