I would like to just have a simple
[LogData]
public class MyFancyClass
{
public void DoStuff(int x){}
}
I would like to get the class parameter name along with their values, so check if x was 5 ot r 5.
Can this be done with roslyn or do i need afterthought.