OrleansDashboard
by: OrleansContrib
- 1 total downloads
- Latest version: 1.4.1
An admin dashboard for Microsoft Orleans
Polly.Extensions
by: Michael Wolfenden, App vNext
- 1 total downloads
- Latest version: 8.0.0-alpha.6
Package Description
Remotion.Linq
by: rubicon IT GmbH
- 1 total downloads
- Latest version: 2.0.0-rc-001
With re-linq, it's now easier than ever to create full-featured LINQ providers.
RestSharp
by: .NET Foundation and Contributors
- 1 total downloads
- Latest version: 111.3.1-alpha.0.1
Simple REST and HTTP API Client
Roslyn.Diagnostics.Analyzers
by: Microsoft
- 15 total downloads
- Latest version: 5.0.0-1.25277.114
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
runtime.native.System.IO.Compression
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.
runtime.native.System.Security.Cryptography
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.
Sentry.AspNetCore
by: Sentry Team and Contributors
- 1 total downloads
- Latest version: 4.0.0-beta.1
Official ASP.NET Core integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.
Serilog
by: Serilog Contributors
- 7 total downloads
- Latest version: 4.0.2
Simple .NET logging with fully-structured events
Serilog.AspNetCore
by: Microsoft, Serilog Contributors
- 1 total downloads
- Latest version: 6.1.1-dev-00295
Serilog support for ASP.NET Core logging
Serilog.Enrichers.Process
by: Serilog Contributors
- 1 total downloads
- Latest version: 2.0.0-beta-701
The process enricher for Serilog.
Serilog.Formatting.Compact
by: Serilog Contributors
- 5 total downloads
- Latest version: 2.0.1-dev-00969
A simple, compact JSON-based event format for Serilog.
Serilog.Settings.Configuration
by: Serilog Contributors
- 2 total downloads
- Latest version: 8.0.1-dev-00583
Microsoft.Extensions.Configuration (appsettings.json) support for Serilog.
Serilog.Sinks.Debug
by: Serilog Contributors
- 8 total downloads
- Latest version: 3.0.0-dev-00040
A Serilog sink that writes log events to the debug output window.
Serilog.Sinks.File
by: Serilog Contributors
- 44 total downloads
- Latest version: 7.0.1-dev-02315
Write Serilog events to text files in plain or JSON format.
SkiaSharp.NativeAssets.Linux.NoDependencies
by: Microsoft
- 4 total downloads
- Latest version: 3.118.0-preview.2.3
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.
This variation of the Linux native assets includes the build of libSkiaSharp.so that does not have any dependencies on third-party libraries.
The complete dependency list is:
- libpthread.so.0
- libdl.so.2
- libm.so.6
- libc.so.6
- ld-linux-x86-64.so.2
The excluded dependencies are:
- Fontconfig
Spectre.Console
by: Patrik Svensson, Phil Scott, Nils Andresen, Cédric Luthi, Frank Ray
- 6 total downloads
- Latest version: 0.54.1-alpha.0.72
A library that makes it easier to create beautiful console applications.
SQLitePCLRaw.bundle_e_sqlite3
by: Eric Sink
- 24 total downloads
- Latest version: 2.1.7-pre20231117161811
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: e_sqlite3 included
SQLitePCLRaw.bundle_green
by: Eric Sink
- 13 total downloads
- Latest version: 2.1.2-pre20220916165053
This 'batteries-included' bundle brings in SQLitePCLRaw.core and the necessary stuff for certain common use cases. Call SQLitePCL.Batteries.Init(). Policy of this bundle: iOS=system SQLite, others=e_sqlite3 included. Note that this bundle is identical to bundle_e_sqlite3, except on iOS where it uses the system SQLite library instead of e_sqlite3. In other words, when you use this bundle in a cross-platform app, your app is not using the same SQLite build configuration on all platforms.
SQLitePCLRaw.lib.e_sqlite3.ios
by: Eric Sink
- 1 total downloads
- Latest version: 2.1.11
This package contains platform-specific native code builds of SQLite for use with SQLitePCLRaw. To use this, you need SQLitePCLRaw.core as well as one of the SQLitePCLRaw.provider.* packages. Convenience packages are named SQLitePCLRaw.bundle_*.