SoftCircuits.Parsing.Helper 1.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SoftCircuits.Parsing.Helper --version 1.0.1
NuGet\Install-Package SoftCircuits.Parsing.Helper -Version 1.0.1
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="SoftCircuits.Parsing.Helper" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SoftCircuits.Parsing.Helper --version 1.0.1
#r "nuget: SoftCircuits.Parsing.Helper, 1.0.1"
#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 SoftCircuits.Parsing.Helper as a Cake Addin
#addin nuget:?package=SoftCircuits.Parsing.Helper&version=1.0.1

// Install SoftCircuits.Parsing.Helper as a Cake Tool
#tool nuget:?package=SoftCircuits.Parsing.Helper&version=1.0.1

.NET class library that aids in parsing text. Tracks your current position within the text being parsed, ensures you don't access characters that are out of bounds of the string being parsed, and includes several methods that make parsing easier. Use this library to make your parsing code cleaner and more reliable.

Product 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 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 was computed. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on SoftCircuits.Parsing.Helper:

Package Downloads
SoftCircuits.ExpressionEvaluator The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

.NET library that will evaluate a string expression. Expressions can include integer, double and string operands. Operators can include "+", "-", "*", "/", "%", "^" and "&". Supports custom functions and symbols. Provides easy integration with any application. Now targets either .NET Standard 2.0 or .NET 5.0 and supports nullable reference types.

SoftCircuits.CommandLineParser The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Simple and lightweight command-line parser. Supports regular arguments, flag arguments and extended arguments (in the form: -mode:extArg). Arguments, flag arguments, and extended arguments can all be wrapped in quotes in order to include whitespace. Now targets .NET Standard 2.0 or .NET 5.0 and supports nullable reference types.

SoftCircuits.CodeColorizer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Code Colorizer is a .NET class library to convert source code to HTML with syntax coloring. The library is language-agnostic, meaning that the the same code is used for all supported languages. Only the language rules change for each language. Library now targets either .NET 5.0 or .NET Standard 2.0 and supports nullable reference types.

BitMagic.Compiler

X16 Emulator and Debugger

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.0 66 3/17/2024
5.0.0 279 7/16/2023
4.2.0 915 10/2/2022
4.1.0 1,258 12/12/2021
4.0.1 887 8/29/2021
4.0.0 477 2/19/2021
3.0.4 394 11/29/2020
3.0.3 363 11/24/2020
3.0.2 916 10/26/2020
3.0.1 348 10/26/2020
3.0.0 423 10/25/2020
2.4.0 463 10/25/2020
2.3.2 382 10/24/2020
2.3.1 410 10/23/2020
2.3.0 710 10/23/2020
2.2.0 385 10/21/2020
2.1.1 450 10/21/2020
2.1.0 447 10/18/2020
2.0.2 427 7/3/2020
2.0.1 471 6/28/2020
2.0.0 416 6/22/2020
1.2.0 431 6/7/2020
1.0.17 460 5/23/2020
1.0.16 421 4/15/2020
1.0.15 446 4/3/2020
1.0.14 477 3/31/2020
1.0.13 454 3/24/2020
1.0.12 448 3/16/2020
1.0.11 435 3/13/2020
1.0.10 4,097 2/27/2020
1.0.9 465 2/26/2020
1.0.8 496 2/26/2020
1.0.7 432 2/24/2020
1.0.6 435 2/23/2020
1.0.5 551 2/16/2020
1.0.4 418 2/14/2020
1.0.3 423 2/14/2020
1.0.2 489 12/26/2019
1.0.1 478 12/11/2019
1.0.0 495 12/11/2019

Initial release.