.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 文件,需要删除或修 ...
随机推荐
- C语言 · 高精度加法
问题描述 输入两个整数a和b,输出这两个整数的和.a和b都不超过100位. 算法描述 由于a和b都比较大,所以不能直接使用语言中的标准数据类型来存储.对于这种问题,一般使用数组来处理. 定义一个数组A ...
- 再讲IQueryable<T>,揭开表达式树的神秘面纱
接上篇<先说IEnumerable,我们每天用的foreach你真的懂它吗?> 最近园子里定制自己的orm那是一个风生水起,感觉不整个自己的orm都不好意思继续混博客园了(开个玩笑).那么 ...
- .NET Core中间件的注册和管道的构建(1)---- 注册和构建原理
.NET Core中间件的注册和管道的构建(1)---- 注册和构建原理 0x00 问题的产生 管道是.NET Core中非常关键的一个概念,很多重要的组件都以中间件的形式存在,包括权限管理.会话管理 ...
- HTML中上传与读取图片或文件(input file)----在路上(25)
input file相关知识简例 在此介绍的input file相关知识为: 上传照片及文件,其中包括单次上传.批量上传.删除照片.增加照片.读取图片.对上传的图片或文件的判断,比如限制图片的张数.限 ...
- SignalR代理对象异常:Uncaught TypeError: Cannot read property 'client' of undefined 推出的结论
异常汇总:http://www.cnblogs.com/dunitian/p/4523006.html#signalR 后台创建了一个DntHub的集线器 前台在调用的时候出现了问题(经检查是代理对象 ...
- Node-Webkit打包
1.node-webkit是什么? NW.js is an app runtime based on Chromium and node.js. You can write native apps i ...
- win8.1硬盘安装ubuntu14.04双系统
在网上找了很多方法都失败了,原因是大多数方法都是用mbr方式安装的,如grub4dos,easybcd.以至于连自己都怀疑win8能不能用硬盘安装,差点就去买个u盘来安装了,就在打算放弃的时候在ubu ...
- 深入理解javascript的getTime方法
1.理解getTime getTime() 方法返回一个时间的格林威治时间数值. 可以使用这个方法把一个日期时间赋值给另一个Date 对象. 语法: dateObj.getTime() 参数: 无. ...
- PAT甲级 1001. A+B Format (20)
题目原文: Calculate a + b and output the sum in standard format -- that is, the digits must be separated ...
- Collection集合
一些关于集合内部算法可以查阅这篇文章<容器类总结>. (Abstract+) Collection 子类:List,Queue,Set 增: add(E):boolean addAll(C ...