You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although FreeBSD it is not supported, since I am able to run a port of Code-OSS and also of .Net SDK 8.0 on GhostBSD 2024040.1 (FreeBSD 14.0-STABLE), I thought I'd try porting some of my .Net projects from Linux (Mint).
A simple console app builds/runs OK
An Avalonia app gets build warnings about obsolete (deprecated) dialog calls (as it does on Linux) but no errors (the Linux app runs OK) -- but running on GhostBSD gives"No runtime platform services configured."
I am currently trying Modern.Forms and the build has no warnings or errors, but at runtime: "The type initializer for 'Modern.Forms.Form' threw an exception."
A Terminal.Gui app builds OK, but gets runtime error "Curses failed to initialize, the exception is: Error loading native library "libncursesw.so.6, libncursesw.so.5", even after ncurses library 6.4_1 installed. Update: If so, put
Application.UseSystemConsole = true;
before
Application.Init();
A Gtk.Sharp app build has no warnings or errors, but at runtime: "The type initializer for 'Gtk.Application' threw an exception." even after installing the gtk-sharp30, gtk-sharp2.0, gio-sharp pkgs
I'm not really expecting a fix; just putting this here for future reference/discussion. The Modern.Forms Linux app I used is this one https://gitlab.com/sjsepan/ModernFormsApp1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
Although FreeBSD it is not supported, since I am able to run a port of Code-OSS and also of .Net SDK 8.0 on GhostBSD 2024040.1 (FreeBSD 14.0-STABLE), I thought I'd try porting some of my .Net projects from Linux (Mint).
before
I'm not really expecting a fix; just putting this here for future reference/discussion. The Modern.Forms Linux app I used is this one https://gitlab.com/sjsepan/ModernFormsApp1
Code-OSS
dotnet --info
Beta Was this translation helpful? Give feedback.
All reactions