CORE-POS/IS4C

View on GitHub
pos/is4c-nf/scale-drivers/drivers/NewMagellan/Newtonsoft.Json/Serialization/TraceJsonWriter.cs

Summary

Maintainability
C
7 hrs
Test Coverage

Class TraceJsonWriter has 39 methods (exceeds 20 allowed). Consider refactoring.
Open

    internal class TraceJsonWriter : JsonWriter
    {
        private readonly JsonWriter _innerWriter;
        private readonly JsonTextWriter _textWriter;
        private readonly StringWriter _sw;

    File TraceJsonWriter.cs has 273 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    using System;
    using System.Collections.Generic;
    using System.Globalization;
    using System.IO;
    #if !(NET20 || NET35 || PORTABLE || PORTABLE40)

      There are no issues that match your filters.

      Category
      Status