AlastairLundy.Extensions.System
6.1.0
Prefix Reserved
dotnet add package AlastairLundy.Extensions.System --version 6.1.0
NuGet\Install-Package AlastairLundy.Extensions.System -Version 6.1.0
<PackageReference Include="AlastairLundy.Extensions.System" Version="6.1.0" />
paket add AlastairLundy.Extensions.System --version 6.1.0
#r "nuget: AlastairLundy.Extensions.System, 6.1.0"
// Install AlastairLundy.Extensions.System as a Cake Addin #addin nuget:?package=AlastairLundy.Extensions.System&version=6.1.0 // Install AlastairLundy.Extensions.System as a Cake Tool #tool nuget:?package=AlastairLundy.Extensions.System&version=6.1.0
SystemExtensions
Extension libraries that enhance the experience of using .NET's types within the System Namespace with useful features.
Table of Contents
Features
- Support for comparing versions
- DateTime and DateOnly extensions e.g. DateOnly's ToDateTime extension
- Support for Detecting and Removing Special Characters
- Support for Detecting and Removing Escape Characters
- Counting dots in strings.
How to install and use Extensions.System
Extensions.System can be installed via the .NET SDK CLI, Nuget via your IDE or code editor's package interface, or via the Nuget website.
Package Name | Nuget Link | .NET SDK CLI command |
---|---|---|
AlastairLundy.Extensions.System | AlastairLundy.Extensions.System Nuget | dotnet add package AlastairLundy.Extensions.System |
Compatibility
Extensions.System supports:
- .NET 8
- .NET 9
- .NET Standard 2.0
- .NET Standard 2.1
However, it is important to note that not all features may be supported by all TFMs.
Note for DateOnly: Though DateOnly was originally part of .NET 6, this library's DateOnly extension methods are only supported for .NET 8 and .NET 9 users since we don't target .NET 6 as a TFM due to being out of support.
How to Build Extension.System's code
Requirements
Extensions.System requires the latest .NET release SDK to be installed to target all supported TFM (Target Framework Moniker) build targets.
Currently, the required .NET SDK is .NET 9.
The current build targets include:
- .NET 8
- .NET 9
- .NET Standard 2.0
- .NET Standard 2.1
Any version of the .NET 9 SDK can be used, but using the latest version is preferred.
Versioning new releases
Extensions.System aims to follow Semantic versioning with [Major].[Minor].[Build]
for most circumstances and an optional .[Revision]
when only a configuration change is made, or a new build of a preview release or a new build of a previous release is made.
Pre-releases
Pre-release versions should have a suffix of -alpha, -beta, -rc, or -preview followed by a .
and what pre-release version number they are. The number should be incremented by 1 after each release unless it only contains a configuration change, or another packaging, or build change. An example pre-release version may look like 1.1.0-alpha.2 , this version string would indicate it is the 2nd alpha pre-release version of 1.1.0 .
Stable Releases
Stable versions should follow semantic versioning and should only increment the Revision number if a release only contains configuration or build packaging changes, with no change in functionality, features, or even bug or security fixes.
Releases that only implement bug fixes should see the Build version incremented.
Releases that add new non-breaking changes should increment the Minor version. Minor breaking changes may be permitted in Minor version releases where doing so is necessary to maintain compatibility with an existing supported platform, or an existing piece of code that requires a breaking change to continue to function as intended.
Releases that add major breaking changes or significantly affect the API should increment the Major version. Major version releases should not be released with excessive frequency and should be released when there is a genuine need for the API to change significantly for the improvement of the project.
Building for Testing
You can build for testing by building the project within your IDE or VS Code, or manually by entering the following command: dotnet build -c Debug
.
If you encounter any bugs or issues, try testing your code with breakpoints in the affected code where appropriate. Failing that, please report the issue if one doesn't already exist for the bug(s).
Building for Release
Before building a release build, ensure you apply the relevant changes to the AlastairLundy.Extensions.System.csproj
file:
- Update the Package Version variable
- Update the project file's Changelog
You should ensure the project builds under debug settings before producing a release build.
Producing Release Builds
To manually build for release, enter dotnet build -c Release
for a release with SourceLink enabled.
Builds should generally always include SourceLink and symbol packages if intended for wider distribution.
How to Contribute
Thank you in advance for considering contributing to Extensions.System .
Please see the CONTRIBUTING.md file for code and localization contributions.
If you want to file a bug report or suggest a potential feature to add, please check out the GitHub issues page to see if a similar or identical issue is already open. If there is not already a relevant issue filed, please file one here and follow the respective guidance from the appropriate issue template.
Thanks.
Roadmap
Extensions.System aims to make working with different types in the System namespace in C# easier.
All stable releases must be stable and should not contain regressions.
Future updates should aim focus on one or more of the following:
- Adding extension methods that improve ease of use
- Enhancing existing extension methods
Note: This library is not a primitive library and also does not seek to add new interfaces or implementations of interfaces. It is purely a library for extension methods.
License
This project is licensed under the MIT license.
Product | Versions 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 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 is compatible. |
.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. |
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (3)
Showing the top 3 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 |
|
AlastairLundy.CliInvoke
CliInvoke is a .NET Library for interacting with Command Line Interfaces, CliInvoke is a library for interacting with Command Line Interfaces and wrapping around executables. |
|
AlastairLundy.WCountLib
Count the number of lines, words, characters, and/or bytes in specified files, strings, or IEnumerables of strings. |
GitHub repositories
This package is not used by any popular GitHub repositories.
## Changes
- Deprecate Processes method before removal in a future version @alastairlundy (#1)