NMS.DynamicDictionary
2.1.0
.NET 5.0
.NET Core 2.0
.NET Standard 2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package NMS.DynamicDictionary --version 2.1.0
NuGet\Install-Package NMS.DynamicDictionary -Version 2.1.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="NMS.DynamicDictionary" Version="2.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NMS.DynamicDictionary --version 2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NMS.DynamicDictionary, 2.1.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.
// Install NMS.DynamicDictionary as a Cake Addin
#addin nuget:?package=NMS.DynamicDictionary&version=2.1.0
// Install NMS.DynamicDictionary as a Cake Tool
#tool nuget:?package=NMS.DynamicDictionary&version=2.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
将字典转换成动态查找树,以便快速查找。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
.NET Core | netcoreapp2.0 is compatible. netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
.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)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.0
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp.All (>= 3.4.0)
-
.NETCoreApp 2.1
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp.All (>= 3.4.0)
-
.NETCoreApp 2.2
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp.All (>= 3.4.0)
-
.NETCoreApp 3.0
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp.All (>= 3.4.0)
-
.NETCoreApp 3.1
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp.All (>= 3.4.0)
-
.NETStandard 2.0
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp.All (>= 3.4.0)
-
net5.0
- DotNetCore.BTFindTree (>= 1.5.0)
- DotNetCore.Natasha.CSharp.All (>= 3.4.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on NMS.DynamicDictionary:
Package | Downloads |
---|---|
CosmosStack.Extensions.Reflection
CosmosStack reflection extension library |
|
NMS.Aries
无 |
|
NMS.Libra.Client.Multicast
Libra.Client.Multicast 为 Libra 远程调用多播客户端 |
|
NMS.Libra.Server
Libra.Server 为 Libra 远程请求的服务端 |
|
NMS.Leo
此项目为Natasha的衍生项目,通过运行时自动构建高性能操作代理类,为普通类,静态类,动态类,动态类中的动态类,动态生成的静态类等提供了良好的、完备的、高性能的操作,如果反射、dynamic都不能满足高端的需求,可使用本类库,它将是一个不错的选择。 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.5.2 | 5,034 | 11/15/2022 |
2.5.1 | 341 | 10/12/2022 |
2.5.0 | 322 | 10/11/2022 |
2.4.2 | 46,047 | 6/7/2022 |
2.4.1 | 4,530 | 4/7/2022 |
2.4.0 | 2,336 | 2/14/2022 |
2.2.0 | 278 | 11/8/2021 |
2.1.0.1 | 17,503 | 9/7/2021 |
2.1.0 | 16,110 | 8/16/2021 |
2.0.0 | 32,870 | 6/25/2021 |
1.1.0.2 | 28,023 | 5/9/2021 |
1.1.0.1 | 6,026 | 4/2/2021 |
1.1.0 | 10,921 | 12/24/2020 |
1.0.0 | 780 | 11/26/2020 |
将字典转换成动态查找树,以便快速查找。