ig-sinicyn
ig-sinicyn
Ok, thanks!
@timcassell, great job! There should be a diff test that proves that emitted IL matches with compiled c# code. If it passes, all should be fine.
I've recently done something like this. The idea is borrowed from [SynchronousProcessOutputLoggerWithDiagnoser](https://github.com/PerfDotNet/BenchmarkDotNet/blob/ad6be7f7326cd8acbc05565193ccf4acf684a366/BenchmarkDotNet/Loggers/SynchronousProcessOutputLoggerWithDiagnoser.cs#L42). There's HostLogger class that filters the output and prints only error messages and messages that starts with `//...
@mattwarren will do. Any suggestions for prefixes / logger class name / constant names? **UPD:** Note that the logger name will be widely used, example: ``` cs if (competitionState.HasCriticalErrorsInRun) {...
@mattwarren Well, the develop branch does not build at all, #187 . You DEFINITELY need to setup an appveyor build:) If this is urgent, feel free to copy the HostLogger'...
@adamsitnik yes, same issue here.
Yeah, I've managed to remove dependency on Theraot from most target frameworks except for net35 and net40.
> There is a modern solution for new features using source generators for .NET Standard 2.0 and above. Well, never heard of that^) Do you mean some package/project or it's...
Hi! @quaxalber , I've tried this version and I want to say a huge thanks for it! Works (almost) first try, no serious issues so far. There are some minor...