SharpKml.Core
by: Samuel Cragg
- 106 total downloads
- Latest version: 6.1.0
SharpKML is an implementation of the Open Geospatial Consortium KML 2.2 standard developed in C#, able to read and write KML and KMZ files.
System.ComponentModel
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0
Provides interfaces for the editing and change tracking of objects used as data sources.
Commonly Used Types:
System.ComponentModel.CancelEventArgs
System.IServiceProvider
System.ComponentModel.IEditableObject
System.ComponentModel.IChangeTracking
System.ComponentModel.IRevertibleChangeTracking
When using NuGet 3.x this package requires at least version 3.4.
System.Buffers
by: Microsoft
- 10 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.
Swashbuckle.AspNetCore
by: domaindrivendev
- 23 total downloads
- Latest version: 10.1.7
Swagger tools for documenting APIs built on ASP.NET Core
SkiaSharp
by: Xamarin Inc.
- 4 total downloads
- Latest version: 1.49.3-beta
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library (https://skia.org/). It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Polly
by: Michael Wolfenden, App vNext
- 10 total downloads
- Latest version: 7.2.4
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
SkiaSharp.NativeAssets.Linux
by: Microsoft
- 1 total downloads
- Latest version: 1.68.0
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.
NLog.Schema
by: Kim Christensen, Julian Verdurmen
- 174 total downloads
- Latest version: 6.1.2
NLog Schema XSD-file for enabling Intellisense, when editing NLog.config XML file in Visual Studio.
The nuget-package will try to copy the XSD-file into the project-folder, so one can reference NLog.xsd from NLog.config:
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd">
</nlog>
If this nuget-package fails to place the XSD-file into the project-folder then one can download latest here: https://nlog-project.org/schemas/NLog.xsd
Alternative enable the Visual Studio option "Automatically download DTDs and schemas" and specify the complete URL:
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd http://www.nlog-project.org/schemas/NLog.xsd">
</nlog>
ParquetSharp
by: G-Research
- 10 total downloads
- Latest version: 23.0.0
ParquetSharp is a .NET library for reading and writing Parquet files. It's implemented in C# as a PInvoke wrapper around apache-parquet-cpp to provide high performance and compatibility.
Polly.Extensions.Http
by: App vNext
- 1 total downloads
- Latest version: 3.0.0
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
SkiaSharp.HarfBuzz
by: Microsoft
- 1 total downloads
- Latest version: 1.68.0-preview28
This package adds text shaping support to SkiaSharp via HarfBuzz.
System.AppContext
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data.
Commonly Used Types:
System.AppContext
runtime.native.System.Security.Cryptography.OpenSsl
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0-preview1-24530-04
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
OpenIddict.EntityFrameworkCore
by: Kévin Chalet
- 1 total downloads
- Latest version: 1.0.0-rc1-final
Entity Framework Core stores for OpenIddict.
OpenIddict
by: Kévin Chalet
- 1 total downloads
- Latest version: 1.0.0-rc2-final
Easy-to-use OpenID Connect server for ASP.NET Core.
- 1 total downloads
- Latest version: 4.3.4
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
- 11 total downloads
- Latest version: 4.3.4
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
- 10 total downloads
- Latest version: 4.3.4
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
- 5 total downloads
- Latest version: 4.3.3
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.
NuGet.Configuration
by: Microsoft
- 1 total downloads
- Latest version: 5.11.7
NuGet's configuration settings implementation.