NJsonSchema
by: Rico Suter
- 1 total downloads
- Latest version: 9.4.7
JSON Schema draft v4 reader, generator and validator for .NET
NJsonSchema.CodeGeneration.CSharp
by: Rico Suter
- 14 total downloads
- Latest version: 10.4.4
JSON Schema reader, generator and validator for .NET
NJsonSchema.Yaml
by: Rico Suter
- 1 total downloads
- Latest version: 10.0.6
JSON Schema reader, generator and validator for .NET
NLog
by: Kim Christensen, Julian Verdurmen
- 1 total downloads
- Latest version: 4.3.1
NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity.
This package installs NLog.dll with includes core logging functionality.
For your main project also need to install "NLog Configuration" package.
NSwag.AspNetCore
by: Rico Suter
- 3 total downloads
- Latest version: 14.0.0-preview004
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.CodeGeneration.TypeScript
by: Rico Suter
- 3 total downloads
- Latest version: 13.8.1
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Commands
by: Rico Suter
- 10 total downloads
- Latest version: 11.18.6
NSwag: The Swagger API toolchain for .NET and TypeScript
NuGet.LibraryModel
by: NuGet.LibraryModel
- 1 total downloads
- Latest version: 3.5.0
NuGet v3 core library.
PInvoke.Kernel32
by: Andrew Arnott
- 1 total downloads
- Latest version: 0.6.1
P/Invoke methods for the Windows Kernel32.dll.
Plugin.CurrentActivity
by: James Montemagno
- 1 total downloads
- Latest version: 2.0.1.1-beta
Provides a simple solution for getting access to the current Activity of the application when developing a Plugin for Xamarin.
This will lay down a base "application" class for developers in their Android application with boilerplate code to get them started.
- 2 total downloads
- Latest version: 4.3.1
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.
Sentry.Profiling
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 5.16.3
Performance profiling support for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Sentry.Protocol
by: Sentry Team and Contributors
- 3 total downloads
- Latest version: 2.1.6
The Sentry Protocol used to communicate with Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog
by: Serilog Contributors
- 3 total downloads
- Latest version: 4.2.1-dev-02355
Simple .NET logging with fully-structured events
Serilog.Settings.Configuration
by: Serilog Contributors
- 1 total downloads
- Latest version: 3.3.0
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Serilog.Sinks.MSSqlServer
by: Michiel van Oudheusden, Christian Kadluba, Serilog Contributors
- 6 total downloads
- Latest version: 5.7.1-dev-00012
A Serilog sink that writes events to Microsoft SQL Server
SQLitePCLRaw.lib.e_sqlite3.v120
by: Eric Sink, D. Richard Hipp, et al
- 2 total downloads
- Latest version: 1.1.4
This package contains a platform-specific native code build of SQLite for use with SQLitePCL.raw. To use this, you need SQLitePCLRaw.core as well as SQLitePCLRaw.provider.e_sqlite3.net45 or similar. Convenience packages are named SQLitePCLRaw.bundle_*.
Syncfusion.Pdf.Net.Core
by: Syncfusion Inc.
- 1 total downloads
- Latest version: 16.4.0.54
Syncfusion Essential PDF is a .NET standard PDF library used to create, read, and edit PDF files in any .NET Core applications.
Key features:
• Create, edit, fill, and flatten the AcroForm form fields.
• Merge, split, rearrange, and remove pages.
• Create accessible PDF (PDF/UA) from scratch.
• Watermark or stamp PDF documents with text or images.
• Extract text.
• Create richly formatted tables from different data source easily. More styling options are available.
• Protect PDF with the advanced encryption standard (PDF 2.0). Change password and permission are also available.
• Advanced digital signing with PFX, HSM and Windows Store. Support for Online Certificate Status Protocol (OCSP), Certificate Revocation List (CRL).
• Add, edit, and remove 17+ supported annotations.
• Pre-defined and JavaScript actions are available.
• Add, edit, and delete bookmark from the PDF.
• Add, edit, delete, and extract attachments from the PDF.
Learn more: https://www.syncfusion.com/pdf-framework/net-core
Documentation: http://help.syncfusion.com/file-formats/pdf/
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident
Forums: https://www.syncfusion.com/forums/windowsforms
This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
© Copyright 2019 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
System.Collections.Immutable
by: Microsoft
- 1 total downloads
- Latest version: 1.7.0-preview1.19504.10
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>