首页 技术 正文
技术 2022年11月16日
0 收藏 322 点赞 4,392 浏览 2480 个字

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

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,000
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,512
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,358
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,141
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,771
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,849