.NET Core
Serilog とは? 構造化ログ出力ライブラリです。 https://serilog.net/ https://github.com/serilog/serilog/wiki C# 側でこう書くと、 _logger.LogWarning("送信できないドメインです {@Params}", new { model.Id, model.Category }); こんな感じで出力でき…
'test-xunit' returned '-532462766'. なんだこれ?と思ってコマンドラインから dotnet test を実行 Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.DotNet.InternalAbstractions, Version=1.0.0.0, Cu…