runtime.win.System.Net.Primitives by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides common types for network-based libraries, including System.Net.IPAddress, System.Net.IPEndPoint, and System.Net.CookieContainer. Commonly Used Types: System.Net.HttpStatusCode System.Net.Sockets.SocketError System.Net.Cookie System.Net.Sockets.SocketException System.Net.IPEndPoint System.Net.ICredentials System.Net.NetworkCredential System.Net.IPAddress System.Net.CookieCollection System.Net.CookieContainer When using NuGet 3.x this package requires at least version 3.4.
runtime.win.System.Runtime.Extensions by: Microsoft
  • 1 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides commonly-used classes for performing mathematical functions, conversions, string comparisons and querying environment information. Commonly Used Types: System.Math System.Environment System.Random System.Progress<T> System.Convert System.Diagnostics.Stopwatch System.Runtime.Versioning.FrameworkName System.StringComparer System.IO.Path When using NuGet 3.x this package requires at least version 3.4.
Serilog by: Serilog Contributors
  • 3 total downloads
  • Latest version: 2.10.0
  • serilog logging semantic structured
Simple .NET logging with fully-structured events
Serilog.Enrichers.Thread by: Serilog Contributors
  • 1 total downloads
  • Latest version: 3.1.0
  • serilog thread enricher
Enrich Serilog events with properties from the current thread.
Serilog.Formatting.Compact by: Serilog Contributors
  • 1 total downloads
  • Latest version: 1.1.0
  • serilog json
A simple, compact JSON-based event format for Serilog.
Serilog.Sinks.Async by: Jezz Santos, Serilog Contributors
  • 1 total downloads
  • Latest version: 1.5.0
  • serilog async
Asynchronous sink wrapper for Serilog.
Serilog.Sinks.Console by: Serilog Contributors
  • 3 total downloads
  • Latest version: 4.1.0
  • serilog console terminal
A Serilog sink that writes log events to the console/terminal.
Serilog.Sinks.Debug by: Serilog Contributors
  • 1 total downloads
  • Latest version: 2.0.0
  • serilog debug
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.File by: Serilog Contributors
  • 2 total downloads
  • Latest version: 5.0.0
  • serilog file
Write Serilog events to text files in plain or JSON format.
SharedMemory by: Justin Stenning
  • 1 total downloads
  • Latest version: 2.3.2
  • IPC RPC memory mapped file shared data circular ring buffer
The SharedMemory library provides a set of C# classes that utilise a memory-mapped file for fast low-level inter-process communication (IPC) - specifically for sharing data between processes. It features: * a lock-free FIFO circular buffer * a simple fixed-size generic shared memory array class * a bi-directional RPC implementation (.NET 4.5+ / .NET Standard 2.0+ only) * an implementation of a shared memory buffer for read/write. * support for memory-mapped files in .NET 3.5/4/4.5 and .NET Standard 2.0+ * fast generic structure reading/writing Usage: https://github.com/spazzarama/SharedMemory
SixLabors.ImageSharp by: Six Labors and contributors
  • 1 total downloads
  • Latest version: 3.1.8
  • Image Resize Crop Gif Jpg Jpeg Bitmap Pbm Png Tga Tiff WebP NetCore
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SkiaSharp.NativeAssets.WebAssembly by: Microsoft
  • 4 total downloads
  • Latest version: 2.88.9
  • xamarin graphics ios android linux windows uwp tvos watchos macos tizen cross-platform wasm webassembly skiasharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
SmartAnalyzers.MultithreadingAnalyzer by: Cezary Piatek
  • 1 total downloads
  • Latest version: 1.1.31
  • SmartAnalyzers.MultithreadingAnalyzer, analyzers, multithreading
A set of Roslyn analyzers related to multithreading
SolarCalculator by: Daniel M. Porrey
  • 2 total downloads
  • Latest version: 3.5.0
  • Sunrise Sunset Calculator,Jean Meeus,Solar,Angle,Astronomical Algorithms
Calculates the sunrise and sunset for a given date and location (using Geographic Coordinates). This library uses the method outlined NOAA Solar Calculations Day spreadsheet found at http://www.esrl.noaa.gov/gmd/grad/solcalc/calcdetails.html. Calculations are based on the book "Astronomical Algorithms" by Jean Meeus.
SQLite.CodeFirst by: Marc Sallin
  • 2 total downloads
  • Latest version: 1.7.0.36
  • SQLite EntityFramework EF CodeFirst
Creates a SQLite Database from Code, using Entity Framework CodeFirst. This Project ships several IDbInitializer which creates a new SQLite Database, based on your model/code.
Stub.System.Data.SQLite.Core.NetFramework by: SQLite Development Team
  • 1 total downloads
  • Latest version: 1.0.119
  • sqlite database ado.net provider interop
The official SQLite database engine for both x86 and x64 along with the ADO.NET provider.
StyleCop.Analyzers by: Sam Harwell et. al.
  • 1 total downloads
  • Latest version: 1.2.0-beta.376
  • StyleCop DotNetAnalyzers Roslyn Diagnostic Analyzer
An implementation of StyleCop's rules using Roslyn analyzers and code fixes
Swashbuckle.AspNetCore by: Swashbuckle.AspNetCore
  • 1 total downloads
  • Latest version: 6.2.3
  • swagger documentation discovery help webapi aspnet aspnetcore
Swagger tools for documenting APIs built on ASP.NET Core
System.Buffers by: Microsoft
  • 2 total downloads
  • Latest version: 4.5.1
Provides resource pooling of any type for performance-critical applications that allocate and deallocate objects frequently. Commonly Used Types: System.Buffers.ArrayPool<T> 7601f4f6225089ffb291dc7d58293c7bbf5c5d4f When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Immutable by: Microsoft
  • 1 total downloads
  • Latest version: 1.5.0
This package provides collections that are thread safe and guaranteed to never change their contents, also known as immutable collections. Like strings, any methods that perform modifications will not change the existing instance but instead return a new instance. For efficiency reasons, the implementation uses a sharing mechanism to ensure that newly created instances share as much data as possible with the previous instance while ensuring that operations have a predictable time complexity. Commonly Used Types: System.Collections.Immutable.ImmutableArray System.Collections.Immutable.ImmutableArray<T> System.Collections.Immutable.ImmutableDictionary System.Collections.Immutable.ImmutableDictionary<TKey,TValue> System.Collections.Immutable.ImmutableHashSet System.Collections.Immutable.ImmutableHashSet<T> System.Collections.Immutable.ImmutableList System.Collections.Immutable.ImmutableList<T> System.Collections.Immutable.ImmutableQueue System.Collections.Immutable.ImmutableQueue<T> System.Collections.Immutable.ImmutableSortedDictionary System.Collections.Immutable.ImmutableSortedDictionary<TKey,TValue> System.Collections.Immutable.ImmutableSortedSet System.Collections.Immutable.ImmutableSortedSet<T> System.Collections.Immutable.ImmutableStack System.Collections.Immutable.ImmutableStack<T> 30ab651fcb4354552bd4891619a0bdd81e0ebdbf