Merge pull request #16931 from abpframework/studio-analyze-helper

Introduce AbpStudioAnalyzeHelper
pull/16932/head
Yunus Emre Kalkan 2 years ago committed by GitHub
commit 14efb00bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
namespace Volo.Abp.Studio;
public static class AbpStudioAnalyzeHelper
{
public static bool IsInAnalyzeMode { get; set; }
}
Loading…
Cancel
Save