Pedram Rezaei

Results 5 issues of 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...

enhancement
status: ready to implement

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...

bug
help wanted

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( [ //...