
On 2023-08-21 1:03 PM, TTT wrote:
I still don't understand - if the vendor "recompiles for .NET" how will that change how/what I run under linux?
The app is already compiled using the .NET framework (Windows target), which is why I require the mono project to .NET code on Linux.
Microsoft has directly released .NET on Linux:
https://learn.microsoft.com/en-us/dotnet/core/install/linux
Running "dnf list dotnet*" should give you a list of packages available through the AlmaLinux repositories.
They don't specifically include vbc.exe, but there's a different mechanism for building/launching applications.
-- Nels Lindquist nlindq@maei.ca

Ahhh....I didn't know that! I will investigate .NET for linux
-----Original Message----- From: Nels Lindquist [mailto:nlindq@maei.ca] Sent: Monday, August 21, 2023 4:09 PM To: users@lists.almalinux.org Cc: TTT lists@telium.io Subject: Re: [AlmaLinux Users] Re: Support for Mono vbc.exe
On 2023-08-21 1:03 PM, TTT wrote:
I still don't understand - if the vendor "recompiles for .NET" how will that change how/what I run under linux?
The app is already compiled using the .NET framework (Windows target), which is why I require the mono project to .NET code on Linux.
Microsoft has directly released .NET on Linux:
https://learn.microsoft.com/en-us/dotnet/core/install/linux
Running "dnf list dotnet*" should give you a list of packages available through the AlmaLinux repositories.
They don't specifically include vbc.exe, but there's a different mechanism for building/launching applications.
-- Nels Lindquist nlindq@maei.ca
participants (2)
-
Nels Lindquist
-
TTT