CommonServiceLocator by: .NET Foundation and Contributors
  • 32 total downloads
  • Latest version: 2.0.7
  • Unity Container unitycontainer Microsoft.Practices.Unity IoC Microsoft.Practices.ServiceLocation Service Location
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
CommunityToolkit.HighPerformance by: Microsoft
  • 117 total downloads
  • Latest version: 8.4.2
  • dotnet Community Toolkit .NET Parallel Performance Unsafe Span Memory String StringPool Array Stream Buffer Extensions Helpers
This package includes high performance .NET helpers such as: - Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas. - ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>. - MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances. - MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor. - SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it. - StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers. - String, array, Memory<T>, Span<T> extensions and more, all focused on high performance. - HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values. - BitHelper: a class with helper methods to perform bit operations on numeric types. - ParallelHelper: helpers to work with parallel code in a highly optimized manner. - Box<T>: a type mapping boxed value types and exposing some utility and high performance methods. - Ref<T>: a stack-only struct that can store a reference to a value of a specified type. - NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
ConcurrentHashSet by: Bar Arnon
  • 67 total downloads
  • Latest version: 1.3.0
  • concurrency
A thread-safe hash-based set
coverlet.collector by: tonerdo
  • 298 total downloads
  • Latest version: 8.0.1
  • coverage testing unit-test lcov opencover quality
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Crc32.NET by: force
  • 16 total downloads
  • Latest version: 1.2.0
  • crc32 crc-32 crc crc32c .NET
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
CSharpToJsonSchema by: tryAGI and contributors
  • 160 total downloads
  • Latest version: 3.10.2-dev.106
  • csharp dotnet json-schema source-generator function-calling tool-calling openai anthropic ollama gemini ai llm
C# source generator that converts interfaces and methods into JSON Schema definitions for AI function/tool calling (OpenAI, Anthropic, Ollama, Gemini, etc.). No reflection at runtime.
Data by: 李林
  • 4 total downloads
  • Latest version: 1.1.0
  • data
数据库连接组件, 2种连接方式,分别为: 基于fluentData3和基于EnterpriseLibrary6
Destructurama.Attributed by: Destructurama Contributors, Serilog Contributors
  • 540 total downloads
  • Latest version: 5.2.0
  • serilog attributed
Use attributes to control how complex types are logged to Serilog.
DiffPlex by: Matthew Manela
  • 99 total downloads
  • Latest version: 1.9.0
  • diff
DiffPlex is a diffing library that allows you to programmatically create text diffs. DiffPlex is a fast and tested library.
docfx by: DocAsCode
  • 2 total downloads
  • Latest version: 0.0.1-alpha-1518061107
  • Documentation Metadata Docascode docfx
docfx tool to generate API documentation website for open source .NET projects
DocumentFormat.OpenXml by: Microsoft
  • 163 total downloads
  • Latest version: 3.5.1
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DocumentFormat.OpenXml.Framework by: Microsoft
  • 42 total downloads
  • Latest version: 3.5.1
  • openxml office
The Open XML SDK provides tools for working with Office Word, Excel, and PowerPoint documents. It supports scenarios such as: - High-performance generation of word-processing documents, spreadsheets, and presentations. - Populating content in Word files from an XML data source. - Splitting up (shredding) a Word or PowerPoint file into multiple files, and combining multiple Word/PowerPoint files into a single file. - Extraction of data from Excel documents. - Searching and replacing content in Word/PowerPoint using regular expressions. - Updating cached data and embedded spreadsheets for charts in Word/PowerPoint. - Document modification, such as removing tracked revisions or removing unacceptable content from documents.
DotGen by: Jakub (TcKs) Müller
  • 60 total downloads
  • Latest version: 1.4.0
  • c# source generator marker
Library with marker attributes for c# source code generators. See https://www.nuget.org/packages/DotGen.SourceGenerators
DotLiquid by: Tim Jones, Alessandro Petrelli
  • 388 total downloads
  • Latest version: 2.3.197
  • template templating language liquid markup
DotLiquid is a templating system ported to the .NET framework from Ruby’s Liquid Markup.
Dotnet.ProjInfo by: enricosada
  • 118 total downloads
  • Latest version: 0.44.0
  • msbuild dotnet sdk csproj fsproj
Get msbuild info
DotNetAnalyzers.PublicApiAnalyzer by: Sam Harwell et. al.
  • 10 total downloads
  • Latest version: 1.0.0-beta.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
DotNetAnalyzers.PublicApiAnalyzer.Unstable by: Sam Harwell et. al.
  • 9 total downloads
  • Latest version: 1.0.0.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
DotNetEnv by: DotNetEnv
  • 68 total downloads
  • Latest version: 3.1.1
  • dotnet env dotfiles
A .NET library to load environment variables from .env files
ElectronNET.Core by: Gregor Biswanger, Florian Rappl, softworkz
  • 412 total downloads
  • Latest version: 0.5.0-pre.73
  • electron aspnetcore
Building cross platform electron based desktop apps with .NET Core and - optionally - ASP.NET Core. This package contains the ElectronNET project system.
ElectronNET.Core.API by: Gregor Biswanger, Florian Rappl, softworkz
  • 384 total downloads
  • Latest version: 0.5.0-pre.73
  • electron aspnetcore
Building cross platform electron based desktop apps with .NET Core and - optionally - ASP.NET Core. This package contains the API to access the "native" electron API.