-
I do not understand from the [Conditional Formatting Syntax](https://github.com/scottrippey/SmartFormat.NET/wiki/Conditional-Formatting-Syntax) chapter how to test for null values of numeric properti…
-
In "Release" mode, the default `ErrorAction` is `Ignore`.
This often results in a lot of confusion, especially since NuGet delivers the Release build.
So, a better default `ErrorAction` should be c…
-
Hello,
I am translating GitExtensions, which use SmartFormat.NET
There are some texts like "{0} {1:month|months} ago".
But for Polish I need 3 forms like:
"nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%…
odie2 updated
6 years ago
-
-
How do I escape the Pipe Character in a template.
I want to output
Field1|Field2|Field3
-
Can you please add SNK to the dll in the nuget package?
-
Hi,
I think SmartFormat should support partial content so that you don't have to specify content within {} instead just supply the partial content id and then some where else define the partial conte…
-
Hey,
I don't understand the sentence _Localization: Smart.Format uses the current culture info for formatting [...]_ in the wiki (page _Is Smart.Format compatible with String.Format?_).
According to…
-
I ran into this issue when trying to get this project rolling in my app by downloading the source here and building it without fully reading the wiki. I was using SmartFormatter.Format instead of usin…
-
Do you have some metrics of the performance of the library?