Serilog.Settings.Configuration
by: Serilog Contributors
- 998 total downloads
- Latest version: 9.0.0
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Serilog.Sinks.Email
by: Serilog Contributors
- 22 total downloads
- Latest version: 4.1.0
Send Serilog events as SMTP email using MailKit.
Serilog.Sinks.File
by: Serilog Contributors
- 145 total downloads
- Latest version: 7.0.0
Write Serilog events to text files in plain or JSON format.
Serilog.Sinks.OpenTelemetry
by: Serilog Contributors
- 928 total downloads
- Latest version: 4.2.0
This Serilog sink transforms Serilog events into OpenTelemetry
logs and sends them to an OTLP (gRPC or HTTP) endpoint.
SharpZipLib
by: http://www.icsharpcode.net/
- 7 total downloads
- Latest version: 0.86.0
#ziplib (SharpZipLib, formerly NZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language).
SimpleBlazorMultiselect
by: Boris Gerretzen
- 96 total downloads
- Latest version: 0.3.0
Simple Blazor multiselect component, Bootstrap compatible but not required!
SixLabors.ImageSharp
by: Six Labors and contributors
- 1,854k total downloads
- Latest version: 3.1.12
A new, fully featured, fully managed, cross-platform, 2D graphics API for .NET
SixLabors.ImageSharp.Web
by: Six Labors and contributors
- 1 total downloads
- Latest version: 3.2.0
ImageSharp Middleware for serving images via a url based API.
SlowCheetah
by: Sayed Ibrahim Hashimi
- 6 total downloads
- Latest version: 2.5.48
Allows for configuration based XML transformations at build time.
SonarAnalyzer.CSharp
by: SonarSource
- 11,564k total downloads
- Latest version: 10.17.0.131074
Roslyn analyzers that spot Bugs, Vulnerabilities and Code Smells in your code. For an even better overall experience, you can use SonarQube for IDE (Visual Studio, Rider, see https://www.sonarsource.com/products/sonarlint), which is a free extension that can be used standalone or with SonarQube (Server, Cloud, see: https://www.sonarsource.com/products/sonarqube/ and https://www.sonarsource.com/products/sonarcloud/).
StructureMap.MVC5
by: Web Advanced
- 3 total downloads
- Latest version: 3.0.4.125
Adds the latest version of structuremap and configures it as the default Dependency Resolver for ASP.NET MVC5. Does not work with 'ApiControllers', please add the Structuremap.WebAPI2 package if you need WebAPI support.
StructureMap.WebApi2
by: Web Advanced
- 3 total downloads
- Latest version: 3.0.4.125
Adds the latest version of structuremap and configures it as the default Dependency Resolver.
Swashbuckle.AspNetCore
by: domaindrivendev
- 5,16k total downloads
- Latest version: 9.0.4
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.Annotations
by: domaindrivendev
- 7 total downloads
- Latest version: 9.0.4
Provides custom attributes that can be applied to controllers, actions and models to enrich the generated Swagger
Swashbuckle.AspNetCore.Swagger
by: domaindrivendev
- 700 total downloads
- Latest version: 9.0.4
Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerGen
by: domaindrivendev
- 806 total downloads
- Latest version: 9.0.3
Swagger Generator for APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: domaindrivendev
- 904 total downloads
- Latest version: 9.0.3
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.ClientModel
by: Microsoft
- 47 total downloads
- Latest version: 1.8.0
Contains building blocks for clients that call cloud services.
System.CodeDom
by: Microsoft
- 2 total downloads
- Latest version: 9.0.6
Provides types that can be used to model the structure of a source code document and to output source code for that model in C# or Visual Basic.
System.Collections.Immutable
by: Microsoft
- 63 total downloads
- Latest version: 9.0.1
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.
The System.Collections.Immutable library is built-in as part of the shared framework in .NET Runtime. The package can be installed when you need to use it in other target frameworks.