kdcllc

Results 8 comments of kdcllc

@trailmax, That what I thought. I do not have time at the moment as well, so I have wrap the code in the async tasks for now. Thanks!

@bjornmagnusson I simply use default Asp.net core 2.1 template by running: ``` dotnet new mvc ``` Version: ``` dotnet --version 2.1.300 ```

I tried to follow this [Build2018 video](https://youtu.be/-cqSl084Jl4?t=1575). It seems that it used to work fine with this folder in the past.

# Installed product versions - Visual Studio: 2015 Enterprise Edition Update 3 - ASP.NET Core Template Pack ASP.NET Core Template Pack # Windows Version - Windows 7 After installing pre-requsites...

@diegomesata I tried the tip you gave to @jimpevans and the templates are there. Thanks!

@Carael I installed the latest on Ubuntu 22.4 and it works very well! Thanks for making it available.

@lindazqli and @sarah-widder, I am not able to get the data for the first query for the following configurations: ```env AZURE_SEARCH_USE_SEMANTIC_SEARCH=false AZURE_SEARCH_QUERY_TYPE=vectorSemanticHybrid AZURE_SEARCH_SEMANTIC_SEARCH_CONFIG=content-search ``` I ended up adding the following...

@DashNY and @sethjuarez I rebased the code base, so you can merge at any point of time. Thanks, Max