System.Memory
by: Microsoft
- 36.016k total downloads
- Latest version: 4.5.5
Provides types for efficient representation and pooling of managed, stack, and native memory segments and sequences of such segments, along with primitives to parse and format UTF-8 encoded text stored in those memory segments.
Commonly Used Types:
System.Span
System.ReadOnlySpan
System.Memory
System.ReadOnlyMemory
System.Buffers.MemoryPool
System.Buffers.ReadOnlySequence
System.Buffers.Text.Utf8Parser
System.Buffers.Text.Utf8Formatter
32b491939fbd125f304031c35038b1e14b4e3958
When using NuGet 3.x this package requires at least version 3.4.
System.Composition.Runtime
by: Microsoft
- 1.412k total downloads
- Latest version: 1.0.31
Contains runtime components of the Managed Extensibility Framework.
Commonly Used Types:
System.Composition.CompositionContext
When using NuGet 3.x this package requires at least version 3.4.
System.Numerics.Vectors
by: Microsoft
- 2.875k total downloads
- Latest version: 4.5.0
Provides hardware-accelerated numeric types, suitable for high-performance processing and graphics applications.
Commonly Used Types:
System.Numerics.Matrix3x2
System.Numerics.Matrix4x4
System.Numerics.Plane
System.Numerics.Quaternion
System.Numerics.Vector2
System.Numerics.Vector3
System.Numerics.Vector4
System.Numerics.Vector
System.Numerics.Vector<T>
30ab651fcb4354552bd4891619a0bdd81e0ebdbf
System.Diagnostics.DiagnosticSource
by: Microsoft
- 32.064k total downloads
- Latest version: 5.0.1
Provides Classes that allow you to decouple code logging rich (unserializable) diagnostics/telemetry (e.g. framework) from code that consumes it (e.g. tools)
Commonly Used Types:
System.Diagnostics.DiagnosticListener
System.Diagnostics.DiagnosticSource
When using NuGet 3.x this package requires at least version 3.4.
System.Diagnostics.Contracts
by: Microsoft
- 947 total downloads
- Latest version: 4.3.0
Provides static classes for representing program contracts such as preconditions, postconditions, and invariants.
Commonly Used Types:
System.Diagnostics.Contracts.Contract
System.Diagnostics.Contracts.ContractClassAttribute
System.Diagnostics.Contracts.ContractClassForAttribute
System.Diagnostics.Contracts.ContractFailureKind
System.Runtime.CompilerServices.ContractHelper
System.Diagnostics.Contracts.ContractInvariantMethodAttribute
System.Diagnostics.Contracts.PureAttribute
System.Diagnostics.Contracts.ContractArgumentValidatorAttribute
System.Diagnostics.Contracts.ContractVerificationAttribute
System.Diagnostics.Contracts.ContractOptionAttribute
When using NuGet 3.x this package requires at least version 3.4.
System.Collections.Immutable
by: Microsoft
- 33.052k total downloads
- Latest version: 5.0.0
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>
System.ComponentModel.Primitives
by: Microsoft
- 11.087k total downloads
- Latest version: 4.3.0
Provides interfaces that are used to implement the run-time and design-time behavior of components.
Commonly Used Types:
System.ComponentModel.IComponent
System.ComponentModel.IContainer
System.ComponentModel.ISite
System.ComponentModel.ComponentCollection
When using NuGet 3.x this package requires at least version 3.4.
System.Interactive.Async
by: .NET Foundation and Contributors
- 513 total downloads
- Latest version: 3.2.0
Interactive Extensions Async Library used to express queries over asynchronous enumerable sequences.
System.Composition.AttributedModel
by: Microsoft
- 1.414k total downloads
- Latest version: 1.0.31
Provides common attributes used by System.Composition types.
Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.AttributedModelProvider
When using NuGet 3.x this package requires at least version 3.4.
Superpower
by: Datalust Superpower Contributors Sprache Contributors
- 509 total downloads
- Latest version: 2.3.0
A parser combinator library for C#
Syncfusion.HtmlToPdfConverter.Blink.Net.Core.Linux
by: Syncfusion Inc.
- 51 total downloads
- Latest version: 18.4.0.39
The Syncfusion HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced Blink rendering engine, thus generating pixel-perfect PDF from HTML or URL.
Key features:
• Converts any webpage to PDF.
• Converts any raw HTML string to PDF.
• Prevents text and image split across pages.
• Converts HTML form to fillable PDF form.
• Works both in 32-bit and 64-bit environments.
• Automatically creates a table of contents.
• Automatically creates bookmark hierarchy.
• Can convert only a part of a webpage to PDF.
• Supports headers and footers.
• Repeats HTML table headers and footers in PDF.
• Supports HTML5, CSS3, SVG, and Web fonts.
• Supports accessing HTML pages using both HTTP POST and GET methods.
• Supports HTTP cookies.
• Supports cookies-based form authentication.
• Thread safe.
• Supports internal and external hyperlinks.
• Sets document properties, page settings, security, viewer preferences, etc.
• Protects PDF document with password and permission.
Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf
Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf
Support:
incident: https://www.syncfusion.com/support/directtrac/incidents/newincident
Forum: https://www.syncfusion.com/forums
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
System.Composition
by: Microsoft
- 1.435k total downloads
- Latest version: 1.0.31
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
Commonly Used Types:
System.Composition.ExportAttribute
System.Composition.ImportAttribute
System.Composition.Convention.ConventionBuilder
System.Composition.Hosting.CompositionHost
System.Composition.CompositionContext
System.Composition.CompositionContextExtensions
When using NuGet 3.x this package requires at least version 3.4.
System.Buffers
by: Microsoft
- 36.341k 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.
Syncfusion.HtmlToPdfConverter.Blink.Net.Core.Windows
by: Syncfusion Inc.
- 50 total downloads
- Latest version: 18.4.0.39
The Syncfusion HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced Blink rendering engine, thus generating pixel-perfect PDF from HTML or URL.
Key features:
• Converts any webpage to PDF.
• Converts any raw HTML string to PDF.
• Prevents text and image split across pages.
• Converts HTML form to fillable PDF form.
• Works both in 32-bit and 64-bit environments.
• Automatically creates a table of contents.
• Automatically creates bookmark hierarchy.
• Can convert only a part of a webpage to PDF.
• Supports headers and footers.
• Repeats HTML table headers and footers in PDF.
• Supports HTML5, CSS3, SVG, and Web fonts.
• Supports accessing HTML pages using both HTTP POST and GET methods.
• Supports HTTP cookies.
• Supports cookies-based form authentication.
• Thread safe.
• Supports internal and external hyperlinks.
• Sets document properties, page settings, security, viewer preferences, etc.
• Protects PDF document with password and permission.
Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf
Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf
Support:
incident: https://www.syncfusion.com/support/directtrac/incidents/newincident
Forum: https://www.syncfusion.com/forums
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
Swashbuckle.AspNetCore
by: Swashbuckle.AspNetCore
- 11.006k total downloads
- Latest version: 6.4.0
Swagger tools for documenting APIs built on ASP.NET Core
Syncfusion.HtmlToPdfConverter.QtWebKit.Net.Core
by: Syncfusion Inc.
- 53 total downloads
- Latest version: 19.1.0.54
The Syncfusion HTML to PDF converter is a .NET Standard library that converts URLs, HTML string, SVG, and MHTML to PDF in .NET Core applications. This converter uses the advanced WebKit rendering engine, thus generating pixel-perfect PDF from HTML or URL.
Key features:
• Converts any webpage to PDF.
• Converts any raw HTML string to PDF.
• Prevents text and image split across pages.
• Converts HTML form to fillable PDF form.
• Works both in 32-bit and 64-bit environments.
• Automatically creates a table of contents.
• Automatically creates bookmark hierarchy.
• Can convert only a part of a webpage to PDF.
• Supports headers and footers.
• Repeats HTML table headers and footers in PDF.
• Supports HTML5, CSS3, SVG, and Web fonts.
• Supports accessing HTML pages using both HTTP POST and GET methods.
• Supports HTTP cookies.
• Supports cookies-based form authentication.
• Thread safe.
• Supports internal and external hyperlinks.
• Sets document properties, page settings, security, viewer preferences, etc.
• Protects PDF document with password and permission.
Learn more: https://www.syncfusion.com/pdf-framework/net/html-to-pdf
Documentation: https://help.syncfusion.com/file-formats/pdf/converting-html-to-pdf
Support:
incident: https://www.syncfusion.com/support/directtrac/incidents/newincident
Forum: https://www.syncfusion.com/forums
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
System.Composition.Hosting
by: Microsoft
- 1.417k total downloads
- Latest version: 1.0.31
Provides Managed Extensibility Framework types that are useful to developers of extensible applications, or hosts.
Commonly Used Types:
System.Composition.Hosting.CompositionHost
When using NuGet 3.x this package requires at least version 3.4.
System.ComponentModel.TypeConverter
by: Microsoft
- 10.883k 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.417k total downloads
- Latest version: 1.0.31
Provides some extension methods for the Managed Extensibility Framework.
Commonly Used Types:
System.Composition.CompositionContextExtensions
System.Composition.Hosting.ContainerConfiguration
When using NuGet 3.x this package requires at least version 3.4.
System.Composition.Convention
by: Microsoft
- 1.41k total downloads
- Latest version: 1.0.31
Provides types that support using Managed Extensibility Framework with a convention-based configuration model.
Commonly Used Types:
System.Composition.Convention.ConventionBuilder
System.Composition.Convention.ExportConventionBuilder
System.Composition.Convention.ImportConventionBuilder
System.Composition.Convention.PartConventionBuilder
System.Composition.Convention.ParameterImportConventionBuilder
When using NuGet 3.x this package requires at least version 3.4.