-
Notifications
You must be signed in to change notification settings - Fork 0
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
Heya :) #1
Comments
I don't know if you've tried this but you can use |
Hi ! So installed fresh true install of Manjaro on laptop (stopped using USB boot as clunky) App enumerated the call to Strange? Is this being run on a desktop/laptop? Or some IoT hardware>? Cheers |
OK for now I guess, but yeah if in similar time zones, live chat somehow might work better, Slack, Discord, or something. Regards |
I'm in central europe so GMT+1 😅 Might not be the easiest time zones for a live chat I assume. I'm running on a desktop which has a Maybe I can try to install .NET with the install script and see if that makes a difference. You've not tried the official dotnet packages from the manjaro repos right? |
No, always either download from MS download web site on Windows. And over last 6-8 months been using the script on Linux, as easy and seems to work. "You've not tried the official dotnet packages from the manjaro repos right?" I'm stumped why your not able to build and run that Serial Test App. |
I'm using the I'm deinstalling these packages right now and installing via the script to see if it changes anything. |
OK Interesting! Give it a go.
|
Ok cool!? So it was just out of date dotnet? They do update it frequently |
I don't think it's the version that's the issue but the RID. I posted an update on the original issue. I'll check vscode, just a sec. |
Nope with Omnisharp and decompilation enabled I still get the throwing shims. |
Added some Platform reporting to program.cs RID: [manjaro-x64] |
Hi hmmm Confused So tried something out of interest, as not done this on Linux system before, only Windows. So I cloned the DotNet runtime Repo (net#6) from MS's repo. So seems the project can build the System.IO.SerialPorts for Linux-64 and runs on Manjaro as is. Obviously all the build scripts that do all that switching in-out different stuff for building for Linux is working ok. But the problem you have seen seems to be a result of that being broken. So Im confused. Ws it justa old version miss match and has been 'fixed' at some point since v5 say to now. I use VS2022 with dotnet 2/3/5/6 and building console apps, windows apps, aspnet apps (web apps) has always worked well as a IDE, consuming the dotnet framework. But building the actual CLR+Libraries + Cross-Platform is a challenge locally. Cheers |
Just out of interest Ran dotnet-install.sh [SDK 6.0.102] Modified (Was not forcing versioning before) So def got fixed from 6 to 7-preview1 And believe it actually got fixed starting here #30903 |
See comment in the other repo. |
We could also switch to a different channel if you'd like but I thought this one should be pretty simple to use. With code markdown and whatnot.
The text was updated successfully, but these errors were encountered: