jcrodriguez-dis / vpl-jail-system

Execution/jail server for VPL
GNU General Public License v3.0
21 stars 21 forks source link

Feature Request: C# using dotnet (replace mono) #67

Closed jeroenhabets closed 5 months ago

jeroenhabets commented 1 year ago

With .Net open sourced and Microsoft backed dotnet readily available in repos like Ubuntu, and packages forCentOS 7/CentOS Stream 8/9 and Debian 10/11

Wouldn't it be better to migrate to dotnet? I noticed the installer still installs mono:

Installing C# development framework (mono): mono-complete

P.S. On Ubuntu I'd avoid snap and stick with apt: sudo apt install dotnet6

jeroenhabets commented 5 months ago

Seems to have been released as part of 4.0.1: https://github.com/jcrodriguez-dis/vpl-jail-system/releases/tag/V4.0.1

Added .NET packages, enabling support for C#, F#, and Visual Basic .NET. C# on Mono remains available.