Matt Tsōnto

Results 12 comments of Matt Tsōnto

Thanks! I'll take a look at whether it's something that I can reasonably do well in the time I can spend on it. If so I may ask another question...

Hi Nikhil, Since I'm only interested in interfaces that are marked with [Import], CustomTypeNodeValidator.Validate and TypeGenerator don't apply. InterfaceSymbol.cs got me where I needed to be, though. Since the error...

So search engines can actually find this issue: The message is "Failed sending events. Following events were not transferred successfully to the server" Normal caveat: it may be possible to...

Are there any known workarounds that don't involve Reflection hacks? I'm grateful for @mathis-m 's proof of concept, but it's not something I'm keen on using in production code.

I'm hitting this as well. It looks like calling `UseElasticApm` very early in the `IHostBuilder` chain may work around most of the problems, since then the `BuildServiceProvider` call materializes fewer...

Unfortunately, I know too many ways to fix API versioning problems, and none of them are ideal. My approach would depend firstly on how willing we are to issue a...

Thanks for the responses! Out of curiosity, why do you think the core revamp needs to happen _before_ pursuing a higher-level API? If you're concerned about not having time to...

Thanks for the thoughtful reply! Yeah, I'll go ahead, then, with the understanding that some implementation may need to change based on core work. Since you're talking about .NET 5...

I do indeed! Keep in mind that this is just the foundation on which the more useful bits would be built, so it doesn't yet provide _much_ benefit, but I...

Hi everyone! My dev for the usability layer is going well, but it's severely blocked by lack of review. That isn't a criticism--I understand that open-source projects have limited resources--but...