内容简介:Rider 2018.1.1 发布了,此次更新包含如下内容: RIDER-15898 — Support for .NET Core 2.1 project templates. RIDER-15514 — Fixed deployment of Xamarin projects. Fixed issues with NuGet ...
Rider 2018.1.1 发布了,此次更新包含如下内容:
RIDER-15898 — Support for .NET Core 2.1 project templates.
RIDER-15514 — Fixed deployment of Xamarin projects.
Fixed issues with NuGet actions which require HTTP/HTTPS requests (e.g., Restore, Search, and so on).
RIDER-10078 — Fixed invocation of a method with a
paramsargument while debugging.RIDER-15320 — Fixed drag-and-drop to move folders in C# and VB projects.
RIDER-9174 — Fixed the behavior of Start New Line Before Current.
RIDER-476 — The console on the Run tab displays output with non-ASCII characters correctly.
RIDER-13576 — Step Over works as expected and moves to the next statement in the block.
RIDER-15197, RIDER-15397 — Fixed several issues around XAML Preview.
同时还有 F# 增强:
RIDER-7148 — Debug in F# Interactive (only on Windows for now) is available under Tools | F# Interactive | Debug in F# Interactive.
#8 — Added inline debugger values.
Improved memory usage and performance in projects with multiple target frameworks.
详情见发布公告。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《Rider 2018.1.1 发布,基于 .NET 的跨平台 IDE》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Essential C++中文版
[美] Stanley B. Lippman / 侯捷 / 华中科技大学出版社 / 2001-8 / 39.80元
书中以4个面向来表现C++的本质:procedural(程序性的)、generic(泛型的)、object-based(个别对象的)、object-oriented(面向对象的),全书围绕着一系列逐渐繁复的程序问题,以及用以解决这些问题的语言特性。循此方式,读者不只学到C++的函数和结构,也会学习到它们的设计目的和基本原理。一起来看看 《Essential C++中文版》 这本书的介绍吧!