-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Temple Nuget
ansonzhang edited this page May 29, 2019
·
6 revisions
检查 Blog.Core.Webapi.Template.1.0.0.nupkg(这个包我会跟随源码一起更新)、CreateYourProject.bat 这两个文件是否存在根目录。
CreateYourProject.bat
Please set your project name:
在项目最顶部 .1YourProject 下就是你创建的文件
参考我的文章:https://www.cnblogs.com/laozhang-is-phi/p/10205495.html
(生成 nupkg 包的目录,content 下就是 Blog.Core 的源码,CMD 命令窗口下,执行命令 nuget pack Blog.Core.Webapi.Template.nuspec ,就能生成 nupkg 包了)
有疑问,请自行查看博客园文章:https://www.cnblogs.com/laozhang-is-phi/p/9495618.html#autoid-1-0-0
或者加 QQ 群:867095512
-
- AOP
- Appsettings
- Async-Await
- Authorization-Ids4
- Authorization-JWT
- AutoMapper
- CORS
- DI-AutoFac
- DI-NetCore
- Filter
- GlobalExceptionsFilter
- HttpContext
- Log4
- MemoryCache
- Middleware
- MiniProfiler
- publish
- Redis
- Repository
- SeedData
- SignalR
- SqlSugar
- SqlSugar-Codefirst&DataSeed
- SqlSugar-SqlAOP
- Swagger
- T4
- Test-xUnit
- Temple-Nuget
- FAQ page is a good place to see whether your question is already asked.
- Ask a question in cnblogs if you need help.
- Submit an issue if you found a bug or have a feature request.
- Open a pull request when you prepared to contribute. Before that, it is encouraged to open an issue to discuss.