johngardner58work
Results
2
issues of
johngardner58work
I found the Serilog.dll here .nuget\packages\microsoft.dotnet-interactive\1.0.522904\tools\net8.0\any but it was an older version. I loaded the following #r "nuget:Microsoft.Extensions.Logging,8.0.0" #r "nuget:Serilog, 4.0.2" #r "nuget:Serilog.Extensions.Logging, 8.0.0" #r "nuget:Serilog.Settings.Configuration, 8.0.2" #r "nuget:Serilog.Sinks.Console, 6.0.0"...
bug
Regarding the following `if (...) { // does NOT work in CS-Script but works in C# 8.0 and up. Note I was using .NET interactive using FileStream f = new...
question
Discussion