Justin Stolle
Justin Stolle
Update to SassCompiler.cs. In the case of an inline comment in an import line, splitting the string only by `",` will inadvertently skip over the files listed after the comment....
Added a function to remove diacritics and use it to replace accented characters with their unmarked equivalents in both the search string and the comparison text. For instance, in addition...
When using SpecifiedPickupDirectory as the deliveryMethod in Web.config for testing (rather than Network with a host value), an InvalidOperationException is thrown with the message "The SMTP host was not specified."...