UIfied icon indicating copy to clipboard operation
UIfied copied to clipboard

Cross Platform Issues

Open the-mentor opened this issue 3 years ago • 2 comments

when i was trying to use the sample code in linux i hit a few errors See screenshots below

Using Set-UICF : image

Using Set-UIOoui: image

~#@❯ $PSVersionTable                                                                                                                       ❮    

Name                           Value
----                           -----
PSVersion                      7.1.3
PSEdition                      Core
GitCommitId                    7.1.3
OS                             Linux 5.4.0-73-generic #82-Ubuntu SMP Wed Apr 14 17:39:42 UTC 2021
Platform                       Unix
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

let me know if there is anything i can do to help

the-mentor avatar May 27 '21 08:05 the-mentor

Looks like the Binding.dll is built in old .NET framework

image

If you run that on Windows in PowerShell (the old one), it works. Although I must say that it hang once when I tried that...

stej avatar May 28 '21 13:05 stej

I tried to download ConsoleFramework.dll from nuget and decompile Binding.dll + translate to .Net Core. This worked. But still Xaml.dll is needed to convert to .NET Core. I was unable to compile decompiled code, some JSIL.Meta reference is used...

stej avatar May 28 '21 15:05 stej