NetCore英雄:Visual Studio中Asp.Net Core的连续测试和部署之旅

NetCore英雄已为webpack配置了示例,最新的system.js提交位于该处。项目使用Visual Studio 2017 * .csproj格式,可找到适用于Visual Studio 2015的最新版本。NetCore英雄是使用Visual Studio 2015中的TypeScript的示例项目,目前在Angular 4.1.3和Asp.Net Core 1.1.2上。已描述了从设置Visual Studio到使用Jenkins进行持续集成的过程,包括在Linux上构建和测试项目的说明。生成并运行项目Visual Studio:恢复主NetCoreHeroes项目的节点程序包,然后按F5键以调试模式启动。命令行:运行npm install,然后npm run tsc来恢复客户端依赖性并编译TypeScript。npm run webpack创建客户端JavaScript捆绑包。在调试解决方案时,可以在Visual Studio中使用来自动重新生成客户端捆绑包。

zip
NetCoreHeroes-master.zip 预估大小:48个文件
folder
NetCoreHeroes-master 文件夹
file
.gitignore 4KB
folder
test 文件夹
folder
NetCoreHeroes.Tests 文件夹
folder
Properties 文件夹
file
AssemblyInfo.cs 831B
file
NetCoreHeroes.Tests.csproj 1KB
folder
Controllers 文件夹
file
HeroesControllerTests.cs 2KB
file
NetCoreHeroes.sln 2KB
folder
docs 文件夹
file
VisualStudioTestExplorer.png 26KB
file
Readme.md 3KB
folder
src 文件夹
folder
NetCoreHeroes 文件夹
file
Startup.cs 2KB
file
karma.conf.js 1KB
file
tsconfig.json 383B
file
NetCoreHeroes.csproj 1KB
folder
Data 文件夹
file
Hero.cs 250B
file
HeroesContext.cs 251B
folder
App 文件夹
file
hero.service.spec.ts 5KB
file
hero-detail.component.html 325B
file
footer.component.ts 334B
file
app.component.css 416B
file
dashboard.component.css 962B
file
dashboard.component.html 233B
file
hero-detail.component.ts 890B
file
heroes.component.css 1KB
file
polyfills.ts 3KB
file
footer.component.html 1KB
file
hero.service.ts 2KB
file
dashboard.component.ts 709B
file
heroes.component.ts 1KB
file
main.ts 390B
file
heroes.component.html 790B
file
hero-detail.component.css 469B
file
app.routing.ts 725B
file
app.module.ts 939B
file
hero.ts 58B
file
styles.css 2KB
file
app.component.ts 615B
file
web.config 1KB
folder
Properties 文件夹
file
launchSettings.json 628B
file
Program.cs 413B
folder
Views 文件夹
folder
Home 文件夹
file
Index.cshtml 1KB
file
package.json 1KB
file
systemjs.chutzpah.config.js 2KB
file
appsettings.json 168B
file
webpack.config.vendor.js 914B
file
chutzpah.json 897B
file
webpack.config.js 1KB
folder
wwwroot 文件夹
file
favicon.png 12KB
file
package-lock.json 367KB
folder
Controllers 文件夹
file
HomeController.cs 334B
file
HeroesController.cs 3KB
zip 文件大小:137.19KB