Eric J. Smith

Results 151 comments of Eric J. Smith
trafficstars

I don't see all of those rules in the dotnet/runtime repo: https://github.com/dotnet/runtime/blob/main/.editorconfig

I think what we need to do is add a simpler hook that users can wire into that happens after the plugins have run. It would let you easily modify...

It's been a long time, but I'm pretty sure it's using a cross process lock on purpose. If you have multiple clients using the same log file then you need...

@wingers999 I really don't want to have to use the registry to get this information. Is there no way to get this information directly from a managed API?

https://docs.microsoft.com/en-us/dotnet/api/system.environment.osversion?view=net-5.0 That says that starting in .NET 5.0 it will always return the correct Windows version. Also, I see some code on GitHub getting OS like this: ```csharp private static...

@Edreih yeah, that is not ideal, but also seems like the user might want control over what invites they accept. This seems like an edge case so not too worried...

There is not currently. I think this would be nice to have. Would love to see a PR adding this feature!

Yeah we absolutely have to do a good job with our signal to noise ratio

Don't really have anything to go on. I'm assuming one of the dependencies isn't configured correctly. Look at the pod logs of the containers that are restarting for clues.

Crash loop back off message isn't coming from the pod logs. That is a kubernetes message and doesn't give any clues as to what is wrong. Have you tried running...