StirlingLabs.Utilities.Extensions
22.10.0
Prefix Reserved
See the version list below for details.
dotnet add package StirlingLabs.Utilities.Extensions --version 22.10.0
NuGet\Install-Package StirlingLabs.Utilities.Extensions -Version 22.10.0
<PackageReference Include="StirlingLabs.Utilities.Extensions" Version="22.10.0" />
paket add StirlingLabs.Utilities.Extensions --version 22.10.0
#r "nuget: StirlingLabs.Utilities.Extensions, 22.10.0"
// Install StirlingLabs.Utilities.Extensions as a Cake Addin #addin nuget:?package=StirlingLabs.Utilities.Extensions&version=22.10.0 // Install StirlingLabs.Utilities.Extensions as a Cake Tool #tool nuget:?package=StirlingLabs.Utilities.Extensions&version=22.10.0
Common utilities used throughout the Stirling Labs C# codebase
🚀 How to install
If you've configured GitHub Packages, you can just:
> dotnet add PROJECT package StirlingLabs.Utilities
or just use NuGet however you would normally.
👀 What's included
Any stand-alone code that is used in more than one package is a contender to be included here. If you see something that you think should be included, please create an issue or PR so we can discuss it.
🐣 Lifecycle
This should be the first place that common code is generalised. If it turns out that the implementation should be separated for some reason (licensing or some other optimisation) then it should be fully moved to the new package and then included back here via NuGet. Users of Utilities.Net should not have to change their code during this process (if namespaces absolutely have to be modified, provide aliases).
If the reason for separating a module out ends, it should be moved back into Utilities as soon as it can be safely achieved (and the unecessary repo archived). At no point should there be two code repositories being maintained; a single source of truth must exist at all times.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. 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 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
- StirlingLabs.BigSpans (>= 22.5.0)
- StirlingLabs.libLLVM (>= 14.0.6.4)
- StirlingLabs.LLVMSharp (>= 14.0.6.44479)
- StirlingLabs.LLVMSharp.Interop (>= 14.0.6.44479)
- StirlingLabs.Utilities (>= 1.0.0)
- StirlingLabs.Utilities.Magic (>= 1.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
-
.NETStandard 2.1
- StirlingLabs.BigSpans (>= 22.5.0)
- StirlingLabs.libLLVM (>= 14.0.6.4)
- StirlingLabs.LLVMSharp (>= 14.0.6.44479)
- StirlingLabs.LLVMSharp.Interop (>= 14.0.6.44479)
- StirlingLabs.Utilities (>= 1.0.0)
- StirlingLabs.Utilities.Magic (>= 1.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
-
net5.0
- StirlingLabs.BigSpans (>= 22.5.0)
- StirlingLabs.libLLVM (>= 14.0.6.4)
- StirlingLabs.LLVMSharp (>= 14.0.6.44479)
- StirlingLabs.LLVMSharp.Interop (>= 14.0.6.44479)
- StirlingLabs.Utilities (>= 1.0.0)
- StirlingLabs.Utilities.Magic (>= 1.0.0)
- StirlingLabs.XKCP.NET (>= 22.8.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
-
net6.0
- StirlingLabs.BigSpans (>= 22.5.0)
- StirlingLabs.libLLVM (>= 14.0.6.4)
- StirlingLabs.LLVMSharp (>= 14.0.6.44479)
- StirlingLabs.LLVMSharp.Interop (>= 14.0.6.44479)
- StirlingLabs.Utilities (>= 1.0.0)
- StirlingLabs.Utilities.Magic (>= 1.0.0)
- StirlingLabs.XKCP.NET (>= 22.8.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.