Roslyn Analyzer Discussion #2666
Replies: 4 comments 3 replies
-
Currently I am writing a Roslyn analyzer for BDN and would like to know about some good Rules that I can apply for diagnostics. Some Rules that I have written till now are: |
Beta Was this translation helpful? Give feedback.
-
I would like to know more about benchmarking Generic methods, since BDN allows to benchmark them only if certain criteria are met. '''public class InvalidGenericMethodBenchmark
}''' '''public class ValidGenericMethodBenchmark
}''' |
Beta Was this translation helpful? Give feedback.
-
I recommend reading through the documentation and (especially) the existing validators source code. |
Beta Was this translation helpful? Give feedback.
-
I went through the documents mentioned i wanted to know about possible invalid genericTypeAttribute, as mentioned in my code example |
Beta Was this translation helpful? Give feedback.
-
Discussion regarding rules of diagnostics for BDN, new rules and Code samples
Beta Was this translation helpful? Give feedback.
All reactions