Quick 6.0.9

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

Quick

Net 开发基础库

nuget 发行包

Logger 写入文本配置


//添加自定义的日志提供器
builder.Logging.AddProvider(new QuickLoggerProvider(new QuickLoggerConfiguration
{
    MinLevel = (LogLevel)Enum.Parse(typeof(LogLevel), QuickSettings.Log.GetValue<string>("MinLogLevel")),
    LogLevel = LogLevel.Information,
    LogPath = AppContext.BaseDirectory + QuickSettings.Log.Path
}));

更新说明

  • 6.0.9 2023/2/6

    • QuickBLL
      • TimeStampToDateTime 时间戳转为时间
      • ToTime 时间数字串转为时间格式
      • ToReplace 正则替换内容
  • 6.0.8 2022/8/29 [里程碑]

    • RedisHelper
      • Deserialize 默认开启时间转换
  • 6.0.7 2022/8/16 配合Quick.DB 更新以下方法

    • JsonBind.GetValue 新增par,where参数映射,GetValueByJsonArray 支持json 数组取出值
    • JsonHelperConvert.ReadValue 类型转换为对象,ReadObject 数组转为 IDictionary
  • 6.0.6 2022/8/11

    • 升级类库 6.0.1 Microsoft.Extensions.Caching.Memory
  • 6.0.5 2022/4/6

    • MessageModel 合并替代 MessageBaseModel
  • 6.0.4 2022/3/30

    • 未更新方法,仅修正 MessageBaseModel 注释
  • 6.0.3 2022/3/15

    • QuickLogger 新增支持Logger写入文本文件
    • QuickLog 新增 WriteIn 非缓存写入文件
    • TextHelper 新增 WriteIn 独占模式写入
  • 6.0.2 2022/3/11

    • QuickLog 修正日志缓存后写入导致冲突
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Quick:

Package Downloads
Quick.DB

数据库交互工具

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.9 450 2/7/2023
6.0.8 716 8/29/2022
6.0.7 584 8/15/2022
6.0.6 560 8/11/2022
6.0.5 754 4/7/2022
6.0.4 607 3/30/2022
6.0.3 871 3/21/2022
6.0.2 500 3/15/2022
6.0.1 860 2/28/2022
5.0.8 464 7/5/2021