- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 131
Closed
Milestone
Description
Thanks for the great work you're doing with csharpier!
A small issue I just noticed:
Input:
public static class ExclusiveBrands
{
    public static readonly HashSet<int> Ids =
    [
        593, // Fish Brand
    ];
}Output:
public static class ExclusiveBrands
{
    public static readonly HashSet<int> Ids = [593];
}Expected behavior:
=> do not remove comment (probably leave as is?)
Metadata
Metadata
Assignees
Labels
No labels