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 Management のサンプル。FileSystem と EF を使ったサンプルが入っている。

Logging は Serilog を使っている。


Switch to ASP.NET Core 3 (#3609) · IdentityServer/IdentityServer4@41f83cd · GitHub

IdentiyServer4 の ASP.NET Core 3 移行

samples だけでなく、src / test も直されている。差分が大きくて全然見きれない。

いくつか気になったライブラリ

加えて AddNewtonsoftJson というのが追加されていて、JSON ライブラリはこれで決まったのかという発見。


bump version · IdentityServer/IdentityServer4@347bbc5 · GitHub

3.0.1 に bump。以下細かい修正。


Fix xUnit analyzers errors · aspnet/EntityFrameworkCore@6cd2b45 · GitHub

xUnit analyzer のエラー結果を修正している。

GitHub - xunit/xunit.analyzers: Roslyn analyzers for xUnit.net (please open issues in https://github.com/xunit/xunit)

EF Core のテストコードには ConditionalFactConditionalTheory があるが、その辺は以下にある。

EntityFrameworkCore/test/EFCore.Specification.Tests/TestUtilities/Xunit at master · aspnet/EntityFrameworkCore · GitHub