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. alias导致virtualenv异常的分析和解法

    title: alias导致virtualenv异常的分析和解法 toc: true comments: true date: 2016-06-27 23:40:56 tags: [OS X, ZSH ...

  2. ASP.NET MVC5+EF6+EasyUI 后台管理系统(70)-微信公众平台开发-成为开发者

    系列目录 前言: 一.阅读这段系列之前,你必须花半天时间大致阅读微信公众平台的API文档,我尽量以简短快速的语言与大家分享一个过程 二.借助微信公众平台SDK Senparc.Weixin for C ...

  3. 运用php做投票题,例题

    要求大概是这样的,有一个题目,题目下面是复选框,要求点完复选框提交后会变成进度条,各选项的进度条百分比,和投票数量 首先还是要在数据库建两张表,如下: 要完成这个题目,需要建两个页面 <!DOC ...

  4. ASP.NET Core应用中如何记录和查看日志

    日志记录不仅对于我们开发的应用,还是对于ASP.NET Core框架功能都是一项非常重要的功能特性.我们知道ASP.NET Core使用的是一个极具扩展性的日志系统,该系统由Logger.Logger ...

  5. webapi - 模型验证

    本次要和大家分享的是webapi的模型验证,讲解的内容可能不单单是做验证,但都是围绕模型来说明的:首先来吐槽下,今天下午老板为自己买了套新办公家具,看起来挺好说明老板有钱,不好的是我们干技术的又成了搬 ...

  6. 浏览器中用JavaScript获取剪切板中的文件

    本文转自我的个人网站  , 原文地址:http://www.zoucz.com/blog/2016/01/29/get-file-from-clipboard/  ,欢迎前往交流讨论 在网页上编辑内容 ...

  7. 【项目管理】GitHub使用操作指南

    GitHub使用操作指南 作者:白宁超 2016年10月5日18:51:03> 摘要:GitHub的是版本控制和协作代码托管平台,它可以让你和其他人的项目从任何地方合作.相对于CVS和SVN的联 ...

  8. AJAX实现登录界面

    使用php跳转界面和AJAX都可实现登录界面的跳转的登录失败对的提醒.但是,php跳转的方式 需要额外加载其他界面,用户体验差.AJAX可实现当前页面只刷新需要的数据,不对当前网页进行 重新加载或者是 ...

  9. Redis简单案例(二) 网站最近的访问用户

    我们有时会在网站中看到最后的访问用户.最近的活跃用户等等诸如此类的一些信息.本文就以最后的访问用户为例, 用Redis来实现这个小功能.在这之前,我们可以先简单了解一下在oracle.sqlserve ...

  10. ecshop验证码

    <?php //仿制ecshop验证码(四位大写字母和数字.背景) //处理码值(四位大写字母和数字组成) //所有的可能的字符集合 $chars = 'ABCDEFGHIJKLMNOPQRST ...