Roslyn Analyzer Discussion #2666
Replies: 6 comments 5 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.
-
@ketanpkolte @timcassell Hi, I just wanted to check in and ask how things are progressing with the analyzers? I have been working on creating a substantial set of Roslyn analyzers since April this year and have come quite far already. Everything is covered with comprehensive tests and supporting all the frameworks that BenchmarkDotNet currently supports. Would it be okay for me to push a PR? |
Beta Was this translation helpful? Give feedback.
-
@silkfire I have not made any significant progress on analyzers, since quite a while. Regarding PR @timcassell would give better answer/guidance |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion regarding rules of diagnostics for BDN, new rules and Code samples
Beta Was this translation helpful? Give feedback.
All reactions