Are there more detailed instructions or a video explaining the setup for using a Azure SQL Database? I am having issues building and publishing the code found on github. I am getting all sorts of build errors using VS 2017
Severity Code Description Project File Line Suppression State
Error CS0234 The type or namespace name 'AspNetCore' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) BackToWorkFunctions I:\covid19-BackToWork-master\AzureFunctionsCodebase\SelfMonitoring\GetLabTestInfo.cs 4 Active
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'HttpTriggerAttribute' could not be found (are you missing a using directive or an assembly reference?) BackToWorkFunctions I:\covid19-BackToWork-master\AzureFunctionsCodebase\SelfMonitoring\GetLabTestInfo.cs 25 Active
Severity Code Description Project File Line Suppression State
Error CS0103 The name 'AuthorizationLevel' does not exist in the current context BackToWorkFunctions I:\covid19-BackToWork-master\AzureFunctionsCodebase\SelfMonitoring\GetLabTestInfo.cs 25 Active
Severity Code Description Project File Line Suppression State
Warning CS8032 An instance of analyzer Microsoft.EntityFrameworkCore.InternalUsageDiagnosticAnalyzer cannot be created from C:\Users\kenne\.nuget\packages\microsoft.entityframeworkcore.analyzers\3.1.3\analyzers\dotnet\cs\Microsoft.EntityFrameworkCore.Analyzers.dll : Could not load file or assembly 'Microsoft.CodeAnalysis, Version=3.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.. BackToWorkFunctions I:\covid19-BackToWork-master\AzureFunctionsCodebase\SelfMonitoring\CSC 1 Active
Severity Code Description Project File Line Suppression State
Warning IDE1003 Analyzer assembly 'C:\Users\kenne\.nuget\packages\microsoft.entityframeworkcore.analyzers\3.1.3\analyzers\dotnet\cs\Microsoft.EntityFrameworkCore.Analyzers.dll' depends on 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' but it was not found. Analyzers may not run correctly unless the missing assembly is added as an analyzer reference as well. BackToWorkFunctions 1 Active
Severity Code Description Project File Line Suppression State
Warning NU1701 Package 'Microsoft.AspNet.WebApi.Core 5.2.7' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.1'. This package may not be fully compatible with your project. BackToWorkFunctions I:\covid19-BackToWork-master\AzureFunctionsCodebase\SelfMonitoring\BackToWorkFunctions.csproj 1