PolyfillsForOldDotNet.System.Buffers
0.1.2
dotnet add package PolyfillsForOldDotNet.System.Buffers --version 0.1.2
NuGet\Install-Package PolyfillsForOldDotNet.System.Buffers -Version 0.1.2
<PackageReference Include="PolyfillsForOldDotNet.System.Buffers" Version="0.1.2" />
paket add PolyfillsForOldDotNet.System.Buffers --version 0.1.2
#r "nuget: PolyfillsForOldDotNet.System.Buffers, 0.1.2"
// Install PolyfillsForOldDotNet.System.Buffers as a Cake Addin #addin nuget:?package=PolyfillsForOldDotNet.System.Buffers&version=0.1.2 // Install PolyfillsForOldDotNet.System.Buffers as a Cake Tool #tool nuget:?package=PolyfillsForOldDotNet.System.Buffers&version=0.1.2
Implementation of the System.Buffers library without logging for .NET Framework 4.0.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40-client is compatible. |
-
.NETFramework 4.0 Client
- PolyfillsForOldDotNet.System.Threading (>= 0.1.2)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on PolyfillsForOldDotNet.System.Buffers:
Package | Downloads |
---|---|
WebMarkupMin.Core
The Web Markup Minifier (abbreviated WebMarkupMin) is a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code. |
|
JavaScriptEngineSwitcher.ChakraCore
JavaScriptEngineSwitcher.ChakraCore contains a `ChakraCoreJsEngine` adapter (wrapper for the ChakraCore). |
|
LibSassHost
.NET wrapper around the LibSass with the ability to support a virtual file system. |
|
XB.WebMarkupMin.Core
The Web Markup Minifier (abbreviated WebMarkupMin) is a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code. WebMarkupMin absorbed the best of existing solutions from non-microsoft platforms: Juriy Zaytsev's HTML Minifier (https://github.com/kangax/html-minifier/) (written in JavaScript) and Sergiy Kovalchuk's HtmlCompressor (https://github.com/serg472/htmlcompressor) (written in Java). Minification of markup produces by removing extra whitespaces, comments and redundant code (only for HTML and XHTML). In addition, HTML and XHTML minifiers supports the minification of CSS code from style tags and attributes, and minification of JavaScript code from script tags, event attributes and hyperlinks with javascript: protocol. WebMarkupMin.Core contains built-in JavaScript minifier based on the Douglas Crockford's JSMin (https://github.com/douglascrockford/JSMin) and built-in CSS minifier based on the Mads Kristensen's Efficient stylesheet minifier (https://madskristensen.net/blog/Efficient-stylesheet-minification-in-C). The above mentioned minifiers produce only the most simple minifications of CSS and JavaScript code, but you can always install additional modules that support the more powerful algorithms of minification: WebMarkupMin.MsAjax (contains minifier-adapters for the Microsoft Ajax Minifier - https://github.com/microsoft/ajaxmin), WebMarkupMin.Yui (contains minifier-adapters for YUI Compressor for .NET - https://github.com/YUICompressor-NET/YUICompressor.NET) and WebMarkupMin.NUglify (contains minifier-adapters for the NUglify - https://github.com/trullock/NUglify). Also supports minification of views of popular JavaScript template engines: KnockoutJS, Kendo UI MVVM and AngularJS 1.X. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on PolyfillsForOldDotNet.System.Buffers:
Repository | Stars |
---|---|
Taritsyn/WebMarkupMin
The Web Markup Minifier (abbreviated WebMarkupMin) - a .NET library that contains a set of markup minifiers. The objective of this project is to improve the performance of web applications by reducing the size of HTML, XHTML and XML code.
|
|
Taritsyn/JavaScriptEngineSwitcher
JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.
|
Enabled a SourceLink in NuGet package.