onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.EntityAuditing/OneBeyond.Studio.EntityAuditing.AzureTableStorage/Util/StorageTableUtils.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method ToEntityProperty has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static object ToEntityProperty(this JToken value)
    {
        switch (value.Type)
        {
            case JTokenType.Boolean:

    There are no issues that match your filters.

    Category
    Status