NightOwl888 commented on code in PR #13:
URL: 
https://github.com/apache/lucenenet-codeanalysis-dev/pull/13#discussion_r2439380432


##########
src/Lucene.Net.CodeAnalysis.Dev/AnalyzerReleases.Unshipped.md:
##########
@@ -1,7 +1,10 @@
 ### New Rules
 
- Rule ID       | Category | Severity | Notes
----------------|----------|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------
- LuceneDev1007 | Design   | Warning  | Generic Dictionary<TKey, TValue> 
indexer should not be used to retrieve values because it may throw 
KeyNotFoundException (value type value)
- LuceneDev1008 | Design   | Warning  | Generic Dictionary<TKey, TValue> 
indexer should not be used to retrieve values because it may throw 
KeyNotFoundException (reference type value)
- LuceneDev6000 | Usage    | Info     | IDictionary indexer may be used to 
retrieve values, but must be checked for null before using the value
+| Rule ID       | Category | Severity | Notes                                  
                                                                                
                         |

Review Comment:
   Please change the table format back to how it was originally. The Analyzer 
for checking the rule format is fragile and is now showing warnings.
   
   <img width="1055" height="535" alt="image" 
src="https://github.com/user-attachments/assets/7c1d16b7-8834-4b2d-905e-13398254a183";
 />
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to