Forum member
uchinago
2 posts
Posts by uchinago
-
Fluent Syntax not showing Code coverage
No it does not... which might explain why it doesn't show coverage there. Wonder why.. Thanks didn't even think of trying that.
11 Jan 2019 15:15 UTC
-
Fluent Syntax not showing Code coverage
The following syntax does not show code coverage on the majority of the code 1. services.AddMvc() 2. .SetCompatibilityVersion(CompatibilityVersion.Version_2_1) 3. .AddJsonOptions(options => 4. { 5. options.SerializerSettings.Converters.Add(new Newtonsoft.Json.Converters.St…
11 Jan 2019 13:55 UTC