minato128 blog

minato128の公開メモ帳です。

.NET Core

ASP.NET Core で Serilog を使ってログ出力する

Serilog とは? 構造化ログ出力ライブラリです。 https://serilog.net/ https://github.com/serilog/serilog/wiki C# 側でこう書くと、 _logger.LogWarning("送信できないドメインです {@Params}", new { model.Id, model.Category }); こんな感じで出力でき…

VS2015 でユニットテスト実行したら 'test-xunit' returned '-532462766'.

'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…