.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 文件,需要删除或修 ...
随机推荐
- Java多线程基础学习(一)
1. 创建线程 1.1 通过构造函数:public Thread(Runnable target, String name){} 或:public Thread(Runnable target ...
- 【原】Android热更新开源项目Tinker源码解析系列之一:Dex热更新
[原]Android热更新开源项目Tinker源码解析系列之一:Dex热更新 Tinker是微信的第一个开源项目,主要用于安卓应用bug的热修复和功能的迭代. Tinker github地址:http ...
- 如何优化coding
如何优化coding 前言 最近一直在做修改bug工作,修改bug花费时间最多的不是如何解决问题而是怎样快速读懂代码.如果代码写的好的,不用debug就可以一眼看出来哪里出了问题.实际上,我都要deb ...
- Effective前端2:优化html标签
div { float: left; } .keyboard > div + div { margin-left: 8px; } --> div{display:table-cell;ve ...
- python 3.5 成功安装 scrapy 的步骤
http://www.cnblogs.com/hhh5460/p/5814275.html
- Node.js入门(一)
一.Node.js本质上是js的运行环境. 二.可以解析js代码(没有浏览器安全级的限制): 提供系统级的API:1.文件的读写 2.进程的管理 3.网络通信 三.可以关注的四个网站: 1.https ...
- 《CPU的工作过程》
本文转载自inter官方网址:https://software.intel.com/zh-cn/articles/book-Processor-Architecture_CPU_work_proces ...
- xamarin绑定原生库的一些坑
最近一个项目涉及到较多的第三方库的绑定技术,中间遇到了几个坑,记录下来与大家分享 绑定Jar库 monoandroid对原生库的调用都通过Android.Runtime.JNIEnv进行调入(http ...
- hadoop 笔记(zookeeper)
1.安装 需要提前安装java环境,本文下载zookeeper-3.3.6.tar.gz包. 1.1 tar -zxvf zookeeper-3.3.6.tar.gz 1.2 修改conf中的zoo_ ...
- Fedora 22中的DNF软件包管理工具
Introduction DNF is the The Fedora Project package manager that is able to query for information abo ...