Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross Platform Issues #1

Open
the-mentor opened this issue May 27, 2021 · 2 comments
Open

Cross Platform Issues #1

the-mentor opened this issue May 27, 2021 · 2 comments

Comments

@the-mentor
Copy link

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

@stej
Copy link

stej commented May 28, 2021

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
Copy link

stej commented May 28, 2021

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants