Visual Studio 2022 (fresh install). Using the latest WTelegramClient
version: Builds just fine in both net5.0 / netstandard2.0 in debug and release mode. Tested the dll (great work!) and working very good.
Looking for hours why I don't get intellisense to work with the assembly. Intellisense is working perfectly for other assemblies, for system syntaxes, just not this one.
- Imported the
WTelegramClient.dll
file in the project dependencies, - Added the
Using TL
declaration, - Even tried coding under
TL
and alsoWTelegram
namespace.
Is there anything I'm missing? anything special to do when building the dll? I feel I'm coding naked without the developer's comments now that I would like to use it =( Thanks!