CodeWF.Tools.Core 1.3.13.2

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

CodeWF.Tools

简体中文 | English

NuGet Name NuGet url Download
CodeWF.Tools NuGet NuGet
CodeWF.Tools.Core NuGet NuGet
CodeWF.Tools.Files NuGet NuGet
CodeWF.Tools.Image NuGet NuGet

CodeWF.Tools, making C# coding simpler.

CodeWF.Tools is an open-source utility library for C# developers. It provides practical helpers for strings, dates, files, JSON/YAML conversion, image utilities, and common development workflows.

Packages

  • CodeWF.Tools.Core: native .NET extensions without third-party dependencies.
  • CodeWF.Tools.Files: file, export, JSON, and YAML utilities.
  • CodeWF.Tools.Image: image and QR code utilities.
  • CodeWF.Tools: the combined package.

Development

This repository uses NuGet Central Package Management. Package versions are maintained in Directory.Packages.props.

Thanks

  • Masuit.Tools:https://github.com/ldqk/Masuit.Tools

Third-Party Open Source Audit

Checked on 2026-05-20 with NuGet metadata, restored project.assets.json, and upstream source/license links. MIT / Apache-2.0 / BSD are preferred.

Remediation:

  • Updated Magick.NET-Q16-AnyCPU from 14.13.0 to 14.13.1; dotnet build CodeWF.Tools.slnx -c Release -m:1 then completed with 0 warnings and 0 errors.
  • Updated the Avalonia demo package family from 12.0.2 to 12.0.3.
  • Updated MiniExcel from 1.43.1 to 1.44.1, SharpCompress from 0.48.0 to 1.0.0, System.Configuration.ConfigurationManager / System.Text.Json from 10.0.7 to 10.0.8, and coverlet.collector from 10.0.0 to 10.0.1.
  • Enabled NuGet central transitive pinning and adapted SevenZipCompressor to the SharpCompress 1.0 non-generic IWritableArchive / ArchiveFactory.Create(ArchiveType.Zip) APIs.
  • Bumped the package version to 1.3.13.2 for the dependency update.
  • Verification completed with dotnet build CodeWF.Tools.slnx -c Debug --no-restore, dotnet test CodeWF.Tools.slnx -c Debug --no-build, and dotnet build CodeWF.Tools.slnx -c Release --no-restore -m:1.
Package Usage License Source Status
CsvHelper CodeWF.Tools.Files CSV helpers MS-PL OR Apache-2.0 https://github.com/JoshClose/CsvHelper Approved via Apache-2.0 option
Magick.NET-Q16-AnyCPU CodeWF.Tools.Image image helpers Apache-2.0 https://github.com/dlemstra/Magick.NET Approved, 14.13.1
MiniExcel CodeWF.Tools.Files Excel helpers Apache-2.0 https://github.com/mini-software/MiniExcel Approved, 1.44.1
SharpCompress CodeWF.Tools.Files archive helpers MIT https://github.com/adamhathcock/sharpcompress Approved, 1.0.0
System.Configuration.ConfigurationManager / System.Text.Json Configuration and JSON helpers MIT https://github.com/dotnet/dotnet Approved, 10.0.8
YamlDotNet CodeWF.Tools.Files YAML helpers MIT https://github.com/aaubry/YamlDotNet Approved
ZXing.Net.Bindings.Magick QR/barcode helpers Apache-2.0 https://github.com/micjahn/ZXing.Net Approved
Avalonia / Avalonia.Desktop / Avalonia.Fonts.Inter / Avalonia.Themes.Fluent Demo only MIT https://github.com/AvaloniaUI/Avalonia Approved, 12.0.3
Bogus Test data only MIT https://github.com/bchavez/Bogus Approved
CodeWF.LogViewer.Avalonia Demo only MIT https://github.com/dotnet9/CodeWF.LogViewer Own open-source package
ReactiveUI.Avalonia Demo only MIT https://github.com/reactiveui/reactiveui Approved
VC-LTL Windows demo runtime compatibility EPL-2.0 https://github.com/Chuyu-Team/VC-LTL5 Source-open; approved under the source-traceable non-preferred license rule
Microsoft.NET.Test.Sdk / coverlet.collector Tests MIT https://github.com/microsoft/vstest / https://github.com/coverlet-coverage/coverlet Approved, Microsoft.NET.Test.Sdk 18.5.1, coverlet.collector 10.0.1
xunit.v3 / xunit.runner.visualstudio Tests Apache-2.0 https://github.com/xunit/xunit Approved

Transitive dependency check:

Dependency group Representative packages License Source Status
.NET runtime/configuration stack System.Diagnostics.EventLog, System.IO.Pipelines, System.Text.Encodings.Web, System.Security.Cryptography.ProtectedData MIT https://github.com/dotnet/dotnet Source-open
Magick.NET core Magick.NET.Core Apache-2.0 https://github.com/dlemstra/Magick.NET Source-open
ZXing core ZXing.Net Apache-2.0 https://github.com/micjahn/ZXing.Net Source-open
Avalonia stack Avalonia.*, Avalonia.BuildServices MIT https://github.com/AvaloniaUI/Avalonia Source-open
ANGLE native package Avalonia.Angle.Windows.Natives BSD-style license file https://github.com/AvaloniaUI/angle Source-open
Skia/HarfBuzz bindings and native assets SkiaSharp*, HarfBuzzSharp* MIT package license; native projects are source-open https://github.com/mono/SkiaSharp Source-open
Reactive stack ReactiveUI, DynamicData, Splat, System.Reactive MIT https://github.com/reactiveui/reactiveui / https://github.com/reactiveui/DynamicData / https://github.com/reactiveui/splat / https://github.com/dotnet/reactive Source-open
Linux desktop interop MicroCom.Runtime, Tmds.DBus.Protocol MIT https://github.com/kekekeks/MicroCom / https://github.com/tmds/Tmds.DBus Source-open
Own logging dependency CodeWF.Log.Core MIT https://github.com/dotnet9/CodeWF.LogViewer Own source-open package
Test toolchain Microsoft.*, Newtonsoft.Json, xunit.* MIT / Apache-2.0 https://github.com/microsoft/vstest / https://github.com/microsoft/testfx / https://github.com/JamesNK/Newtonsoft.Json / https://github.com/xunit/xunit Source-open

No non-open or black-box dependency is intentionally retained.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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 is compatible.  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 is compatible.  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.  net11.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.
  • net11.0

    • No dependencies.
  • net8.0

    • No dependencies.
  • net9.0

    • No dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CodeWF.Tools.Core:

Package Downloads
CodeWF.Tools

集成前面的包,功能最全

CodeWF.LogViewer.Avalonia

自定义 Avalonia 日志组件​ 专为 Avalonia 打造的日志组件,支持将日志同步写入本地文件与 SelectedTextBlock 控件,实现持久化存储与实时界面展示,助力高效调试。​ Custom Avalonia Log Component​ A log component tailored for Avalonia. It supports synchronously writing logs to local files and the SelectedTextBlock control, enabling persistent storage and real-time interface display for efficient debugging.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.3.13.2 28 5/20/2026
1.3.13 120 5/9/2026
1.3.12.3 180 4/14/2026
1.3.12 151 3/17/2026
1.3.11.6 124 3/3/2026
1.3.11.3 159 2/7/2026
1.3.11.2 124 2/5/2026
1.3.11.1 112 2/5/2026
1.3.8.8 359 11/12/2025
1.3.8.7 224 11/10/2025
1.3.8.3 170 10/17/2025
1.3.8.2 171 10/15/2025
1.3.8.1 239 6/18/2025
1.3.8 261 5/16/2025
1.3.7 194 4/22/2025
1.3.6.2 205 4/22/2025
1.3.6.1 232 4/2/2025
1.3.5.1 210 3/3/2025
1.3.5 167 2/26/2025
1.3.4.2 178 2/24/2025
Loading failed