Neon.WSL 4.0.8

dotnet add package Neon.WSL --version 4.0.8
NuGet\Install-Package Neon.WSL -Version 4.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Neon.WSL" Version="4.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Neon.WSL --version 4.0.8
#r "nuget: Neon.WSL, 4.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Neon.WSL as a Cake Addin
#addin nuget:?package=Neon.WSL&version=4.0.8

// Install Neon.WSL as a Cake Tool
#tool nuget:?package=Neon.WSL&version=4.0.8

Neon.WSL

INTERNAL USE ONLY: This library includes some WSL2 related helper classes intended for internal use and is not generally supported at this time.

Build an Ubuntu-20.04 WSL2 image

We require an Ubuntu-20.04 WSL2 image for builds and unit testing to be located at:

https://neon-public.s3.us-west-2.amazonaws.com/build-assets/wsl/neon-ubuntu-20.04.tar

This file will be gzipped and will have [Content-Encoding=gzip] and will have SUDO password prompting disabled.

Steps: Note that you must be a maintainer to upload the image

  1. Install Ubuntu 20.04 WSL from the Windows Store, setting the user credentials to: sysadmin/sysadmin0000

    https://www.microsoft.com/store/productId/9MTTCL66CPXJ

  2. Make the distro support version 2 and be the default. In a Windows command window:

    wsl -d Ubuntu-20.04 --set-version 2
    wsl -d Ubuntu-20.04 --set-default
    
  3. Enable root login for Ubuntu 20.04 WSL distros:

    ubuntu2004 config --default-user root`
    wsl -d Ubuntu-20.04   ```
    
  4. Export the WSL2 image as a TAR file, gzip it, and then upload to S3 (in a pwsh comnmand window):

    . $env:NF_ROOT\Powershell\includes.ps1
    
    mkdir C:\Temp
    wsl --terminate Ubuntu-20.04
    del C:\temp\ubuntu-20.04.tar.gz
    del C:\Temp\ubuntu-20.04.tar
    wsl --export Ubuntu-20.04 C:\temp\ubuntu-20.04.tar
    pigz --best --blocksize 512 C:\Temp\ubuntu-20.04.tar
    ren C:\Temp\ubuntu-20.04.tar.gz ubuntu-20.04.tar
    
    save-tos3 C:\Temp\ubuntu-20.04.tar https://neon-public.s3.us-west-2.amazonaws.com/build-assets/wsl/neon-ubuntu-20.04.tar -gzip -publicReadAccess
    
    del C:\Temp\ubuntu-20.04.tar.gz
    del C:\temp\ubuntu-20.04.tar
    
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.8 82 3/29/2024
4.0.7 91 3/22/2024
4.0.6 87 3/19/2024
4.0.5 80 3/17/2024
4.0.4 73 2/24/2024
4.0.4-rc.12 48 2/24/2024
4.0.4-rc.11 38 2/23/2024
4.0.4-rc.10 56 2/22/2024
4.0.4-rc.8 49 2/21/2024
4.0.4-rc.7 47 2/21/2024
4.0.4-rc.6 53 2/21/2024
4.0.4-rc.5 47 2/21/2024
4.0.4-rc.4 45 2/21/2024
4.0.4-rc.2 48 2/20/2024
4.0.4-rc.1 47 2/16/2024
4.0.3 66 2/15/2024
4.0.3-rc.2 43 2/15/2024
4.0.3-rc.1 41 2/15/2024
4.0.2 65 2/15/2024
4.0.1 86 2/14/2024
4.0.0 92 2/8/2024
4.0.0-rc.17 49 2/7/2024
4.0.0-rc.16 48 2/3/2024
4.0.0-rc.15 45 2/2/2024
4.0.0-rc.14 52 1/24/2024
4.0.0-rc.13 42 1/24/2024
4.0.0-rc.12 45 1/24/2024
4.0.0-rc.11 46 1/24/2024
4.0.0-rc.10 43 1/24/2024
4.0.0-rc.8 46 1/23/2024
4.0.0-rc.7 66 1/11/2024
4.0.0-rc.6 55 1/11/2024
4.0.0-rc.5 56 1/10/2024
4.0.0-rc.4 46 1/10/2024
4.0.0-rc.3 97 12/12/2023
4.0.0-rc.2 51 12/12/2023
4.0.0-rc.1 77 12/9/2023
4.0.0-rc.0 57 12/7/2023
3.1.4 232 10/17/2023
3.1.3 127 10/13/2023
3.1.2 102 10/13/2023
3.1.0 156 8/2/2023
3.0.2 151 4/17/2023
3.0.1 159 4/14/2023
3.0.1-preview0 114 4/14/2023
3.0.0 200 3/22/2023
3.0.0-preview1 127 3/22/2023
3.0.0-preview0 125 3/8/2023
2.19.0 225 8/30/2022