Rikki Gibson

Results 153 comments of Rikki Gibson

Would the idea be that you would opt-out of assembly tracing on a particular large workflow to avoid the StackOverFlowException?

The trouble is, I'd guess that those streams are the most likely to encounter a problem you'll want a trace for. I'm very interested in finding some kind of a...

A few thoughts as I have observed feedback and discussion of this feature upon its adoption. 1. I have seen across the board that users consider `file` to be an...

I am hoping to make 'ref field of ref struct type' happen this year (through unsafe). Hopefully I can do it then.

@KalleOlaviNiemitalo Opened an issue on the Roslyn side. It's possible I don't have the full picture, but it seems like we have a compiler bug here.

GC doesn't track objects through a pointer, so a pointer to a managed type could end up referring to a GC'd object.

It does seem odd that `dotnet format --version` or similar doesn't work.

May need to assign someone to take the PR over if we think this is a useful change (it seems like it probably is?)

It would be useful to know how patterns like the following compare: [SharpLab](https://sharplab.io/#v2:C4LgTgrgdgNAJiA1AHwAICYCMBYAUKgBgAJVMAWAbj0JMwDoBhAewBsWBTAY2AEsmoAznQCSAW1ERgAQwBGHKrjwA3KWCIseRALxExE6XPYBBMGCkBPRmHZTg7ABSYYRdM4DMASgUM6AWXsaXng+vugBPEGK+G4k6EQMRADeeESpJDGkAGwkZET+epKyHCZm5gA8PFDAAHxEAB4eSSlpLQBmTGr2lcBEmjoEziza9XQAMuxQAObAABYUvURl6vM8iIgezS2pybhbe/H8AqzsdADqYDx29nUA2jwAupH7RAC+m6/v76gZmNmouaF7AUDMVTBYKlVag0mrt9io1OxhnU6ABxdjAACiUAgonYZmAHXsT32AHcZjwOER7CdfEwlOwAHLsOrAIkbWF7HbPFrwhY6E4MCCmCbABTctLMQTHM4XK4RMX7N4cj64F5AA) That is, how much of the overhead in `foreach` is coming from `try/finally/Dispose()`, and how much is...