.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 文件,需要删除或修 ...
随机推荐
- 《Django By Example》第四章 中文 翻译 (个人学习,渣翻)
书籍出处:https://www.packtpub.com/web-development/django-example 原作者:Antonio Melé (译者注:祝大家新年快乐,这次带来<D ...
- 关于这段时间学习 EntityFramework的 一点感悟
Ado.Net,用了N多年,Entity Framework也关注了很多年. 每当项目转型的时候,就花费大巴的时间,学习一番,潮流的东西. 这个Orm很多,这个EF很火,这么多年了,我还是不敢用,虽然 ...
- TODO:Laravel 使用blade标签布局页面
TODO:Laravel 使用blade标签布局页面 本文主要介绍Laravel的标签使用,统一布局页面.主要用到到标签有@yield,@ stack,@extends,@section,@stop, ...
- Android学习路线总结,绝对干货
title: Android学习路线总结,绝对干货 tags: Android学习路线,Android学习资料,怎么学习android grammar_cjkRuby: true --- 一.前言 不 ...
- 初探Vue
Vue.js(读音/vju:/,类似于view),是近来比较火的前端框架,但一直没有怎么具体了解.实现过,就知道个啥的MVVM啦,数据驱动啦,等这些关于Vue的虚概念. 由于最近,小生在公司中,负责开 ...
- java观察者模式
像activeMQ等消息队列中,我们经常会使用发布订阅模式,但是你有没有想过,客户端时如何及时得到订阅的主题的信息?其实就里就用到了观察者模式.在软件系统中,当一个对象的行为依赖于另一个对象的状态 ...
- [Django]用户权限学习系列之设计自有权限管理系统设计思路
若在阅读本片文章遇到权限操作问题,请查看本系列的前两章! http://www.cnblogs.com/CQ-LQJ/p/5609690.html和http://www.cnblogs.com/CQ- ...
- BZOJ 3504: [Cqoi2014]危桥 [最大流]
3504: [Cqoi2014]危桥 Time Limit: 10 Sec Memory Limit: 128 MBSubmit: 1407 Solved: 703[Submit][Status] ...
- pycharm2016.3.1激活及汉化
pycharm快捷键 PyCharm设置python新建文件指定编码为utf-8 Python | 设置PyCharm支持中文 0, 注册码 43B4A73YYJ-eyJsaWNlbnNlSWQiOi ...
- ASP.NET Aries JSAPI 文档说明:AR.DataGrid、AR.Dictionary
AR.Global 文档 1:对象或属性: 名称 类型 说明 DG 对象 DataGrid操作对象 //datagrid集合,根据ID取出DataGrid对象,将Json当数组用. Items: ne ...