CodingConnected.Traci.Constants
1.0.0
dotnet add package CodingConnected.Traci.Constants --version 1.0.0
NuGet\Install-Package CodingConnected.Traci.Constants -Version 1.0.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="CodingConnected.Traci.Constants" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CodingConnected.Traci.Constants" Version="1.0.0" />
<PackageReference Include="CodingConnected.Traci.Constants" />
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 CodingConnected.Traci.Constants --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CodingConnected.Traci.Constants, 1.0.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.
#addin nuget:?package=CodingConnected.Traci.Constants&version=1.0.0
#tool nuget:?package=CodingConnected.Traci.Constants&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ReadMe for CodingConnected.Traci.Constants
[toc]
中文
概述
该库是 CodingConnected.Traci
命名空间下所使用的子库, 主要作用是为 Traci 命令提供常量.
该库包括两部分:
- 为Traci 命令提供标识符. 该功能定义的常量在
CommandIdentifier
静态类及其子类下. - 为Traci 命令提供枚举值. 该功能定义在对应名称的静态类下.
TODO
- 命令标识符中, 标识不同变量的常量均在
CommandIdentifier
静态类中, 可读性较差. 考虑对于不同域的常量分类到对应的子类中. - 某些枚举值应当用
[Flag]
表示, 以实现更好地可读性.
English
⚠️The following content is generated by machine translation⚠️
Overview
This library is a sub-library of the CodingConnected.Traci
namespace, and its main purpose is to provide constants for Traci commands.
The library consists of two parts:
- Provide an identifier for the Traci command. The constants defined by this function are under the
CommandIdentifier
static class and its subclasses. - Provide enumerated values for the Traci command. The function is defined under the corresponding name of the static class.
TODO
- In the command identifier, the constants that identify different variables are in the
CommandIdentifier
static class, which is less readable. Consider classifying constants for different domains into corresponding subclasses. - Some enumerated values should be denoted by
[Flag]
for better readability.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CodingConnected.Traci.Constants:
Package | Downloads |
---|---|
CodingConnected.Traci.DataTypes
DataTypes for Traci. |
|
CodingConnected.Traci.ProtocolTypes
Protocol Types for Traci. |
|
CodingConnected.Traci
Traci for .NET |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 148 | 19 days ago |
Break Change.
Split the original project into 3 parts.