I created a new Azure Web Job project using VS 2019. When I go to add a LINQ2SQL class it hangs the application. I have waited for 30 minutes at a time and nothing happens.
If I create a .NET console-based application, it lets me add the class. So what is happening in the background? What am I doing wrong?
Thanks In Advance!