2019-01-01から1年間の記事一覧

log 2019/10/18

Prevent modifying ContentLength after starting response #14056 (#15089) · aspnet/AspNetCore@4dd9bfc · GitHub 以下の issue が発端。 Content-Length の操作では例外になっていたのに置き換えでは例外にならなかった。 Middleware that rewrites conte…

log 2019/10/17

Don't re-use DefaultHttpContext if IHttpContextAccessor is in use (#1… · aspnet/AspNetCore@16be9a2 · GitHub 以下の issue の fix IHttpContextAccessor cannot be used reliably in some scenarios · Issue #14975 · aspnet/AspNetCore · GitHub IHtt…

log 2019/10/16

Added more path mappings to labels (#15034) · aspnet/AspNetCore@666fe9b · GitHub Enabling PR auto-labeling (#15020) · aspnet/AspNetCore@d40fd32 · GitHub .github/labeler.yml ってなんだろと思ったら、Github Actions だった。 GitHub - actions/l…

log 2019/10/15

Hosted Services sample updates (#14765) · aspnet/AspNetCore.Docs@96dae2e · GitHub 以下のドキュメントの修正 Background tasks with hosted services in ASP.NET Core | Microsoft Docs Hosted Service ってなんなんだと思っていたが、Console app でも…

log 2019/10/11

Async void (#14964) · aspnet/AspNetCore.Docs@90ea268 · GitHub 以下のドキュメントの修正 ASP.NET Core Performance Best Practices | Microsoft Docs ここで指摘されている async void に関しては、内容見る限りは Best practice というよりは、エラーに…

log 2019/10/10

Update SPONSORS.md · IdentityServer/IdentityServer4@660f515 · GitHub Update README.md · IdentityServer/IdentityServer4@4bd439f · GitHub sponsors に追加。 https://udelt.no/ って聞いたことないけど、ドメイン通りノルウェーの会社っぽい。プラチ…

log 2019/10/09

more migrations details (#14835) · aspnet/AspNetCore.Docs@c7520da · GitHub 2.2 から 3.0 への migration に関するドキュメントの拡充 project file に関してや Startup の部分で修正を検討すべき部分が追加されている。 IHostingEnvironment から IWebH…

log 2019/09/09

Microsoft.AspNetCore.Authentication.Abstractions nuget package delete… · IdentityServer/IdentityServer4@f6c6154 · GitHub 不要な参照 key management samples (#3606) · IdentityServer/IdentityServer4@a401ec2 · GitHub IdentiyServer4 の Key Mana…

log 2019/09/01 続き

Deflake Kestrel low response rate tests (#13532) · aspnet/AspNetCore@725fa34 · GitHub このテストのコンテクストがわからないので少し見てく。 TestServer は以下。Kestrel 用のテストヘルパーらしい。こいつが TestConnection を作る。 AspNetCore/Tes…

log 2019/09/01

Remove duplicate section (#14081) · aspnet/AspNetCore.Docs@480e3a2 · GitHub 以下のドキュメントの修正。 Test web APIs with the HTTP REPL | Microsoft Docs HTTP Repl の使い方の部分。 add missing double quote to swagger.searchPaths preference …

log 2019/08/29

Remove extraneous endregion (#14059) · aspnet/AspNetCore.Docs@1e819e5 · GitHub 不要な endregion を削除 Add solution files and fix OpenApi references in Startup.cs (#14061) · aspnet/AspNetCore.Docs@42f66ca · GitHub sln ファイルの追加、抜け…

log 2019/08/28

Added file path (#14026) · aspnet/AspNetCore.Docs@92d99bc · GitHub 以下のページの修正。 Razor Pages with EF Core in ASP.NET Core - Concurrency - 8 of 8 | Microsoft Docs 悲観的ロック、楽観ロックに関して書かれている。楽観ロックに関しては Row…

log 2019/08/27

Fix link (#14013) · aspnet/AspNetCore.Docs@611d4b0 · GitHub 以下の tutorial へのリンクの修正 Razor Pages with Entity Framework Core in ASP.NET Core - Tutorial 1 of 8 | Microsoft Docs Add connect command, remove set swagger command (#13973)…

log 2019/08/25

commits Merge branch 'master' into merge/release/3.0-to-master · aspnet/EntityFrameworkCore@0b87c81 · GitHub EntityFrameworkCore の master を merge/release/3.0-to-master branch に merge 。 netcoreapp のバージョンは 3.0 じゃなく、5.0 が使わ…