SharpDevLib.Extensions
1.0.6.8
The owner has unlisted this package.
This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package SharpDevLib.Extensions --version 1.0.6.8
NuGet\Install-Package SharpDevLib.Extensions -Version 1.0.6.8
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="SharpDevLib.Extensions" Version="1.0.6.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpDevLib.Extensions" Version="1.0.6.8" />
<PackageReference Include="SharpDevLib.Extensions" />
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 SharpDevLib.Extensions --version 1.0.6.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SharpDevLib.Extensions, 1.0.6.8"
#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 SharpDevLib.Extensions@1.0.6.8
#: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=SharpDevLib.Extensions&version=1.0.6.8
#tool nuget:?package=SharpDevLib.Extensions&version=1.0.6.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
sharp-dev-lib-extension
介绍
sharp-dev-lib-extension是c#中经常用到的服务。
依赖说明
sharp-dev-lib-extension使用netstandard2.1框架,依赖第三方库如下:
DocumentFormat.OpenXml (>= 2.16.0) 用于Excel的读写
Portable.BouncyCastle (>= 1.9.0) 用于加解密
SharpDevLib(>= 1.0.4) 内部语法调用
安装教程
从nuget包管理器中搜索安装SharpDevLib.Extensions
在Package Manager中执行命令
Install-Package SharpDevLib.Extensions -Version 1.0.0在dotnet cli中执行命令
dotnet add package SharpDevLib.Extensions --version 1.0.0
sharp-dev-lib-extension包含如下服务
| 名称 | 描述 | 使用 |
|---|---|---|
| Data | 包含仓储,sql,迁移服务 | 依赖注入 |
| DI | 提供程序集级别的服务注册 | 扩展方法 |
| 发送邮件 | 依赖注入 | |
| Encryption | 当前支持的算法,对称加密(aes,des,3des),非对称加密(rsa) | 依赖注入 |
| Excel | excel读写,支持复杂及动态对象,文档加密 | 依赖注入 |
| Model | 基础模型(Request,DTO,Response) | 实例化 |
| Transport | udp,tcp的封装 | 依赖注入 |
| Http | HttpClient的封装 | 依赖注入 |
| Jwt | jwt创建和验证服务 | 依赖注入 |
| Certificate | 证书创建 | 依赖注入 |
版本说明
| 时间 | 版本 | 描述 |
|---|---|---|
| 2022-08-12 | v1.0.0.0-alpha | 初始化包 |
| 2023-07-04 | v1.0.0.5 | 修复一些bug,添加sqlhelper |
| 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 | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | 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.
-
.NETStandard 2.1
- DocumentFormat.OpenXml (>= 2.16.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.9)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.EntityFrameworkCore (>= 5.0.17)
- Microsoft.EntityFrameworkCore.Relational (>= 5.0.17)
- Microsoft.Extensions.Configuration.Abstractions (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection (>= 6.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.1)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 6.0.0)
- Portable.BouncyCastle (>= 1.9.0)
- SharpDevLib (>= 1.0.5)
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 |
|---|
Loading failed
add commonly used services