对 ASP.NET 5 (MVC6) 的 VB.NET 支持
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28040944/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
VB.NET support for ASP.NET 5 (MVC6)
提问by Toni Wenzel
I've heard rummorsthat ASP.NET 5 does not support VB.net. Is this correct? Or does this apply only on some particular scenarios?
采纳答案by Eilon
Update 5/1/2015
2015 年 5 月 1 日更新
On April 23rd, the ASP.NET team announced that support for Visual Basic will be coming to ASP.NET 5.
4 月 23 日,ASP.NET 团队宣布 ASP.NET 5 将支持 Visual Basic。
More information is on the .NET Web Development and Tools Blog: http://blogs.msdn.com/b/webdev/archive/2015/04/23/making-it-better-asp-net-with-visual-basic-14.aspx
更多信息在 .NET Web 开发和工具博客:http: //blogs.msdn.com/b/webdev/archive/2015/04/23/making-it-better-asp-net-with-visual-basic -14.aspx
Original Answer
原答案
Though it was mentioned in a comment, it's worth having a full answer.
虽然在评论中提到了它,但值得有一个完整的答案。
There are no plans to support VB in ASP.NET 5 in terms of compilation, project templates, and other tools. This is discussed in the following GitHub issue on the ASP.NET 5 project: https://github.com/aspnet/Home/issues/236
ASP.NET 5 中没有计划在编译、项目模板和其他工具方面支持 VB。这在 ASP.NET 5 项目的以下 GitHub 问题中讨论:https: //github.com/aspnet/Home/issues/236
As that issues also mentions, ASP.NET 5 has some in-progress support to enable non-C# compilers to be used, but there is still no official plans to support VB (you'd have to roll your own).
正如该问题还提到的,ASP.NET 5 有一些正在进行的支持以启用非 C# 编译器,但仍然没有支持 VB 的官方计划(您必须自己推出)。
回答by Mike Casas
"We are excited today to announce that ASP.NET 5 will have full support with Visual Basic (both tooling and runtime – including cross platform runtime support). As always, we will continue this development of ASP.NET 5 in the open, and you can track our progress or even contribute on GitHub at http://github.com/aspnet/home."
“我们今天很高兴地宣布 ASP.NET 5 将完全支持 Visual Basic(工具和运行时——包括跨平台运行时支持)。一如既往,我们将继续开发 ASP.NET 5,并且您可以跟踪我们的进度,甚至可以在http://github.com/aspnet/home上的 GitHub 上做出贡献。”
Taken from: http://blogs.msdn.com/b/webdev/archive/2015/04/23/making-it-better-asp-net-with-visual-basic-14.aspx
摘自:http: //blogs.msdn.com/b/webdev/archive/2015/04/23/making-it-better-asp-net-with-visual-basic-14.aspx
回答by Aswajith
As per my understanding You can still develop application using VB.NEt in Visual studio 2015, but you will not get the benefits of ASP.NET 5 like cross platform etc.
根据我的理解,您仍然可以在 Visual Studio 2015 中使用 VB.NEt 开发应用程序,但您将无法获得 ASP.NET 5 的好处,如跨平台等。
This is my understanding. Official decelerations are yet to come.
这是我的理解。官方减速尚未到来。

