自制酒桶“dotnet”和“dotnet”有什么区别?和“dotnet-sdk”和公式“dotnet”;
运行 brew search dotnet
显示以下
❯ brew search dotnet
==> Formulae
dotnet dotbot
==> Casks
dotnet-preview dotnet-sdk-preview dotnet dotnet-sdk ✔
我有兴趣知道桶
dotnet
- cask
dotnet-sdk
- 公式
> dotnet
我猜想木桶是sdk和dotnet的运行时(即类似于jdk和jre,您需要 dotnet
运行.NET应用程序和 dotnet-sdk
要编译和开发一个。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是一个好问题。一般来说,cask 和 core 之间的主要区别在于 cask 是从供应商构建的工件安装的,而 core 是从源代码构建的。 (核心公式有一个
license
字段来强制软件的 OSS 性质)。最重要的是,
dotnet
有助于构建其他自制公式。目前,有三个公式依赖于dotnet
:archi-steam-farm
dafny
gitversion
I think that is a good question. In general, the main difference between cask and core is cask is installing from the artifacts built by vendors, while core is built from the source code. (And core formulae has a
license
field thing to enforce the OSS nature of the software).On top of that,
dotnet
helps to build other homebrew formulae. Right now, there are three formulae depend ondotnet
:archi-steam-farm
dafny
gitversion