【dotnet跨平台】你知道dnx run和dotnet run有什么区别吗?

简介: 【dotnet跨平台】你知道dnx run和dotnet run有什么区别吗?dotnet run是基于dotnet-cli项目:http://github.com/dotnet/cli,而dnx run是https://github.com/aspnet/dnx项目,dotnet run已经取代dnx run。


【dotnet跨平台】你知道dnx run和dotnet run有什么区别吗?


dotnet run是基于dotnet-cli项目:http://github.com/dotnet/cli,而dnx run是https://github.com/aspnet/dnx项目,dotnet run已经取代dnx run。


dotnet run会编译出IL二进制文件和可执行文件放在磁盘上,而dnx run是直接在内存中编译和执行,不存储在磁盘上。


参考:

http://www.talkingdotnet.com/difference-between-dnx-run-and-dotnet-run/


目录
打赏
0
0
0
0
20
分享
相关文章
|
10月前
项目打包报错“caniuse-lite is outdated. Please run next command `npm update`”的解决方案
项目打包报错“caniuse-lite is outdated. Please run next command `npm update`”的解决方案
597 1
|
10月前
|
Python Playwright 打包报错 Please run the following command to download new browsers
Python Playwright 打包报错 Please run the following command to download new browsers
335 0
|
9月前
|
Go
The “gopls“ command is not available. Run “go get -v golang.org/x/tools/gopls“ to install.【已解决】
The “gopls“ command is not available. Run “go get -v golang.org/x/tools/gopls“ to install.【已解决】
121 3
Go 语言怎么使用 Docker 部署项目?
Go 语言怎么使用 Docker 部署项目?
312 0
go run 命令核心技术详解
go run 命令核心技术详解
730 0
go clean命令 完全解析
go clean命令 完全解析
897 0
小匕首-dotnet cli使用tool指令
小匕首-dotnet cli使用tool指令
206 0
npm run demo1 && npm run demo2 & npm run demo3 这个命令到底会怎么执行呢
总结: 按照顺序一个命令执行完毕,才会继续执行后面的命令
128 0
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等