quabug
quabug
Thank you for reporting this, I've notice this since 0.17 was released. This problem is actually on the side of com.unity.entities package, and [should be fixed in next version (0.18)](https://forum.unity.com/threads/entities-0-17-changelog.1020202/page-3#post-6791726)....
> > > The [serilog] scope is stored in the .NET ExecutionContext, which is Attached to the logical thread (and flows to child Tasks etc). > > At the serilog...
Actually I have a fork of this project which make a local scope as describe here. So this post is more like a suggestion/discussion of design decision than a question...
Maybe the example is not clear, take this as another example: ``` c# class SomeClass { private ILogger _logger; public SomeClass(ILoggerFactory loggerFactory) { _logger = loggerFactory.CreateLogger("SomeClass"); // create a new...
> Can you post the markdown code which you use? I can't see it from the image as GitHub puts it behind their own URL. ` [NuGet Badge](https://buildstats.info/nuget/BLOB)](https://www.nuget.org/packages/BLOB/) `
It is not just help game developer but also help plugin developer who wish to write plugin base on UniRx since UPM has dependency resolution which makes writing plugin based...