ema

Results 40 issues of ema

- Your suggestions Sample: ```c# RichTextBox rtfBox = new(); using FileStream fs = File.OpenRead(path); rtfBox.Selection.Load(fs, DataFormats.Rtf); ```

![image](https://github.com/user-attachments/assets/52de4f0e-2bb7-4ced-a092-4a57983c3f1a)

Just like 7z: ![image](https://github.com/user-attachments/assets/0bc71fb4-6e73-4626-9394-f92ad1919270)

enhancement
up for grabs

### Environment - Visual Studio version: [example 2022 Community] - CodeMaid version: [example 12.0] - Code language: [example C#] ### Description For csproj, I think it only requires automatic formatting...

Demo code: ```xaml ``` Rendering results: Before PR: ![image](https://github.com/user-attachments/assets/2c825fb7-ae63-41b8-9c9b-705b20b6fa50) After PR: ![image](https://github.com/user-attachments/assets/b0d15545-23d5-42f7-bd01-742c4d3fc5b9)

See https://www.w3.org/TR/2024/REC-WOFF2-20240808/ ### 3.1. Data types | Data Types | | | ----------- | ------------------------------------------------------------ | | UInt8 | 8-bit unsigned integer. | | Int16 | 16-bit signed integer in...

`e.OldStartingIndex` is 0 and `list.Count` is 0 Version: `` ``` System.ArgumentOutOfRangeException HResult=0x80131502 Message=索引超出范围。必须为非负值并小于集合大小。 Parameter name: index ```