Aiursoft.CSTools by: anduin
  • 276 total downloads
  • Latest version: 8.0.2
  • dotnet csproj extends
It contains many useful tools for CSharp developers.
Aiursoft.Scanner.Abstractions by: anduin
  • 274 total downloads
  • Latest version: 8.0.0
  • dependencies injection scanner
Automatic dependencies management system which powers Aiursoft
Aiursoft.WebTools.Abstractions by: anduin
  • 239 total downloads
  • Latest version: 8.0.0
  • cli nuget dotnet csproj dependencies
A tool for web development.
Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 295 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 374 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 676 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 824 total downloads
  • Latest version: 9.0.0-preview.3.24172.9
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.Logging by: Microsoft
  • 485 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 933 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.Options by: Microsoft
  • 649 total downloads
  • Latest version: 9.0.0-preview.1.24080.9
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 502 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Primitives by: Microsoft
  • 589 total downloads
  • Latest version: 9.0.0-preview.2.24128.5
Primitives shared by framework extensions. Commonly used types include: Commonly Used Types: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment
Microsoft.NET.Sdk.Aspire.Manifest-8.0.100 by: Microsoft
  • 295 total downloads
  • Latest version: 8.0.0-preview.6.24214.1
.NET Aspire workload manifest
Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100 by: Microsoft
  • 286 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net6.Manifest-8.0.100 by: Microsoft
  • 292 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Emscripten.net7.Manifest-8.0.100 by: Microsoft
  • 288 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.Current.Manifest-8.0.100 by: Microsoft
  • 291 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net6.Manifest-8.0.100 by: Microsoft
  • 288 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Microsoft.NET.Workload.Mono.ToolChain.net7.Manifest-8.0.100 by: Microsoft
  • 293 total downloads
  • Latest version: 8.0.4
Internal toolchain package not meant for direct consumption. Please do not reference directly.
Net.Codecrete.QrCodeGenerator by: Manuel Bleichenbacher Project Nayuki
  • 239 total downloads
  • Latest version: 2.0.5
  • qr code qrcode kanji qrcode generator svg
QR Code Generator for .NET – simple, compact and with many examples. Core features: - Supports encoding all 40 versions (sizes) and all 4 error correction levels, as per the QR Code Model 2 standard - Output formats: Raw modules/pixels of the QR symbol, SVG and XAML path (for raster bitmap / PNG see project home page), BMP bitmap - Encodes numeric and special-alphanumeric text in less space than general text - Open source code under the permissive MIT License - Significantly shorter code but more documentation compared to competing libraries - Built for .NET Standard 2.0 and therefore runs on most modern .NET platforms (.NET Core, .NET Framework, Mono etc.). - Derived from tried and tested implementation by project Nayuki Manual parameters: - You can specify the minimum and maximum version number allowed, and the library will automatically choose the smallest version in the range that fits the data. - You can specify the mask pattern manually, otherwise library will automatically evaluate all 8 masks and select the optimal one. - You can specify an error correction level, or optionally allow the library to boost it if it doesn't increase the version number. - You can create a list of data segments manually and add ECI segments. Optional advanced features: - Encodes Japanese Unicode text in Kanji mode to save a lot of space compared to UTF-8 bytes - Computes optimal segment mode switching for text with mixed numeric/alphanumeric/general/kanji parts