fluid icon indicating copy to clipboard operation
fluid copied to clipboard

Fluid is an open-source .NET template engine based on the Liquid template language.

Results 97 fluid issues
Sort by recently updated
recently updated
newest added

Still updating from Fluid 2.2.0 to the newest version (turns out it's not that easy :D). I found another behaviour change. I guess it's best described by the test case...

Hi there, I had a requirement for something like See https://shopify.dev/themes/architecture/locales/storefront-locale-files to use translations from resx files. Not sure if it's something you'd like in the base library but here's...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

```csharp // Tested with Fluid.Core 2.2.15 on .NET 6 var options = new TemplateOptions(); options.MemberAccessStrategy.Register(); ``` ```txt System.ArgumentException: Cannot bind to the target method because its signature is not compatible...

The following code does not work on a Windows machine properly, because the path is generated with the Windows-style path seperator (`MemberInvitation\MemberInvitation.liquid`) but the discovery code for partials, layouts and...

I actually wanted to fix a different bug regarding layout file resolution, but all color tests were failing on my german Windows machine so this had to come first. Color...

While working on #497 I noticed that the CSS standard allows additional data types as arguments, that are not supported by this library: rgb/rgba: - Parameters R, G and B...

enhancement

I've faced some issues when trying to use TimeSpan class with Fluid. Not sure if they're bugs or it's just me. 1. Formatting TimeSpan variable with either `date` or `format_date`...

https://github.com/Shopify/liquid/pull/1422

> This PR adds a new tag named # that behaves like a comment. https://github.com/Shopify/liquid/pull/1498