Forum member

uchinago

2 posts

Posts by uchinago

  1. 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.

  2. 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…