CORE-POS/IS4C

View on GitHub
pos/is4c-nf/scale-drivers/drivers/NewMagellan/Newtonsoft.Json/Utilities/FSharpUtils.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method EnsureInitialized has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static void EnsureInitialized(Assembly fsharpCoreAssembly)
        {
            if (!_initialized)
            {
                lock (Lock)

    There are no issues that match your filters.

    Category
    Status