博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Mac 下安装.NET Core 与 CLI
阅读量:5864 次
发布时间:2019-06-19

本文共 1555 字,大约阅读时间需要 5 分钟。

.NET Foundation:

.NET Core:
CLI:
Roadmap
.NET Core Roadmap
ASP.NET Core 1.0 Schedule and Roadmap

现在.NET Core版本是RC1,ASP.NET Core现在版本是RC1 

brew install wget

wget

dotnet new

dotnet restore
dotnet run

.NET Core后期的工作

There are several areas of the product that are TBD. This designation doesn't mean that they are not important, just that there is no plan in place yet. Feel free to contribute that plan.

  • OS package manager support (e.g. apt-get, brew).
  • Broader Linux distro support (beyond Debian and CentOS).
  • Create low-level FX APIs for Linux (e.g. daemon support) and OSX, much like exists for Windows (e.g. Windows registry).

ASP.NET Core 后期工作

The following features unfortunately won't make it into the initial RTM release. We are tentatively planning on shipping them in the initial feature release after RTM, during Q3* of 2016:

  • Visual Basic support
  • SignalR 3
  • Web Pages 4

* References to yearly quarters (Q1, Q2, Q3, Q4) are calendar-based

TBD 是什么原因?

2016年2月1日 

The .NET and ASP.NET teams could have made up some new dates to publish, but they wouldn’t be as accurate as we feel we could deliver without further review of our current state and the new tools we want to be sure we deliver. As soon as we have the new ASP.NET and .NET Core tools working together we will update the roadmap with more appropriate dates for ASP.NET and the .NET team will update their roadmap with dates for .NET Core. The two teams are working hard on the framework and tools, and we hope to be able to revise the roadmap with a more accurate schedule in the next few weeks.

转载地址:http://wrunx.baihongyu.com/

你可能感兴趣的文章
语音控制的tab选项卡
查看>>
【LeetCode】25. Reverse Nodes in k-Group (2 solutions)
查看>>
HDU 2846 (AC自动机+多文本匹配)
查看>>
权限表的设计
查看>>
php类获取静态变量值以及调用
查看>>
Android——采用SQLiteDatabase操作SQLite数据库
查看>>
Android开发实战(十八):Android Studio 优秀插件:GsonFormat
查看>>
关于SQLite在Android开发中的知识点总结
查看>>
Atitit. 查找linux 项目源码位置
查看>>
子类继承和调用父类的构造方法
查看>>
有没有让你相见恨晚的(高考)教辅书?
查看>>
JSP页面固定页面为绝对路径
查看>>
在大数据分析/挖掘领域,哪些编程语言应用最多?
查看>>
.Net中的AOP系列之《方法执行前后——边界切面》
查看>>
NOIP2003pj数字游戏[环形DP]
查看>>
条件编译,头文件,静态库,共享库与多文件编程
查看>>
Crontab的格式
查看>>
解决手机浏览器上input 输入框导致页面放大的问题(记录)
查看>>
合格linux运维人员必会的30道shell编程面试题及讲解
查看>>
[Java]Socket和ServerSocket学习笔记
查看>>