Erik Ovegård

Results 6 issues of Erik Ovegård

After trying latest from the develop branch I noticed that the logs suddenly contained `{}` instead of values. This is due to he switch to Microsoft.Extensions.Logging.Abstractions. We use Serilog in...

bug

Thanks for a great library. I've just gotten `PostEffectMeshBorderHighlight` to work and it really helps do distinguish objects in the same color. Is there any way MSAA (or a similar...

question
SharpDX

When HelixToolkit switched to Microsoft.Extensions.Logging.Abstractions I noticed that the debug sink handled message templates with empty bracers while Serilog didn't. I.e. the following logging statement `logger.LogInformation("Adapter Index = {}", adapterIndex);`...

It seems like ILSupport doesn't work with the new C# VS2017 project format. When looking at the diagnostic MSBuild output the following part isn't propagated from Microsoft.Common.CrossTargeting.targets to the targets...

Thanks for a great library to use while migrating to .NET Core. Do you know if there a way to avoid CS1685 "The predefined type 'RuntimeHelpers' is defined in multiple...

Not sure if you are accepting pull requests. It's an interesting project, looked around in the code and since I made it compile in the latest VS version, why not...