Tomasz Cielecki
Tomasz Cielecki
I fixed it by ensuring that every library I consumed was on the same major version of the Microsoft.Extensions.Logging.Abstractions package. Had a dependency on [Serilog.Extensions.Logging](https://www.nuget.org/packages/Serilog.Extensions.Logging) which pulled in an old...
I don't really care myself whether this is a breaking change or not. However, for people using this, they probably want their scripts to continue to work. `IsHosted` is more...
There is already someting here: https://github.com/bradymholt/cron-expression-descriptor
Yeah, maybe it should be added back, but by adding a explicit dependency on Microsoft.Extensions.DependencyInjection. Alternatively, that should live in a different assembly, but that is not nice either. EDIT:...
@dkattan you could as an experiment try grabbing the artifacts on the AppVeyor build here: https://ci.appveyor.com/project/serilog/serilog-framework-logging/builds/39654298 and see how that works out for you.
@jamesmontemagno sounds good to me. What would these categories be? Categories for different parts of .NET authors write about?
How would these be matched? From tags authors put on their posts, or some fixed data we know about the author?
There's a bit of setup needed for my function in terms of storage. Right now I use Blob Storage of the periodically generated feeds, but shouldn't be hard to setup...
Yep. When that is done we can remove the Interface itself. We should maybe also think about adding some kind of mechanism to verify MVP status. Probably a nice little...
@dansiegel What if author streams on Mixer or some other platform? Maybe we could make this more generic? Also how do we want to present this on the webpage? Show...