.NET Core 1.0.1 升级汇总
ASP.NET Core
BUG fix:
ASP.NET Routing
Port fix for "Request not matching route with defaults" to 1.0.1 (#346)
ASP.NET Antiforgery
Antiforgery FIPS-compliant
https://github.com/aspnet/Antiforgery/issues/95
How do I modify the defaults for Antiforgery to make it FIPS-compliant
ASP.NET KestrelHttpServer
When HttpResponse.Body is replaced, the replacement is used for future requests
ASP.NET MVC
MVC doesn't work on FIPS-compliant machines (#5103)
HTTP Verbs mapping error GET and DELETE (#5038)
ViewComponentResult does not await the executor.ExecuteAsync method. (#4998)
EntityFramework Core
Query: Second level expand not returning correct data (#6366)
Query: GroupJoin generates LEFT-JOIN and doesn't return all results (#6360)
ModelBuilder: Confusing exception when mismatched property types are used in a relationship (#6260)
Migrations: Using name with Script-Migration doesn't work (only ID) (#6228)
Migrations: Script-Migration doesn't revert -From migration (#6126)
Query: LoadAsync does not work (#6122)
SaveChanges: Wrong save order for one to many in combination with multi level inheritance (#6055)
Query: Wrong data in included navigation when using Skip() method (#5901)
ModelBuilder: Exception when KeyAttribute used with inheritance (#5898)
Migrations: RC2 to RTM Regression - Different properties with same name in derived classes cause exceptions (#5894)
Query: Error using a compare with a nullable boolean (#5877)
Query: Invalid SQL generated for Guid literals on SQLite (#5801)
Globalization: Potential bugs due to not specifying culture in string.Format() (#5765)
Query: Incorrect type mapping chosen for parameter - causes invalid SQL on Postgres (#5717)
Query: Exception when filter uses subquery and query is executed asynchronously (#5640)
Query: Exception when projecting navigation property value that could return null, but does not ("Argument Types do not match") (#5522)
Query: Threading issues cause NullReferenceException in SimpleNullableDependentKeyValueFactory (#5456)
Query: Exception when filtering on nullable boolean value (through navigation property) (#5454)
Query: Exception when using OrderBy and navigation ("A column has been specified more than once in the order by list") (#5427)
Query: Select after complex GroupJoin leads to unpredictable results (#4858)
Query: Join flattening fails for some cases involving SelectMany (#4539)
Query: Exception when using the "let" keyword and grouping (#3676)
.NET Core
CoreCLR
5837 - When loading analyzer assemblies on CoreCLR on Mac/Linux PowerShell hits a segmentation fault.
6016 - Linux kernel 4.6.x seg fault
JIT
6460 - In Jitstartup, JIT creates a file descriptor for stdout and unconditionally passes it to setmode, without checking for failures.
CLI
3950 - Update cshtml wildcard in publishOptions
3948 - Update MVC version to 1.0.1
3789 - Update F# dotnet-new templates for Preview 2
.NET Core 1.0.1 升级汇总的更多相关文章
- Asp.net Core 1.0.1升级到Asp.net Core 1.1.0 Preview版本发布到Windows Server2008 R2 IIS中的各种坑
Asp.net Core 1.0.1升级到Asp.net Core 1.1.0后,程序无法运行了 解决方案:在project.json中加入runtime节点 "runtimes" ...
- .NET Core 2.0 正式发布信息汇总
万众瞩目的.NET Core 2.0终于发布了,原定于9.19的dotnetconf大会的发布时间大大提前了1个月,.NET Core 2.0/.NET Standard 2.0的正式发布是.NET ...
- ASP.NET Core 实战:将 .NET Core 2.0 项目升级到 .NET Core 2.1
一.前言 最近一两个星期,加班,然后回去后弄自己的博客,把自己的电脑从 Windows 10 改到 Ubuntu 18.10 又弄回 Windows 10,原本计划的学习 Vue 中生命周期的相关知 ...
- ASP.NET Core 2.0 新功能汇总
前言 ASP.NET Core 的变化和发展速度是飞快的,当你发现你还没有掌握 ASP.NET Core 1.0 的时候, 2.0 已经快要发布了,目前 2.0 处于 Preview 1 版本,意味着 ...
- .NET Core 2.0 Preview2 发布汇总
前言 关于 ASP.NET Core 2.0 的新功能可以查看我的这篇博客. 这篇文章是 Priview2中的一些改进. .NET Core 2.0 - Preview2 Azure 的改进 Dock ...
- 关于.NET Core 2.0.2升级到2.1.1版本相关问题
之前,因日常任务管理比较混乱,所以自己开发了PTager任务管理系统. 当时用了.NET Core 2.0版本. 现在想修改相关功能,但.NET Core已发布到2.1.301了,也即2.1.1. 附 ...
- 升级项目到.NET Core 2.0,在Linux上安装Docker,并成功部署
概述 容器,顾名思义是用来存放并容纳东西的器皿: 而容器技术伴着Docker的兴起也渐渐的映入大家的眼帘,它是一个抽象的概念,同时也是默默存在世上多年的技术,不仅能使应用程序间完全的隔离,而且还能在共 ...
- dotnet core项目升级到 .net core 2.0
这几天无疑我们已经让.net core 2.0正式版发布的消息刷屏,这次发布整整提前了一个月的时间,关于具体的发布信息,可以去看善友大神的博客,.NET Core 2.0 正式发布信息汇总,废话不多说 ...
- asp.net core 1.1 项目升级至 asp.net core 2.0 preview 2 与正式版
这两天把一个 asp.net core 1.1 的项目迁移到了 asp.net core 2.0 preview 2 ,在这篇随笔中记录一下. 如果项目在有 global.json 文件,需要删除或修 ...
随机推荐
- WebAPi之SelfHost自创建证书启动Https疑难解惑及无法正确返回结果
前言 话说又来需求了,之前对于在SelfHost中需要嵌套页面并操作为非正常需求,这回来正常需求了,客户端现在加了https,老大过来说WebAPi访问不了了,这是什么情况,我去试了试,还真是这个情况 ...
- .net Elasticsearch 学习入门笔记
一. es安装相关1.elasticsearch安装 运行http://localhost:9200/2.head插件3.bigdesk插件安装(安装细节百度:windows elasticsear ...
- 算法与数据结构(七) AOV网的拓扑排序
今天博客的内容依然与图有关,今天博客的主题是关于拓扑排序的.拓扑排序是基于AOV网的,关于AOV网的概念,我想引用下方这句话来介绍: AOV网:在现代化管理中,人们常用有向图来描述和分析一项工程的计划 ...
- EF上下文对象线程内唯一性与优化
在一次请求中,即一个线程内,若是用到EF数据上下文对象,就创建一个,这也加是很多人的代码中习惯在使用上下文对象时,习惯将对象建立在using中,也是为了尽早释放上下文对象, 但是如果有一个业务逻辑调用 ...
- psoc学习
第一是:项目的路径需要放在Documents and Settings\,也就是默认的文件夹的地方,不然会报错错误范例为:Question:CY8CKIT-023 kit example projec ...
- Linux设备管理(四)_从sysfs回到ktype
sysfs是一个基于ramfs的文件系统,在2.6内核开始引入,用来导出内核对象(kernel object)的数据.属性到用户空间.与同样用于查看内核数据的proc不同,sysfs只关心具有层次结构 ...
- win10安装blueCFD
blueCFD其实安装起来听简单,不过还是有点问题.最大的问题是该软件没有文档,不过想来也是,人家只是提供一个linux外壳,剩下的工作还是OpenFoam,该干嘛干嘛,也用不着文档.问题在于我们需要 ...
- js分页页码算法
function get_hs_page(cur_page, total_page) { var result = ""; ; i <= total_page; i++) { ...
- Akka.NET v1.0 已发布,支持Mono
Akka.NET 是Java/Scala 流行框架Akka的一个 .NET 开源移植.可用于构建高并发,分布式和容错事件驱动的应用在 .NET 和 Mono 平台之上.Akka.NET 经过一年多的努 ...
- 巧用 mask-image 实现简单进度加载界面
最近给 nzoo 折腾官网,拿 angular2.0 + webpack 实现SPA,然后觉得最终打包后的出口文件有点大,用户首次访问会有一个时间较长的白屏等候界面,感觉体验不太好. 于是希望在用户下 ...