-
Hi guys,
Love this product!
Recently i've run into an issue that I haven't had before. Not sure exactly when it started.
We recently moved our repository from bitbucket to github, thats about the…
-
# Description
#50 hasn't completely fixed assertion error messages on `Either`, because of this line in assertj-core's [`StandardRepresentation`](https://github.com/assertj/assertj-core/blob/3f654ef0…
-
If we add a Condition to check if an Object property is null if there are matching property names in the parent and child objects it will pick values from the child object.
```
public class Parent
…
-
Always returns `-1` but should be `2`:
```cs
Smart.Format("{Index}", new { Index = 2 });
```
-
Regarding the error window >> please post it here >>
(1.1.26.0 was running well)
```
Version: 1.1.27.0; Variant: Installed; Arch: Amd64
Path: C:\Program Files\SyncTrayzor\SyncTrayzor.exe
Sy…
-
I hope can do this:
```c#
var s = "my name is {Name}, was born on {Birthday:yyyy-MM-dd}, so i am {Age:D2} years old, repeat, my name is {Name}";
Use(string.Format(s, new {Age=21, Name="asdf", Bir…
-
Error handling does not work as expected in ```2.5.0```.
```
Smart.Default.Settings.FormatErrorAction = ErrorAction.Ignore;
var source = "{";
string html = SmartFormat.Smart.Format(source, new o…
-
String interpolation has proven to be an extremely useful feature in `C#6` but sometimes I find myself needing the string format to be configurable and as such am not able to use string interpolation …
-
### 概要
- ニュース配信サイト/アプリに記事が掲載されるようにする
#### Google ニュース
- Googleニュースを最優先で登録する
- Googleニュースについては別Issue ( #88 )にまとめる
#### LINEニュース
LINE NEWSは「DIGEST Spot」と呼ばれる広告枠として販売されている。
- LINE社の媒体資…
-
Given that ASP.NET Core 3 now has its own Json namespace (System.Text.Json), and with it provides high-performance, low-allocating process capabilities, do you have any plans to remove the Newtonsoft.…