Kai Tao

Results 64 comments of Kai Tao

I mean, I found a new version `AdaptiveCards.ObjectModel.WinUI3 2.0.1-beta` and I tried that, they still have dependency After that I asked the team to do hybrid crt. But the team...

Agree, while I'm not sure whether it must be in 91, Maybe we can hold until 91 released? I think most pcs now have vcruntime in c:\windows\system32, in most cases...

@yeelam-gordon ``` $targetFolder = "C:\Program Files\WindowsApps\Microsoft.CommandPalette_0.1.1.0_arm64__8wekyb3d8bbwe" $dllFiles = Get-ChildItem -Path $targetFolder -Filter *.dll -Recurse foreach ($dll in $dllFiles) { $output = dumpbin /nologo /dependents $dll.FullName 2>$null if ($output -match "VCRUNTIME140\.dll")...

Close for now, if we got update from adaptive card, we can do this again.

Looks good to me, thanks for doing this~

Verified in bugreport, no obvious regression found, let's go

Let's target next release to make it happen

Hi, thanks for reporting this, this is a regression, I'm working to fix it