LibSassHost 0.4.2-alpha3

Prefix Reserved
This is a prerelease version of LibSassHost.
There is a newer version of this package available.
See the version list below for details.
dotnet add package LibSassHost --version 0.4.2-alpha3
                    
NuGet\Install-Package LibSassHost -Version 0.4.2-alpha3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LibSassHost" Version="0.4.2-alpha3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LibSassHost" Version="0.4.2-alpha3" />
                    
Directory.Packages.props
<PackageReference Include="LibSassHost" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add LibSassHost --version 0.4.2-alpha3
                    
#r "nuget: LibSassHost, 0.4.2-alpha3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package LibSassHost@0.4.2-alpha3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=LibSassHost&version=0.4.2-alpha3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=LibSassHost&version=0.4.2-alpha3&prerelease
                    
Install as a Cake Tool

.NET wrapper around the libSass (http://sass-lang.com/libsass) version 3.3.2 with the ability to support a virtual file system. For correct working of the LibSass Host require assemblies `msvcp120.dll` and `msvcr120.dll` from the Visual C++ Redistributable Packages for Visual Studio 2013.

Product Compatible and additional computed target framework versions.
.NET Framework net40-client is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on LibSassHost:

Package Downloads
Karambolo.AspNetCore.Bundling.Sass

Sass compilation and bundling implementation based on LibSassHost for the Karambolo.AspNetCore.Bundling library.

Abstractions.Sass.CrossPlatformLibSass

Bundles native implementations of libsass for both Windows and Linux with LibSassHost.

MustardBlack-Core.Assets.Css.Sass

Package Description

JacobDixon.AspNetCore.LiveSassCompile

Live SASS compile sets up file watchers to automatically build SASS changes while the server is running.

Profound.Kentico.SassPlugin

Provides support for Sass (.scss) preprocessing and uses Autoprefixer to add vendor prefixes automatically. In Kentico CSS Stylesheets application, a new Sass file type would be available, and stylesheets can be created in .scss format. A live preview of compiled css containing vendor prefixes would be available. Supports all Sass formats including mixin. Vendor prefixes can be configured via browserlist string settings.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on LibSassHost:

Repository Stars
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
VirtoCommerce/vc-storefront
Virto Commerce Storefront - ASP.NET Core 8.0
Version Downloads Last Updated
1.5.0 48,048 7/15/2024
1.4.0 67,296 12/26/2023
1.3.3 377,309 5/22/2021
1.3.2 283,356 10/9/2020
1.3.1 107,811 5/1/2020
1.3.0 19,327 4/15/2020
1.2.10 126,707 11/8/2019
1.2.9 2,587 10/29/2019
1.2.8 2,280 10/28/2019
1.2.7 49,251 10/8/2019
1.2.6 124,175 8/8/2019
1.2.5 69,132 6/17/2019
1.2.4 47,345 5/19/2019
1.2.3 75,262 2/19/2019
1.2.2 165,518 12/20/2018
1.2.1 19,178 11/19/2018
1.2.0 1,339 11/16/2018
1.2.0-beta1 1,230 9/7/2018
1.1.9 111,773 4/25/2018
1.1.8 6,262 3/19/2018
1.1.7 2,051 3/13/2018
1.1.6 10,554 3/6/2018
1.1.5 4,994 2/6/2018
1.1.4 5,818 1/12/2018
1.1.3 62,375 11/15/2017
1.1.2 2,020 11/9/2017
1.1.1 3,512 10/25/2017
1.1.0 1,809 10/24/2017
1.0.4 77,342 5/23/2017
1.0.3 31,732 3/31/2017
1.0.2 3,222 3/26/2017
1.0.1 18,059 3/9/2017
1.0.0 5,475 3/3/2017
1.0.0-beta1 1,517 3/1/2017
1.0.0-alpha2 1,440 2/8/2017
1.0.0-alpha1 1,376 1/30/2017
0.6.4 32,828 1/8/2017
0.6.3 2,326 1/1/2017
0.6.2 8,519 12/22/2016
0.6.1 65,838 12/10/2016
0.6.0 58,656 10/24/2016
0.5.2 15,095 7/11/2016
0.5.1 11,186 4/25/2016
0.5.0 36,345 4/24/2016
0.4.6 1,679 4/19/2016
0.4.5 13,478 3/20/2016
0.4.4 2,085 3/19/2016
0.4.3 10,772 1/20/2016
0.4.2 4,401 1/19/2016
0.4.2-alpha3 1,534 1/18/2016
0.4.2-alpha2 1,425 1/13/2016
0.4.2-alpha1 1,422 1/10/2016
0.4.1 21,831 11/11/2015
0.4.0 1,843 11/10/2015
0.3.1 1,782 11/2/2015
0.3.0 1,591 11/2/2015
0.2.0 1,810 10/24/2015

Fixed a problem with untimely garbage collection.