暂时屏蔽CS8601-8604的可空报警
This commit is contained in:
@@ -28,7 +28,7 @@ public class TemplateContext
|
||||
#if DEBUG
|
||||
BasePath = CodeHelper.GetSolutionDirectoryPath(false)!;
|
||||
#else
|
||||
BasePath = FileVariable.GenerateCodePath;
|
||||
BasePath = JNPF.Common.Configuration.FileVariable.GenerateCodePath;
|
||||
#endif
|
||||
ModuleCode = moduleCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user