fbregeon
Results
1
issues of
fbregeon
Hello, i'm updating my SmartFormat package from version 2 to version 3. Try this example in console app : ```csharp Toto toto = new Toto(); toto.strings.Add("a"); toto.strings.Add("b"); Console.WriteLine(SmartFormat.Smart.Format("{strings.Count:plural:aaa|bbb}", toto)); Console.WriteLine(SmartFormat.Smart.Format("{strings.Count:p:aaa|bbb}",...