MMC.Helper 0.1.1

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

开发帮助类

文本解析

1.Json数据进行key,value合并

[{"颜色":"淡黄色","规格":"300ml","口味":"蜂蜜"},
{"颜色":"透明","规格":"350ml","口味":"柠檬"},
{"颜色":"淡粉红","规格":"400ml","口味":"水蜜桃"}]
互相转换
{"颜色":["淡黄色","透明","淡粉红"],"规格":["300ml","350ml","400ml"],"口味":["蜂蜜","柠檬","水蜜桃"]}


身份证帮助类

1.是否成年

注释辅助类

1.从当前dll文件中加载所有的xml文件

2.从xml中加载

3.从文件中加载

4.从流中加载

5.读取类型中的注释

6.读取字段或者属性的注释

7.读取方法中的注释

8.读取方法中的返回值注释

9.读取参数的注释

10.读取方法的所有参数的注释

11.读取指定名称节点的注释

12.读取指定节点的summary注释

13.读取指定节点的example注释

14.获取方法的节点名称

15.获取类型的节点名称

16.获取字段或者属性的节点名称

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
0.1.1 642 2/17/2022
0.1.0 559 2/14/2022