Pedram Rezaei

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

If `roslynator_use_collection_expression = true`, the code below generates an invalid syntax: ```csharp private static readonly Dictionary Sizes = new() { { GroundingDataSize.Small, 5 }, { GroundingDataSize.Medium, 20 }, { GroundingDataSize.Large,...

Bug
Area-Analyzers
up-for-grabs

The following block, triggers RCS0056: ```csharp var a = $$""" - “Hey, {{userContext.User.FirstName}}! test test test test test test test test test test test test test test test test test...

Area-Analyzers

> Hey, I am still hitting this exact issue. An example: > > _Originally posted by @prezaei in [#1494](https://github.com/dotnet/roslynator/issues/1494#issuecomment-3534130997)_