.net

  1. ruby R53

    Other .NET/Mesen2: Failed to load [...], error: [...]: ELF file OS ABI invalid

    About yesterday I had compiled one of the emulators I use, Mesen2, along with its dependency, .NET 8.0. I first had to adapt its makefile in order for it to compile properly on my machine, and then the compilation then went just fine. However, when I try to actually run the thing, both by...
  2. J

    Error: [/usr/local/share/dotnet/host/fxr] does not exist

    Hello, i've installed lang/dotnet-host on a fresh system and unable to run any commands like dotnet --list-sdks My system is FreeBSD 14.3-RELEASE (GENERIC) releng/14.3-n271432-8c9ce319fef7 (server) Thank you for any help
  3. Alain De Vos

    Other lang/dotnet missing packages.

    Installed lang/dotnet from package. Trying to compile a F# file and create an executable i get the error: dotnet publish MSBuild version 17.8.3+195e7f5a3 for .NET Determining projects to restore... /mnt/xxx_source/Languages_ok/fsharptut/01_exe/fsharp_test.fsproj : error NU1102: Unable to find...
  4. Alain De Vos

    dotnet broken ?

    I can not install dotnet as package. & the port does not compile. The maintainer does not see a problem ... The build fails with [00:29:31] ===== env: NO_DEPENDS=yes USER=nobody UID=65534 GID=65534 [00:29:32] ===> Building for dotnet-8.0.0 [00:29:32] cd...
  5. C

    Other Graphics library for C#/.NET on FreeBSD?

    Hello, I was browsing the topics on development on FreeBSD in this section of the forum. This is not a common situation, but I have some code in C#/.NET that I'm thinking about porting to FreeBSD, however I'd have to refactor a whole portion of it to use a different graphics library. I did some...
  6. aragats

    Other Debugging and automated testing of C# mono programs?

    Does anybody know any useful tools on the subject? I have a lang/mono application written in C# which runs fine, but it's not perfect yet. Personally I wouldn't ever use any .NET stuff, but I have to deal with this now. Maybe sometime later I'll re-write it in plain C though.
Back
Top