Andrey Taritsyn

Results 151 comments of Andrey Taritsyn

> I've copied the three dlls into my current directory. By the way, how did you deploy two native assemblies? In .NET Framework, it is recommended to do this is...

Hello! > `$libSassDll = Join-Path $solutionRoot "Packages" "LibSassHost.Native.win-x64.1.3.3" "runtimes" "win-x64" "native" "libsass.dll" Copy-Item $libSassDll $runFolder` Unfortunately, I forgot about the `native` subfolder. > 1. the need to copy in AdvancedStringBuilder.Dll...

Hello, Tom! It seems to me that there should be a semicolon in the value of this attribute: ```html … ```

I will try to fix this error during the next week.

Hello, Tom! In the beginning, I thought that I could quickly fix this problem by simply editing [one line of code](https://github.com/Taritsyn/WebMarkupMin/blob/4bc6faa3b1a4c4232e818c42ee9349d34402c293/src/WebMarkupMin.Core/Helpers/HtmlAttributeValueHelpers.cs#L94), but it turned out to be much more complicated....

@timheuer What versions of packages are you currently using?

It is also important to know the versions of the following packages: DartSassHost, JavaScriptEngineSwitcher.V8 and Microsoft.ClearScript.V8.Native.*.

I would also want to know the version of ASP.NET Core and under which operating system the web application run.

It will be very difficult to determine the causes of this error, because from description (`Value cannot be null. (Parameter 'name')`) it can be seen that it occurred in JS...

@timheuer Did version 3.0.84 of the LigerShark.WebOptimizer.Sass work without errors?