Hello Team,
In my D365 FO project i'm using a .dll reference (CSharp project).
Step I have done
>>added method as public
>>added reference in AosService\PackagesLocalDirectory\[MyPackage]\bin
it was working fine and i am able to access old methods,
Recently i have added some new methods
While writing code vs2019 professional Intelligence showing these new methods,
Now with same configurations Newly added methods not found in x++ classes.
I have tried below with bad luck
->full build of my model + reset iis + refresh .dll,
If anyone have any idea about issue, please share that will be help full.