Found 3,345 packages
SQLitePCL.raw is a Portable Class Library (PCL) for low-level (raw) access to SQLite. Packages named 'SQLitePCLRaw.provider.*' (like this one) are 'plugins' that allow SQLitePCLRaw.core to access the native SQLite library. This provider dynamically loads the native library by name.
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Cdn.
Schema for the protocol between CDK framework and CDK CLI (Stability: Stable)
This logging library makes large use of enterprise correlation. In a lot of applications that incorporate various small and large services, it is often important to correlate events that happen across these services. It gives us a business workflow view of the various events that happen in the application, its components and services. This library provide operation and activity ID management and propagation. The main difference with this library over other is that you can configure each type of log separately. You can enable fatal, error, warning, debugging, informational, progress and sensitive data logging all independently of each other. This is more flexible than the concept of minimum level logging, such as that in log4net or serilog e.g. enabling one warning in this libraries will enable error and fatal logging as well. This library allows you to set those settings independently of each other. The SqlLogger maps AdditionalData to table columns, where the key of the dictionary entry is the column name and the value is serialised to JSON as the column value. MetaData is serialised to a single JSON value stored in the MetaData column. This means you can store data such as a User ID or Job ID in a separate column so you can filter more efficiently with indexes and partitions. TraceLogger and ConsoleLogger both seralise and format all information into a single string. The MultiLogger allows you to configure several different loggers to be used at once with different settings for each logger. Usage is in the form of: static void Main() { ICorrelationIdHelper correlationIdHelper = new WebCorrelationIdHelper(); // This value will be set automatically to all logs within this thread... so long as System.Threading.Tasks.Task.Factory.StartNew is used. correlationIdHelper.SetCorrelationId(Guid.NewGuid()); DoSyncWork(); DoAsyncWork(); } static void DoSyncWork() { ILogger logger = new SqlLogger(); logger.LogDebug("Some technical debugging details."); } static void DoAsyncWork() { System.Threading.Tasks.Task.Factory.StartNew(() => { ILogger logger = new ConsoleLogger(); logger.LogInfo("An informative message."); }); } This package installs cdmdotnet.Logging.dll with includes core logging functionality. Other packages depend on cdmdotnet.Logging for specific implementations.
Version 2 of the AWS Cloud Development Kit library (Stability: Stable)
Cloud executable protocol (Stability: Stable)
AWS Cloud Development Kit Core Library (Stability: Stable)
AWS region information, such as service principal names (Stability: Stable)
CDK routines for easily assigning correct and minimal IAM permissions (Stability: Stable)
Enables you to use standard drivers to connect to Xero organisations to access accounting data, including Accounts, Invoices, Customers, and more.
ASP.NET Core HTTP feature interface definitions. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3
The CDK Construct Library for AWS::KMS (Stability: Stable)
The CDK Construct Library for AWS::S3 (Stability: Stable)
The CDK Construct Library for AWS::CloudWatch (Stability: Stable)
The CDK Construct Library for AWS::Logs (Stability: Stable)
Amazon EventBridge Construct Library (Stability: Stable)
The CDK Construct Library for AWS::EC2 (Stability: Stable)
A library that contains the AWS CLI for use in Lambda Layers (Stability: Stable)
The CDK Construct Library for AWS::SSM (Stability: Stable)
The CDK Construct Library for AWS::SQS (Stability: Stable)