AspNetCore.SassCompiler
by: koenvzeijl, sleeuwen, Michaelvs97
- 818 total downloads
- Latest version: 1.98.0
Sass Compiler Library for .NET 6 and above. without node, using dart-sass as a compiler
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 20 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
AutoMapper
by: Jimmy Bogard
- 99 total downloads
- Latest version: 7.0.1
A convention-based object-object mapper.
Automatonymous
by: Chris Patterson
- 3 total downloads
- Latest version: 3.5.12
Automatonymous, an open source state machine library, usable with MassTransit
BitMiracle.LibTiff.NET
by: Bit Miracle
- 39 total downloads
- Latest version: 2.4.626
.NET version of LibTiff library made by Bit Miracle
BlazorCameraStreamer
by: Baltermia Clopath
- 32 total downloads
- Latest version: 3.0.1
A Blazor Component library that adds a easy-to-use camera-streaming functionality, which allows you to receive the streamed data.
BlazorMonaco
by: Serdar Ciplak
- 390 total downloads
- Latest version: 3.4.0
Blazor component for Microsoft's Monaco Editor which powers Visual Studio Code. Developed to work with Monaco Editor v0.54.0
BouncyCastle
by: Bouncy Castle Project Contributors
- 42 total downloads
- Latest version: 1.8.9
The Bouncy Castle Crypto package is a C# implementation of cryptographic algorithms and protocols, it was developed by the Legion of the Bouncy Castle, a registered Australian Charity, with a little help! The Legion, and the latest goings on with this package, can be found at [http://www.bouncycastle.org](http://www.bouncycastle.org). In addition to providing basic cryptography algorithms, the package also provides support for CMS, TSP, X.509 certificate generation and a variety of other standards such as OpenPGP.
Castle.Core
by: Castle Project Contributors
- 83 total downloads
- Latest version: 4.4.1
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
CommandLineParser
by: gsscoder nemec ericnewton76
- 31 total downloads
- Latest version: 2.3.0
Terse syntax C# command line parser for .NET. For FSharp support see CommandLineParser.FSharp. The Command Line Parser Library offers to CLR applications a clean and concise API for manipulating command line arguments and related tasks.
CommonServiceLocator
by: .NET Foundation and Contributors
- 14 total downloads
- Latest version: 2.0.7
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.Toolkit
- 13 total downloads
- Latest version: 7.1.2
This package includes high performance .NET Standard 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
A thread-safe hash-based set
coverlet.collector
by: tonerdo
- 90 total downloads
- Latest version: 6.0.0
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
Crc32.NET
by: force
- 7 total downloads
- Latest version: 1.2.0
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.
Data
by: 李林
- 3 total downloads
- Latest version: 1.1.0
数据库连接组件,
2种连接方式,分别为:
基于fluentData3和基于EnterpriseLibrary6
Destructurama.Attributed
by: Serilog Contributors
- 112 total downloads
- Latest version: 3.0.0
Use attributes to control how complex types are logged to Serilog.
DiffPlex
by: Matthew Manela
- 84 total downloads
- Latest version: 1.7.2
DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library.
docfx
by: DocAsCode
- 2 total downloads
- Latest version: 0.0.1-alpha-1517061543
docfx tool to generate API documentation website for open source .NET projects
DocumentFormat.OpenXml
by: Microsoft
- 67 total downloads
- Latest version: 2.20.0
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.