Dynamic.Core
2.1.3.8
See the version list below for details.
dotnet add package Dynamic.Core --version 2.1.3.8
NuGet\Install-Package Dynamic.Core -Version 2.1.3.8
<PackageReference Include="Dynamic.Core" Version="2.1.3.8" />
<PackageVersion Include="Dynamic.Core" Version="2.1.3.8" />
<PackageReference Include="Dynamic.Core" />
paket add Dynamic.Core --version 2.1.3.8
#r "nuget: Dynamic.Core, 2.1.3.8"
#:package Dynamic.Core@2.1.3.8
#addin nuget:?package=Dynamic.Core&version=2.1.3.8
#tool nuget:?package=Dynamic.Core&version=2.1.3.8
加入系统公共model
dataQueue.Push(new DataItem<object>() { ReceivedTime = DateTime.Now, ProductID = Thread.CurrentThread.ManagedThreadId.ToString() });
TimerTasker timerTask = new TimerTasker((obj
) =>
{
dataQueue.Push(new DataItem<object>() {Data=new object(), ReceivedTime = DateTime.Now, ProductID = Thread.CurrentThread.ManagedThreadId.ToString() });
// Console.WriteLine(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
}, 500);
TimerTasker timerTask2 = new TimerTasker((obj
) =>
{
dataQueue.Push(new DataItem<object>() { Data = new object(), ReceivedTime = DateTime.Now, ProductID = Thread.CurrentThread.ManagedThreadId.ToString() });
// Console.WriteLine(DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss"));
}, 5000);
TimerTasker timerTask3 = new TimerTasker((obj
) =>
{
Console.WriteLine("sadfsdf");
var datateim= dataQueue.Get(TimeSpan.FromSeconds(1));
Console.WriteLine(datateim.ReceivedTime+":"+datateim.ProductID);
}, 1000);
| Product | Versions 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. |
-
.NETStandard 2.0
- CacheManager.Microsoft.Extensions.Caching.Memory (>= 1.1.2)
- MailKit (>= 2.0.2)
- Microsoft.CSharp (>= 4.4.1)
- Microsoft.Extensions.DependencyInjection (>= 2.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.DependencyModel (>= 2.0.4)
- Microsoft.Extensions.PlatformAbstractions (>= 1.1.0)
- Microsoft.Extensions.Primitives (>= 2.0.0)
- Newtonsoft.Json (>= 11.0.1)
- System.Reflection.Emit.Lightweight (>= 4.3.0)
- System.Runtime.Loader (>= 4.3.0)
NuGet packages (18)
Showing the top 5 NuGet packages that depend on Dynamic.Core:
| Package | Downloads |
|---|---|
|
Geek.Net.MQ
加入泛型imessagequeue<t> 支持原始byte[]发送 更新nuget |
|
|
CDynamic.MiddleWare.Core
支持单用户排他登陆检测 集成app登陆逻辑支持库 |
|
|
CDynamic.Dapper
add batchInsert |
|
|
Acb.CenterConfig.Sdk
提出日志依赖,否则加载远程日志配置的时候,会导致循环异常 更新底层core库 |
|
|
CDynamic.Redis
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.1.8.2 | 9,678 | 3/11/2022 |
| 2.1.8 | 7,486 | 3/2/2021 |
| 2.1.7.9 | 15,917 | 11/24/2020 |
| 2.1.7.8 | 7,748 | 9/19/2020 |
| 2.1.7.7 | 753 | 9/18/2020 |
| 2.1.7.6 | 739 | 9/18/2020 |
| 2.1.7.5 | 770 | 9/18/2020 |
| 2.1.7.4 | 979 | 9/17/2020 |
| 2.1.7.3 | 30,715 | 1/8/2020 |
| 2.1.7.2 | 22,008 | 12/13/2019 |
| 2.1.7.1 | 865 | 11/27/2019 |
| 2.1.6.9 | 8,752 | 7/9/2019 |
| 2.1.6.8 | 4,540 | 7/9/2019 |
| 2.1.6.7 | 5,217 | 6/17/2019 |
| 2.1.6.6 | 5,284 | 5/9/2019 |
| 2.1.6.4 | 10,885 | 2/21/2019 |
| 2.1.6.3 | 22,962 | 11/20/2018 |
| 2.1.6.2 | 8,104 | 10/26/2018 |
| 2.1.6.1 | 1,356 | 10/25/2018 |
| 2.1.3.8 | 2,260 | 3/26/2018 |