SQLitePCLRaw.lib.e_sqlite3.v120
by: Eric Sink, D. Richard Hipp, et al
- 1 total downloads
- Latest version: 1.1.3-pre20170220084037
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_*.
SQLitePCLRaw.provider.e_sqlite3
by: Eric Sink
- 1 total downloads
- Latest version: 2.0.5-pre20210521085756
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 does DllImport of 'e_sqlite3', the SQLite builds provided with SQLitePCLRaw.
SQLitePCLRaw.provider.internal
by: Eric Sink
- 1 total downloads
- Latest version: 2.1.2-pre20220916165053
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 does DllImport of '__Internal', which is the mechanism used for pinvoke with a static library on iOS.
Superpower
by: Datalust, Superpower Contributors, Sprache Contributors
- 1 total downloads
- Latest version: 2.0.0-dev-00100
A parser combinator library for C#
Swashbuckle.AspNetCore
by: domaindrivendev
- 1 total downloads
- Latest version: 6.7.0
Swagger tools for documenting APIs built on ASP.NET Core
Swashbuckle.AspNetCore.SwaggerUI
by: domaindrivendev
- 3 total downloads
- Latest version: 7.3.2
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
System.CodeDom
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0
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
by: Microsoft
- 1 total downloads
- Latest version: 4.3.0
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.
Commonly Used Types:
System.Collections.Generic.List<T>
System.Collections.Generic.Dictionary<TKey, TValue>
System.Collections.Generic.Queue<T>
System.Collections.Generic.Stack<T>
System.Collections.Generic.HashSet<T>
System.Collections.Generic.LinkedList<T>
System.Collections.Generic.EqualityComparer<T>
System.Collections.Generic.Comparer<T>
System.Collections.Generic.SortedDictionary<TKey, TValue>
When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Immutable
by: Microsoft
- 2 total downloads
- Latest version: 9.0.11
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.
System.ComponentModel.TypeConverter
by: Microsoft
- 3 total downloads
- Latest version: 4.3.0
Provides the System.ComponentModel.TypeConverter class, which represents a unified way of converting types of values to other types.
Commonly Used Types:
System.ComponentModel.TypeConverter
System.ComponentModel.TypeConverterAttribute
System.ComponentModel.PropertyDescriptor
System.ComponentModel.StringConverter
System.ComponentModel.ITypeDescriptorContext
System.ComponentModel.EnumConverter
System.ComponentModel.TypeDescriptor
System.ComponentModel.Int32Converter
System.ComponentModel.BooleanConverter
System.ComponentModel.DoubleConverter
When using NuGet 3.x this package requires at least version 3.4.
System.Composition.TypedParts
by: Microsoft
- 1 total downloads
- Latest version: 6.0.0
Provides some extension methods for the Managed Extensibility Framework.
Commonly Used Types:
System.Composition.CompositionContextExtensions
System.Composition.Hosting.ContainerConfiguration
System.Configuration.ConfigurationManager
by: Microsoft
- 1 total downloads
- Latest version: 10.0.1
Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.
System.Diagnostics.EventLog
by: Microsoft
- 2 total downloads
- Latest version: 9.0.0
Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.
Commonly Used Types:
System.Diagnostics.EventLog
System.Diagnostics.FileVersionInfo
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0-beta-22231
Provides the System.Diagnostics.FileVersionInfo class, which allows access to Win32 version resource information for a physical file on disk.
System.Diagnostics.Process
by: Microsoft
- 6 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides the System.Diagnostics.Process class, which allows interaction with local and remote processes.
Commonly Used Types:
System.Diagnostics.Process
System.Diagnostics.ProcessModule
System.Diagnostics.ProcessStartInfo
System.Diagnostics.ProcessThread
When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.TextWriterTraceListener
by: Microsoft
- 1 total downloads
- Latest version: 4.0.0
Provides trace listeners for directing tracing output to a text writer, such as System.IO.StreamWriter, or a stream, such as a System.IO.FileStream.
Commonly Used Types:
System.Diagnostics.TextWriterTraceListener
System.Diagnostics.DelimitedListTraceListener
When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.TraceSource
by: Microsoft
- 3 total downloads
- Latest version: 4.0.0-rc2-24027
Provides classes that help you trace the execution of your code. Developers should prefer the classes in the ETW-based System.Diagnostics.Tracing package.
Commonly Used Types:
System.Diagnostics.TraceListener
System.Diagnostics.TraceLevel
System.Diagnostics.TraceSource
System.Diagnostics.TraceEventType
System.Diagnostics.DefaultTraceListener
System.Diagnostics.Trace
\r\n TFS ID: 1599443, GitHub SHA: https://github.com/dotnet/corefx/tree/eede273a4dfabcea608621f5e1bbf8ad00584cfb
System.Diagnostics.Tracing
by: Microsoft
- 6 total downloads
- Latest version: 4.3.0-preview1-24530-04
Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW).
Commonly Used Types:
System.Diagnostics.Tracing.EventSource
System.Diagnostics.Tracing.EventListener
System.Diagnostics.Tracing.EventLevel
System.Diagnostics.Tracing.EventKeywords
System.Diagnostics.Tracing.EventWrittenEventArgs
System.Diagnostics.Tracing.EventAttribute
System.Diagnostics.Tracing.EventSourceAttribute
System.Diagnostics.Tracing.NonEventAttribute
When using NuGet 3.x this package requires at least version 3.4.
System.Formats.Asn1
by: Microsoft
- 1 total downloads
- Latest version: 10.0.1
Provides classes that can read and write the ASN.1 BER, CER, and DER data formats.
System.Formats.Nrbf
by: Microsoft
- 8 total downloads
- Latest version: 10.0.1
Provides a safe reader for .NET Remoting Binary Format (NRBF) payloads.