.NET ("dotnet")

.NET is a free and open-source, managed computer software framework. It is a cross-platform successor to .NET Framework and released under the MIT License.

Native FreeBSD .NET binary releases are available, with additional work taking place in third-party repositories to resolve issues, produce and test Native and Linux Emulated FreeBSD .NET binaries with the goal to merge FreeBSD .NET Support upstream.

.NET on FreeBSD

Goals

  1. Reliably produce FreeBSD .NET binaries on an ongoing basis, and fix blocking issues and report/resolve upstream. Status:In-Progress

  2. Assist upstream getting native FreeBSD .NET built, tested (CI) and binary packages produced on an on-going and official basis. Status: In-Progress

  3. Create FreeBSD Ports from source (natively) for all .NET components and produce official packages for supported architectures. Status: Not Started

Upstream FreeBSD .NET Support

Get Involved!

Developers and users can help in the following ways:

Building .NET on FreeBSD

This section documents maintained efforts to progress .NET FreeBSD support. Developers and users are encouraged to test and provide feedback on these releases, report bugs, and provide improvements to the builds.

Notably, building .NET requires an existing and working dotnet cli SDK to bootstrap the build, as mentioned in the Workflow Guide: FreeBSD Requirements documentation below.

Producing this binary natively for FreeBSD is the aim of upstream issue #1139 mentioned above.

Until native bootstrap .net cli is available officially from upstream, FreeBSD .NET builds can be produced using either:

  1. Cross-build under Linux Emulation
  2. Natively, using dotnet cli binary built on FreeBSD under Linux Emulation.

Upstream Documentation

Cross-build under Linux Emulation

Native build using Linux bootstrap binary

.NET FreeBSD Binary Releases

The above GitHub (thefrank and sec) projects produce .NET FreeBSD Release Binaries:

FreeBSD .NET Runtime Nightly Builds

Earlier and Other Work

This section documents earlier work that may continue to prove useful as references.

.NET Framework Ports

.NET Framework 2.x

.NET Framework 1.1

.NET Framework 1.0

.NET (last edited 2022-12-19T20:59:00+0000 by KubilayKocak)