NonSucking.Framework.Extension 0.1.0.84-alpha

This is a prerelease version of NonSucking.Framework.Extension.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NonSucking.Framework.Extension --version 0.1.0.84-alpha
                    
NuGet\Install-Package NonSucking.Framework.Extension -Version 0.1.0.84-alpha
                    
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="NonSucking.Framework.Extension" Version="0.1.0.84-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NonSucking.Framework.Extension" Version="0.1.0.84-alpha" />
                    
Directory.Packages.props
<PackageReference Include="NonSucking.Framework.Extension" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NonSucking.Framework.Extension --version 0.1.0.84-alpha
                    
#r "nuget: NonSucking.Framework.Extension, 0.1.0.84-alpha"
                    
#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.
#:package NonSucking.Framework.Extension@0.1.0.84-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NonSucking.Framework.Extension&version=0.1.0.84-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NonSucking.Framework.Extension&version=0.1.0.84-alpha&prerelease
                    
Install as a Cake Tool

This nuget package contains extensions and types that we often use in our projects and streams. We would like to reuse these things more consistently and make them available to other people.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • net6.0

    • No dependencies.

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
1.0.0 326 12/10/2023
0.1.0.108-alpha 216 9/6/2023
0.1.0.107-alpha 199 7/2/2023
0.1.0.106-alpha 203 7/2/2023
0.1.0.105-alpha 199 4/5/2023
0.1.0.104-alpha 195 4/5/2023
0.1.0.103-alpha 226 3/26/2023
0.1.0.102-alpha 220 3/25/2023
0.1.0.99-alpha 209 3/23/2023
0.1.0.98-alpha 402 3/14/2023
0.1.0.97-alpha 207 3/14/2023
0.1.0.96-alpha 205 3/12/2023
0.1.0.95-alpha 214 3/8/2023
0.1.0.94-alpha 211 3/8/2023
0.1.0.93-alpha 233 3/6/2023
0.1.0.92-alpha 215 3/6/2023
0.1.0.91-alpha 223 3/6/2023
0.1.0.84-alpha 240 2/22/2023
0.1.0.83-alpha 210 2/11/2023
0.1.0.82-alpha 212 2/11/2023
0.1.0.81-alpha 342 9/18/2022
0.1.0.80-alpha 305 9/18/2022
0.1.0.79-alpha 300 9/17/2022
0.1.0.78-alpha 281 9/17/2022
0.1.0.77-alpha 295 9/17/2022
0.1.0.76-alpha 270 9/17/2022
0.1.0.75-alpha 269 9/16/2022
0.1.0.74-alpha 528 3/20/2022
0.1.0.73-alpha 271 3/17/2022
0.1.0.72-alpha 263 3/11/2022
0.1.0.68-alpha 275 2/20/2022
0.1.0.67-alpha 270 2/8/2022
0.1.0.66-alpha 270 2/7/2022
0.1.0.35-alpha 313 12/5/2021
0.0.0-alpha 399 10/25/2021 0.0.0-alpha is deprecated.

This is a first preview version and not intended for productive use. Not everything has been tested or commented yet.

New in this version:
* Typecontainer and Standalone typecontainer added. In a slightly modified variant to ScotlandYard ML and OctoAwesome