CSF.NET.TShock 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CSF.NET.TShock --version 1.0.1
NuGet\Install-Package CSF.NET.TShock -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="CSF.NET.TShock" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSF.NET.TShock --version 1.0.1
#r "nuget: CSF.NET.TShock, 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 CSF.NET.TShock as a Cake Addin
#addin nuget:?package=CSF.NET.TShock&version=1.0.1

// Install CSF.NET.TShock as a Cake Tool
#tool nuget:?package=CSF.NET.TShock&version=1.0.1

CSF - Command Standardization Framework

CSF is an attribute based framework that makes creating and processing text based commands easy for any platform. It implements a number of features like:

Features

  • Automated parameter parsing.
  • Parameterized remainder.
  • Attribute customization.
  • Command preconditions.
  • Exposed command info & responsive errors.
  • Virtual base class to support freely overriding all results.
  • Support for overriding context, module & framework.

Samples

Samples are available to learn how to implement CSF in your own programs.

Extensions

CSF introduces a number of extensions for external libraries.

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CSF.NET.TShock:

Package Downloads
Banker

Package Description

Appointer

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.1 664 12/17/2022
1.4.0 534 11/23/2022
1.3.0 317 11/21/2022
1.2.2.1 337 11/13/2022
1.2.2 307 11/10/2022
1.2.1 334 11/9/2022
1.2.0 127 10/31/2022
1.1.0 383 10/23/2022
1.0.1 379 10/6/2022
0.1.1-beta 147 9/29/2022
0.1.0-beta 164 9/28/2022

Version 1.0.1; Made for netstandard2.0.