-
Is there any way to add UWP support to this? When I try to add it to my project, the package manager fails with (along with similar messages for the other architectures):
```
Package SmartFormat.Net…
-
Hi,
When I want to format a TimeSpan using default .NET formatting, SmartFormat ignores it and uses it's own human friendly format instead.
``` C#
var time = new TimeSpan(1, 12, 24, 02);
Console.Wri…
-
Hi guys,
I found a problem when we try to execute the code on ".NET Fiddler". Basically it's not working in Console Application online. Follow below the example:
https://dotnetfiddle.net/2yaKKZ
I…
-
Like in classic Bindings. I personally find it very handy and simple to create expose text without having to modify my ViewModels.
-
Hi,
I was playing with Choose option and I noticed that the output was not the desired one and I tried then the examples in https://github.com/scottrippey/SmartFormat.NET/wiki/Choose
This is some co…
-
Hi!
I've posted a question on stackoverflow.com http://stackoverflow.com/questions/25424824/how-to-use-properties-of-an-item-in-a-collection-using-smartformat-net
Need your help with it.
-
class Base
{
public virtual int Prop1 { get; set; }
}
class Derived : Base
{
public override int Prop1
{
set { }
}
}
// usage code
Smart.Format("{Prop1}", new Derived { Prop1…
-
Hi Scott,
My team is making [a SmartFormat.NET extension for Korean](https://github.com/what-studio/SmartFormat.NET-Korean). Korean, my mother tongue, has own special linguistic logic beyond the Ind…
-
Hello! I am having great success using smart format in my project, however, have hit an issue when using the choose or condition function.
I am trying to perform a replacement in a string like:
…
-
Hi, thanks for this great library. Can you please strong-sign it in the nuget package? It is needed when other strong signed assemblies reference `SmartFormat.dll`. Currently I'm using [this workaroun…