2019-10-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…