Exclude .br and .gz files from the solution explorer [MAUI]

How can I hide these files from view? I’ve already added them to the ignore list in the settings, but Rider still shows files coming from obj/debug/compressed.

0
2 comments

Adding this in .csproj file worked for me:

<PropertyGroup>
    <CompressionEnabled>false</CompressionEnabled>

</PropertyGroup>

 

0

Hello, 

Thanks for contacting Rider support. 

The functionality you're looking for sn't currently available, but it's already tracked under issue : RIDER-16273 Scopes not available on solution explorer. This enhancement would allow filtering solution items using scopes. Please upvote it to indicate your interest and subscribe to further status updates.

If your specific use case is not fully coverred by this existing feature request, please feel free to create a new one on our issue tracker

Thanks,

Tom

0

Please sign in to leave a comment.