zijian666.Core.Abstractions 1.0.14-beta

This is a prerelease version of zijian666.Core.Abstractions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package zijian666.Core.Abstractions --version 1.0.14-beta
                    
NuGet\Install-Package zijian666.Core.Abstractions -Version 1.0.14-beta
                    
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="zijian666.Core.Abstractions" Version="1.0.14-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="zijian666.Core.Abstractions" Version="1.0.14-beta" />
                    
Directory.Packages.props
<PackageReference Include="zijian666.Core.Abstractions" />
                    
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 zijian666.Core.Abstractions --version 1.0.14-beta
                    
#r "nuget: zijian666.Core.Abstractions, 1.0.14-beta"
                    
#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=zijian666.Core.Abstractions&version=1.0.14-beta&prerelease
                    
Install zijian666.Core.Abstractions as a Cake Addin
#tool nuget:?package=zijian666.Core.Abstractions&version=1.0.14-beta&prerelease
                    
Install zijian666.Core.Abstractions as a Cake Tool

常用接口,委托,拓展方法,zjian系列组件的核心抽象声明

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

Showing the top 5 NuGet packages that depend on zijian666.Core.Abstractions:

Package Downloads
zijian666.Converts

可以实现任意类型之间的转换

zijian666.DI

Microsoft.Extensions.DependencyInjection的功能拓展

zijian666.DI.NamedService

NamedService命名服务

zijian666.WebApiExtensions

用于快速创建简单易用的标准化WebApi项目

zijian666.HttpClientExtensions.Convert

为 zijian666.HttpClientExtensions 扩展 json和动态类型支持

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.6 175 1/22/2025
2.0.5 370 11/25/2024
2.0.2 7,162 11/12/2022
2.0.0 4,421 11/5/2022
1.2.0 914 11/2/2022
1.1.0 3,834 6/11/2022
1.0.15-beta 961 6/9/2022
1.0.14-beta 218 4/15/2022
1.0.13-beta 466 9/29/2021
1.0.12-beta 751 9/28/2021
1.0.8-beta 247 9/18/2021
1.0.7-beta 289 9/8/2021
1.0.6-beta 286 8/10/2021
1.0.5 2,234 3/19/2021
1.0.4 1,352 9/23/2020
1.0.1 2,473 9/20/2020
1.0.0 1,390 9/7/2020

### [1.0.13-beta] 2021.09.29
* 修复当一个类型拥有重复特性时,调用`GetTypesWithAttribute`失败的问题

### [1.0.12-beta] 2021.09.28
* 保证更好的兼容性, 依赖基础框架退回到 `netstandard2.0`

### [1.0.8-beta] 2021.09.18
* 修复bug