Voy.Toolkit.Common 1.0.31

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

介绍

  • 远航工具包通用类库是为了将功能复用到更多项目,减少更多使用人员的重复工作而创建的基础操作工具箱。
  • 为了使得适用范围最大化采用.NET Standard 2.0框架为基础。
  • 为了减少对其他内容的依赖,尽量不使用.NET Standard 2.0以外的API,如有特殊情况必须采用.NET Standard 2.0以外的第三方API请添加者注意维护。

入门

指导用户在他们自己的系统上启动和运行您上传的代码。 在本节中,我们讨论:

  1. 安装过程
  2. 软件依赖
  3. 最新版本
  4. API 参考

构建和测试

采用按照行为方式划分各个文件夹(命名空间),在该文件夹下再依照Content(内容)、Type(类型)进行划分。比如:

  • Check(检测)
    • ContentCheck
    • TypeCheck
  • Convert(转换)
    • ContentConvert
    • TypeConvert
  • Cryption(加密)
  • Get(获取)
  • Operation(操作) ...

贡献

感谢每一位项目成员对工具包项目的贡献和关注。在您参与期间请注意以下约定:

  • 需要在注释中标注类、属性、方法、接口、参数等对象的用途。越详细您的贡献越会被更多人认可。
  • 尽量提高代码的质量,经过自己的检测后再上传,以便增加其他用户对您提交代码的信任度。

安装

Command
.NET CLI dotnet add package Voy.Toolkit.Common
Package Manager NuGet\Install-Package Voy.Toolkit.Common
PackageReference <PackageReference Include="Voy.Toolkit.Common" />
Paket CLI paket add Voy.Toolkit.Common
  1. 在解决方案资源管理器的项目快捷菜单中选择“添加”-“项目引用”-“浏览”,找到Voy.Toolkit.Common.dll文件。
  2. 在类代码中添加引用:
using Voy.Toolkit.Common;

依赖

名称 版本
.NET Standard 2.0

版本

参考

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.  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 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.

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.31 153 7/9/2024
1.0.30 134 6/13/2024
1.0.29 152 5/24/2024
1.0.28 137 5/24/2024
1.0.27 141 5/24/2024
1.0.26 136 5/15/2024
1.0.25 127 5/15/2024
1.0.24 149 1/31/2024
1.0.23 136 1/23/2024
1.0.22 137 1/23/2024
1.0.21 135 1/23/2024
1.0.20 160 1/13/2024
1.0.19 160 12/29/2023
1.0.18 150 12/29/2023
1.0.17 143 12/29/2023
1.0.16 142 12/29/2023
1.0.15 171 12/25/2023
1.0.14 162 12/24/2023
1.0.13 160 12/24/2023
1.0.12 185 9/14/2023
1.0.11 194 8/8/2023
1.0.10 199 8/3/2023
1.0.9 224 7/24/2023
1.0.8 206 7/20/2023
1.0.7 181 7/20/2023
1.0.6 202 7/8/2023
1.0.5 187 5/31/2023
1.0.4 194 5/23/2023
1.0.3 184 5/23/2023
1.0.2 247 3/1/2023