log 2019/10/10

Update SPONSORS.md · IdentityServer/IdentityServer4@660f515 · GitHub Update README.md · IdentityServer/IdentityServer4@4bd439f · GitHub

sponsors に追加。 https://udelt.no/ って聞いたことないけど、ドメイン通りノルウェーの会社っぽい。プラチナってすごいな。MS より先に並んでるし。


Add xml docs for IHtmlGenerator · aspnet/AspNetCore@0859105 · GitHub

IHtmlGenerator のコメント追加。

この interface は Tab Helper を作る時に主に使われるものなんだろうか。


Apply code fencing to Router element in example (#14954) · aspnet/AspNetCore.Docs@438b739 · GitHub

code fencing っていう用語を覚えた。

そして Router っていうから何かと思ったら、Blazor の Router か。react-router 意識ってわけじゃないかもだけど、ほへーってなった。


Performance best practice update with davidfowl samples (#14734) · aspnet/AspNetCore.Docs@1e14273 · GitHub Performance best practice update with davidfowl samples (#14734) · aspnet/AspNetCore.Docs@1e14273 · GitHub

以下のドキュメントの更新。 ASP.NET Core Performance Best Practices | Microsoft Docs

サンプルコードも結構勉強になる。

IHttpContextAccessor を保存するのは Good だが HttpContext は Bad とか気づかないなぁ。でもこういうドキュメントがきちっと出てくるのはいいなぁ。


AspNetCore.Docs/index.md at 5faaa27e51480f7154b78d9bdd40da48b4c19a08 · aspnet/AspNetCore.Docs · GitHub

以下の Logging のドキュメントの更新。 Logging in .NET Core and ASP.NET Core | Microsoft Docs


Migrations: Handle properties without column type in snapshot · aspnet/EntityFrameworkCore@4a47907 · GitHub

以下の Issue の修正。 dotnet ef migrations remove throws `System.NullReferenceException` · Issue #18178 · aspnet/EntityFrameworkCore · GitHub

ef migration remove をしたときに落ちるらしい。snapshot の更新時に落ちているんだろうか。 Model#FinalizeModel の呼び出しに変更している部分が少し気になる。