-
```csharp
[Fact]
public void Test()
{
var result = Smart.Format("\\", new List());
}
```
Fails, while it doesn't with string.Format
-
v2.0.81
Similar to #171, I've seen it on several computers.
![msbuildslv-no-view](https://user-images.githubusercontent.com/4403806/69899459-7110e980-13ba-11ea-981d-0a4f9587a3dd.gif)
If I copy,…
-
When I use one named placeholders, the format work, but when I add multiple named placeholders. An exception is throw `SmartFormat.Core.Formatting.FormattingException`
How can I use multiple named pl…
-
Hello everybody
I have a problem with formatting date values when the delimiter is forced to use "/" or rather "\\/". With string.Format this is possible:
`string.Format( "{0:yyyy\\/MM\\/dd HH:mm:…
-
In my Backend I store every DateTime as UTC, but I use SmartFormat for sending Messages to my customer. Is it possible to change the TimeZone of the DateTime via SmartFormat?
-
## Note
Issues in this repo are for tracking bugs, feature requests and questions for the tasks in this repo
For a list:
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks
…
-
2.3 or Above
Running on .NET Framework 4.5.1
From your documentation:
```
var addrList = new[] { new { Name = "Jim", Address = new { City = "New York", State = "NY" } } };
var test = Smart.Fo…
-
@mbaltus reported that the API packages are incompatible with https://dotnetfiddle.net/ (an online C# playground). DotNetFiddle refuses to load the Core package, reporting a security violation on over…
-
It would be great to see support for UTC dates in SmartFormat.NET. This is similar to issue #111 but easier to implement, and these days many applications are utilising UTC dates for consistency.
F…
-
## Current behaviour
Open repository for path "C:\" crash the app
## Expected behaviour
some error msg instead
## Steps to reproduce
Language is german
C:\ is a valid path on my ma…