Merge branch 'dev' of https://git.tuotong-tech.com/tnb/tnb.server into dev
This commit is contained in:
@@ -1513,8 +1513,8 @@ public class CodeGenService : IDynamicApiController, ITransient
|
|||||||
IsFixed = frondEndGenConfig.IsFixed,
|
IsFixed = frondEndGenConfig.IsFixed,
|
||||||
}, builderAction: builder =>
|
}, builderAction: builder =>
|
||||||
{
|
{
|
||||||
builder.AddUsing("JNPF.VisualDev.Engine.Model.CodeGen");
|
builder.AddUsing("Tnb.VisualDev.Engine.Model.CodeGen");
|
||||||
builder.AddAssemblyReferenceByName("JNPF.VisualDev.Engine");
|
builder.AddAssemblyReferenceByName("Tnb.VisualDev.Engine");
|
||||||
});
|
});
|
||||||
var dirPath = new DirectoryInfo(targetPathList[i]).Parent.FullName;
|
var dirPath = new DirectoryInfo(targetPathList[i]).Parent.FullName;
|
||||||
if (!Directory.Exists(dirPath))
|
if (!Directory.Exists(dirPath))
|
||||||
|
|||||||
Reference in New Issue
Block a user