-
Hello,
I tried different scenarios here: https://dotnetfiddle.net/l4Mouv
Several cases don't work as expected.
Probably it is because the ListFormatter converts the received object to ICollection, w…
-
## Summary
The formatter is incorrectly parsing out backslashes when it should leave them in place.
## Example:
Given this input: `-property vvc=\"AnaExp_ForayApp\"` it renders `-property vvc="An…
-
Maybe I am missing something here.
```
{
"total_population": [
{
"date": "2015-10-07",
"population": 63938661
},
{
"date": "2015-10-08",
"population": 63939630
…
-
Hi
I just used the latest version of SmartFormat in a .Net 3.5 project and the dll from the .Net 3.5 profile doesn't seem to be a valid .Net 3.5 dll? The runtime referenced in the properties of the r…
-
Hello, thank you for work on SmartFormat it is exactly what I was searching for my project.
Now I try to output a list of arrays of floats and get the value of the items in the array per index:
exam…
-
Hi,
Does SmartFormat support functionality like the [null-coalescing operator](http://msdn.microsoft.com/en-us/library/ms173224.aspx)? Except that it should work more like the `String.IsNullOrWhiteSp…
-
Take a look at this nice logging library here:
https://github.com/serilog/serilog
I am using both for my logging and would like to suggest you perhaps take advantage of ideas or implementation of tha…
-
Hi! First of all thanks for SmartFormat, it's a pretty nifty library.
I've been trying various ways of using the pipe character | as a separator when using the ListFormatter, the desired final out…
-
Hi
I'm trying to create a format which deals with the possibility of an empty list but get unexpected results. The following test fails:
```
[TestMethod]
public void ListFormatterInsideChooseTest()
…
-
Hi
I'm allowing users to edit format strings in an HTML editor. This works well until they use characters that require encoding, e.g.
{Contacts.Count::&gt;0?<ul>{Contacts:<li>{FirstN…