onebeyond/onebeyond-studio-core

View on GitHub
src/OneBeyond.Studio.EntityAuditing/OneBeyond.Studio.EntityAuditing.AzureTableStorage/Entities/TableEntityHelper.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method CreateEntity has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public static TableEntity CreateEntity(AuditEvent auditEntityEvent, JToken changes, bool expandValuesInTableColumns)
    {
        EnsureArg.IsNotNull(auditEntityEvent, nameof(auditEntityEvent));

        // Need to turn the identity into a string key (if is an int, pad to 10 digits)

    There are no issues that match your filters.

    Category
    Status