Pedram Rezaei
Pedram Rezaei
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** I would like to be able to add page TOC like navigation (using anchors...
I was trying to figure out a way to make this even faster and found that I am leaking named semaphores on Linux. I'll work on a fix but one...
I wouldn't enable this rule, at least not unless all the `readonly struct`s are massive. It seems like the intent is to avoid costs associated with copying of structs, but...
**Product and Version Used**: NuGet package - 4.12.4 **Steps to Reproduce**: Enable the rule ## Example 1 **Actual Behavior**: ```csharp private static readonly FrozenSet SomeThing = SomeFunction .Concat( [ //...