Marc-André Moreau
Marc-André Moreau
I think we should make it an optional feature. I just checked and in FreeRDP/WinPR the hack is to use a length over 512, where the extra is the hash...
Same as @ekalchev here - the issue occurs with .NET SDK 8.0.403, and I double checked with a diagnostic build log that CsWinRTAotOptimizerEnabled was properly set to false, it simply...
Is there a temporary hack? I literally edited `C:\Program Files\dotnet\sdk\8.0.403\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Windows.targets` to first comment out the potentially offending line, then decided to just explicitly set false, and guess what? The WinRT...
We found a temporary hack. We've explicitly removed the Microsoft.Windows.SDK.NET.Ref framework reference in one of our core csproj files by adding this: ``` ``` Since we apparently don't need Microsoft.Windows.SDK.NET.Ref...
> Why did you have to do this? Was setting `CsWinRTAotOptimizerEnabled` to `false` not working in your project? Exactly, setting CsWinRTAotOptimizerEnabled to false has no effect, we've tried every way...
Has this been acknowledged as an issue by anybody from Microsoft yet? We're quite a few people that can confirm this really is an issue, and workarounds are required to...