AlastairLundy.Extensions.System 5.0.0-preview.2

This is a prerelease version of AlastairLundy.Extensions.System.
There is a newer version of this package available.
See the version list below for details.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package AlastairLundy.Extensions.System --version 5.0.0-preview.2                
NuGet\Install-Package AlastairLundy.Extensions.System -Version 5.0.0-preview.2                
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="AlastairLundy.Extensions.System" Version="5.0.0-preview.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AlastairLundy.Extensions.System --version 5.0.0-preview.2                
#r "nuget: AlastairLundy.Extensions.System, 5.0.0-preview.2"                
#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 AlastairLundy.Extensions.System as a Cake Addin
#addin nuget:?package=AlastairLundy.Extensions.System&version=5.0.0-preview.2&prerelease

// Install AlastairLundy.Extensions.System as a Cake Tool
#tool nuget:?package=AlastairLundy.Extensions.System&version=5.0.0-preview.2&prerelease                

AlastairLundy.System.Extensions

Extensions to C# System classes and structs to help improve them.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on AlastairLundy.Extensions.System:

Package Downloads
PlatformKit

Cross-platform Operating System Detection, Operating System Version Detection, Apple Silicon Mac Detection, programmatic .NET Runtime ID Generation, and more. For a full list of features please visit: https://github.com/alastairlundy/PlatformKit/blob/main/docs/FeatureComparisonByPlatform.md

PlatformKit.Extensions.OperatingSystem

Add Windows, macOS, Linux, and FreeBSD detection to .NET Standard 2 projects via extension methods.

CliUtilsLib

A C# .NET library to help with the creation of CLI tools and/or console applications.

AlastairLundy.Extensions.Collections

Extensions to C# IEnumerables, ICollections, and more.

PlatformKit.Software

A C# library to detect installed software and more.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.3.0-preview.2 41 9/30/2024
5.2.0 94 9/25/2024
5.1.0 128 8/29/2024
5.0.1 191 7/10/2024
5.0.0 103 7/9/2024
4.5.0 164 6/9/2024
4.4.1 96 6/9/2024
4.4.0 109 5/27/2024
4.3.0 106 5/20/2024
4.2.0 99 5/13/2024
4.1.0 107 5/8/2024
4.0.0 160 5/3/2024

## Change since 5.0.0 Preview 1

### Modifications
* Moved Collection based extensions to a separate library
* Moved Maths based extensions to a separate library
* Tweaks to Escape Character Removal methods