We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
用XNCF创建模块“执行成功”提示未显示正常对话框,如下图,不知道其他人是不是也一样呢
模块创建完成后,新模块中的ApiAppService.cs文件中有三个命名空间没有自动引用,引起编译失败,需要自己手动添加引用再编译
三个命名空间: using Senparc.CO2NET.WebApi; using MyNcf.Xncf.MyApp.OHS.Local.PL; using Senparc.Ncf.Core.Exceptions;
手动添加引用后重新编译解决方案成功,但运行项目又出现如下图的问题,“清理解决方案”1次后再运行项目恢复正常运行
The text was updated successfully, but these errors were encountered:
XNCF 默认模板之前已更新,请使用最新版本。后台提示还需要前端再优化一下。 @RodearZ
Sorry, something went wrong.
No branches or pull requests
用XNCF创建模块“执行成功”提示未显示正常对话框,如下图,不知道其他人是不是也一样呢
模块创建完成后,新模块中的ApiAppService.cs文件中有三个命名空间没有自动引用,引起编译失败,需要自己手动添加引用再编译
三个命名空间:
using Senparc.CO2NET.WebApi;
using MyNcf.Xncf.MyApp.OHS.Local.PL;
using Senparc.Ncf.Core.Exceptions;
手动添加引用后重新编译解决方案成功,但运行项目又出现如下图的问题,“清理解决方案”1次后再运行项目恢复正常运行
The text was updated successfully, but these errors were encountered: