Class DebugPerformanceHelper
- Namespace
- MASES.EntityFrameworkCore.KNet.Internal
- Assembly
- MASES.EntityFrameworkCore.KNet.Serialization.dll
Internal debug class
public class DebugPerformanceHelper
- Inheritance
-
DebugPerformanceHelper
- Inherited Members
Fields
IsPerformanceVersion
Reports if the library was compiled to reports performance information
public const bool IsPerformanceVersion = false
Field Value
Properties
EnableKEFCoreTracing
Set to true to enable tracing of KEFCore
public static bool EnableKEFCoreTracing { get; set; }
Property Value
Remarks
Can be set only if the project is compiled with DEBUG_PERFORMANCE preprocessor directive, otherwise an InvalidOperationException is raised