Abdessattar Sassi
Abdessattar Sassi
I20230526 21:45:17.808161 10408 window.cpp:92] SDL3 Window[oxy-window-playground] created I20230526 21:45:20.084039 10408 main.cpp:111] Maximize() I20230526 21:45:20.087045 10408 main.cpp:113] w: 3840, h: 2036 I20230526 21:45:20.087045 10408 main.cpp:114] x: 0, y: 40 I20230526 21:45:21.513334...
It's actually way more broken than just this scenario. I've made a test application that can allow me to trigger the full-screen, maximize, minimize and restore actions with key events....
Actually, looking at the code for `SDL_MaximizeWindow`, which I think is the culprit, in the scenario above, we can already see the existing doubts in the mind of whoever wrote...
The reason why I rebuild from sources is that I want my things to build with zero manual intervention on Linux, Windows and MacOS. On Windows, it's not that simple...
> `false` This works. Thanks @inforithmics
> It is important to note that setting `EnableCoreMrtTooling` to false does not produce valid class libraries layouts. > > When disabled, `MrtCore.targets` is not included. While the app builds,...
@dotMorten have you found a workaround for this issue? I doubt we will get a solution before at least a year or two...
> @abdes only via manual fixing nuget package in a post-packaging step. It sucks Yeah that kinda sucks. I ended up doing my coding in a mono-repo fashion so I...
Adding `true` results in new errors due to the task GenerateTemporaryTargetAssembly being executed. This particular task was responsible for creating the *_wpftmp.csproj. It seems that these temporary assemblies, project names,...
Hmm… from a hardening point of view it makes sense. Anyway, the only reason I thought it should be removed is that some distros require that archive libs should be...