Syslib.Core 1.1.0

dotnet add package Syslib.Core --version 1.1.0
                    
NuGet\Install-Package Syslib.Core -Version 1.1.0
                    
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="Syslib.Core" Version="1.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Syslib.Core" Version="1.1.0" />
                    
Directory.Packages.props
<PackageReference Include="Syslib.Core" />
                    
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 Syslib.Core --version 1.1.0
                    
#r "nuget: Syslib.Core, 1.1.0"
                    
#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 Syslib.Core@1.1.0
                    
#: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=Syslib.Core&version=1.1.0
                    
Install as a Cake Addin
#tool nuget:?package=Syslib.Core&version=1.1.0
                    
Install as a Cake Tool

Core functionality for syslib dependent applications; randomization (note that randombyte ranges from 0-99, and randomnumber ranges 0-99 999 999), string (8 bit character) manipulation with converter to and from standard string (16 bit) and various list storage

1.1.0 Improvements, bug fixes and new functionality

  • Added CQue replaces CStack that will be removed
  • Added CListLight a lightweight variant of CList
  • Added BStr a lightweight string (8bit) storage as a complement to CStr, where both implement IStr
  • Obsolete CStack
Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net5.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Syslib.Core:

Package Downloads
Syslib.Games

Syslib library for play card games (play card, deck, stack, hand, play cards rank) Texas Hold Em game table, ai and player Sudoku (solver and validator)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.0 664 10/12/2023
1.0.6 592 9/2/2023
1.0.5 1,027 2/24/2023
1.0.4 843 1/26/2023
1.0.3 863 1/10/2023
1.0.2 1,056 1/4/2023
1.0.1 824 1/3/2023

-  Added CQue that replaces obsolete CStack to be removed
-  Added CListLight a lightweight variant of CList
-  Added BStr a lightweight string (8bit char) storage as a complement to CStr, where both implement IStr