Dotnet Core seem to be very Nuget intensive and since nuget doesn't have UIAutomation packages, its fruitless in trying to get UIAutomation to load in Azure. I can get it to work locally, but the UIAutomation DLLs are not found anywhere where Azure is looking for them.
I know I can get flaui from nuget, but I don't want the extra baggage since all I have to do is handle Windows File explorer.
Does anyone know an easy way to get core and UIAutomation to work together before I try google hell ??
NR