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 升级汇总的更多相关文章

  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" ...

  2. .NET Core 2.0 正式发布信息汇总

    万众瞩目的.NET Core 2.0终于发布了,原定于9.19的dotnetconf大会的发布时间大大提前了1个月,.NET Core 2.0/.NET Standard 2.0的正式发布是.NET ...

  3. ASP.NET Core 实战:将 .NET Core 2.0 项目升级到 .NET Core 2.1

    一.前言  最近一两个星期,加班,然后回去后弄自己的博客,把自己的电脑从 Windows 10 改到 Ubuntu 18.10 又弄回 Windows 10,原本计划的学习 Vue 中生命周期的相关知 ...

  4. ASP.NET Core 2.0 新功能汇总

    前言 ASP.NET Core 的变化和发展速度是飞快的,当你发现你还没有掌握 ASP.NET Core 1.0 的时候, 2.0 已经快要发布了,目前 2.0 处于 Preview 1 版本,意味着 ...

  5. .NET Core 2.0 Preview2 发布汇总

    前言 关于 ASP.NET Core 2.0 的新功能可以查看我的这篇博客. 这篇文章是 Priview2中的一些改进. .NET Core 2.0 - Preview2 Azure 的改进 Dock ...

  6. 关于.NET Core 2.0.2升级到2.1.1版本相关问题

    之前,因日常任务管理比较混乱,所以自己开发了PTager任务管理系统. 当时用了.NET Core 2.0版本. 现在想修改相关功能,但.NET Core已发布到2.1.301了,也即2.1.1. 附 ...

  7. 升级项目到.NET Core 2.0,在Linux上安装Docker,并成功部署

    概述 容器,顾名思义是用来存放并容纳东西的器皿: 而容器技术伴着Docker的兴起也渐渐的映入大家的眼帘,它是一个抽象的概念,同时也是默默存在世上多年的技术,不仅能使应用程序间完全的隔离,而且还能在共 ...

  8. dotnet core项目升级到 .net core 2.0

    这几天无疑我们已经让.net core 2.0正式版发布的消息刷屏,这次发布整整提前了一个月的时间,关于具体的发布信息,可以去看善友大神的博客,.NET Core 2.0 正式发布信息汇总,废话不多说 ...

  9. 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 文件,需要删除或修 ...

随机推荐

  1. 谈谈一些有趣的CSS题目(十二)-- 你该知道的字体 font-family

    开本系列,谈谈一些有趣的 CSS 题目,题目类型天马行空,想到什么说什么,不仅为了拓宽一下解决问题的思路,更涉及一些容易忽视的 CSS 细节. 解题不考虑兼容性,题目天马行空,想到什么说什么,如果解题 ...

  2. 我为NET狂官方面试题-数据库篇答案

    题目:http://www.cnblogs.com/dunitian/p/6028838.html 汇总:http://www.cnblogs.com/dunitian/p/5977425.html ...

  3. Mediaplayer error (-19,0)

    Android MediaPlayer 发生 error (-19,0) 错误解决方法. 引起原因:由于多次实例化MediaPlayer.start() 进行播放操作引起的.由于没有及时释放内存资源导 ...

  4. SQL Server-聚焦APPLY运算符(二十七)

    前言 其实有些新的特性在SQL Server早就已经出现过,但是若非系统的去学习数据库你会发现在实际项目中别人的SQL其实是比较复杂的,其实利用新的SQL Server语法会更加方便和简洁,从本节开始 ...

  5. 用javascript 写个函数返回一个页面里共使用了多少种HTML 标签

    今天我无意间看到一个面试题: 如何用javascript 写个函数返回一个页面里共使用了多少种HTML 标签? 不知你看到 是否蒙B了,如果是我 面试,肯定脑子嗡嗡的响.... 网上搜了搜也没有找到答 ...

  6. MongoDB系列(二):C#应用

    前言 上一篇文章<MongoDB系列(一):简介及安装>已经介绍了MongoDB以及其在window环境下的安装,这篇文章主要讲讲如何用C#来与MongoDB进行通讯.再次强调一下,我使用 ...

  7. 代码的坏味道(14)——重复代码(Duplicate Code)

    坏味道--重复代码(Duplicate Code) 重复代码堪称为代码坏味道之首.消除重复代码总是有利无害的. 特征 两个代码片段看上去几乎一样. 问题原因 重复代码通常发生在多个程序员同时在同一程序 ...

  8. 显示本地openssl支持的加密算法

    参考页面: http://www.yuanjiaocheng.net/webapi/parameter-binding.html http://www.yuanjiaocheng.net/webapi ...

  9. 使用Expression实现数据的任意字段过滤(1)

    在项目常常要和数据表格打交道. 现在BS的通常做法都是前端用一个js的Grid控件, 然后通过ajax的方式从后台加载数据, 然后将数据和Grid绑定. 数据往往不是一页可以显示完的, 所以要加分页: ...

  10. 【JQ基础】DOM操作

    内部插入:append() //向每个匹配的元素内部追加内容,可包含 HTML 标签 $(selector).append(function(index,html)) /*•index - 可选.接收 ...