Skip to content

Instantly share code, notes, and snippets.

@brthor
Created August 26, 2016 16:47
Show Gist options
  • Save brthor/7270ce19780c8d487e6ff4dc9b457a2f to your computer and use it in GitHub Desktop.
Save brthor/7270ce19780c8d487e6ff4dc9b457a2f to your computer and use it in GitHub Desktop.
Bryans-MacBook-Pro:web-migrate brthor$ dotnet run3
info: Microsoft.Extensions.DependencyInjection.DataProtectionServices[0]
User profile is available. Using '/Users/brthor/.aspnet/DataProtection-Keys' as key repository; keys will not be encrypted at rest.
Hosting environment: Production
Content root path: /Users/brthor/code/web-migrate
Now listening on: http://localhost:5000
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 GET http://localhost:5000/
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method WebApplication.Controllers.HomeController.Index (web-migrate) with arguments () - ModelState is Valid
fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[0]
An unhandled exception has occurred: One or more compilation failures occurred:
/Views/_ViewImports.cshtml(1,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(2,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(3,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(4,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(5,28): error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(34,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(35,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(36,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(39,36): error CS0234: The type or namespace name 'ViewFeatures' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(40,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(42,86): error CS1980: Cannot define a class or member that utilizes 'dynamic' because the compiler required type 'System.Runtime.CompilerServices.DynamicAttribute' cannot be found. Are you missing a reference?
q3jxwj1v.aqn(42,86): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(42,45): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(67,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(67,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(67,41): error CS0234: The type or namespace name 'ViewFeatures' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(67,110): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(69,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(69,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(69,41): error CS0234: The type or namespace name 'IUrlHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(69,63): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(71,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(71,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(71,41): error CS0234: The type or namespace name 'IViewComponentHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(71,79): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(73,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(73,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(73,51): error CS0234: The type or namespace name 'IJsonHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc.Rendering' (are you missing an assembly reference?)
q3jxwj1v.aqn(73,75): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(75,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(75,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(75,51): error CS0234: The type or namespace name 'IHtmlHelper<>' does not exist in the namespace 'Microsoft.AspNetCore.Mvc.Rendering' (are you missing an assembly reference?)
q3jxwj1v.aqn(75,63): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(75,63): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(75,63): error CS1980: Cannot define a class or member that utilizes 'dynamic' because the compiler required type 'System.Runtime.CompilerServices.DynamicAttribute' cannot be found. Are you missing a reference?
q3jxwj1v.aqn(75,63): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(75,84): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(80,36): error CS1983: The return type of an async method must be void, Task or Task<T>
q3jxwj1v.aqn(80,31): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(80,31): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(80,31): error CS0246: The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(80,36): error CS0508: '_Views_Home_Index_cshtml.ExecuteAsync()': return type must be 'Task' to match overridden member 'RazorPage.ExecuteAsync()'
q3jxwj1v.aqn(80,36): error CS0012: The type 'Task' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Threading.Tasks, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(46,17): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(48,46): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(49,46): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(50,46): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(52,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(62,9): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(66,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(66,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(66,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(66,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(68,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(68,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(68,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(68,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(70,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(70,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(70,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(70,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(72,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(72,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(72,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(72,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(74,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(74,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(74,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(74,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(52,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(52,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(52,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(52,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(52,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(53,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(53,260): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(54,234): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,250): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(54,269): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(55,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(55,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(56,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(56,266): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(57,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(57,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(58,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(58,271): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(59,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(59,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(60,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(60,268): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(62,16): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(82,87): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(83,99): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(83,146): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(83,146): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(83,174): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(83,174): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(91,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(91,30): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(91,35): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(91,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(91,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(91,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(92,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(92,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(92,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(92,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(103,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(103,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(103,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(104,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(104,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(104,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(107,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(107,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(107,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(107,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(113,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(113,31): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(113,35): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(113,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(113,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(113,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(114,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(114,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(114,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(115,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(115,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(115,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(117,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(117,31): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(117,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(117,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(117,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(117,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(118,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(118,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(118,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(118,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(130,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(130,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(130,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(131,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(131,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(131,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(134,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(134,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(134,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(134,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(140,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(140,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(140,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(140,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(140,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(140,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(141,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(141,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(141,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(142,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(142,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(142,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(144,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(144,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(144,37): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(144,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(144,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(144,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(145,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(145,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(145,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(145,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(157,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(157,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(157,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(158,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(158,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(158,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(161,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(161,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(161,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(161,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(167,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(167,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(167,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(167,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(167,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(167,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(168,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(168,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(168,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(169,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(169,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(169,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(171,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(171,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(171,37): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(171,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(171,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(171,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(172,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(172,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(172,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(172,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(184,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(184,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(184,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(185,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(185,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(185,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(188,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(188,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(188,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(188,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(194,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(194,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(194,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(194,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(194,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(194,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(195,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(195,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(195,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(196,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(196,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(196,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(198,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(198,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(198,38): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(198,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(198,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(198,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(199,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(199,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(199,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(199,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(225,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(225,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(225,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(225,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(239,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(239,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(239,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(239,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(253,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(253,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(253,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(253,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(266,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(266,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(266,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(80,36): error CS0161: '_Views_Home_Index_cshtml.ExecuteAsync()': not all code paths return a value
/Views/Home/Index.cshtml(2,5): error CS0012: The type 'ViewDataDictionary<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Mvc.ViewFeatures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
/Views/Home/Index.cshtml(2,14): error CS0518: Predefined type 'System.String' is not defined or imported
/Views/Home/Index.cshtml(2,25): error CS0518: Predefined type 'System.String' is not defined or imported
Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException: One or more compilation failures occurred:
/Views/_ViewImports.cshtml(1,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(2,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(3,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(4,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(5,28): error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(34,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(35,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(36,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(39,36): error CS0234: The type or namespace name 'ViewFeatures' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(40,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(42,86): error CS1980: Cannot define a class or member that utilizes 'dynamic' because the compiler required type 'System.Runtime.CompilerServices.DynamicAttribute' cannot be found. Are you missing a reference?
q3jxwj1v.aqn(42,86): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(42,45): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(67,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(67,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(67,41): error CS0234: The type or namespace name 'ViewFeatures' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(67,110): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(69,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(69,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(69,41): error CS0234: The type or namespace name 'IUrlHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(69,63): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(71,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(71,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(71,41): error CS0234: The type or namespace name 'IViewComponentHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(71,79): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(73,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(73,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(73,51): error CS0234: The type or namespace name 'IJsonHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc.Rendering' (are you missing an assembly reference?)
q3jxwj1v.aqn(73,75): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(75,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(75,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(75,51): error CS0234: The type or namespace name 'IHtmlHelper<>' does not exist in the namespace 'Microsoft.AspNetCore.Mvc.Rendering' (are you missing an assembly reference?)
q3jxwj1v.aqn(75,63): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(75,63): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(75,63): error CS1980: Cannot define a class or member that utilizes 'dynamic' because the compiler required type 'System.Runtime.CompilerServices.DynamicAttribute' cannot be found. Are you missing a reference?
q3jxwj1v.aqn(75,63): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(75,84): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(80,36): error CS1983: The return type of an async method must be void, Task or Task<T>
q3jxwj1v.aqn(80,31): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(80,31): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(80,31): error CS0246: The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(80,36): error CS0508: '_Views_Home_Index_cshtml.ExecuteAsync()': return type must be 'Task' to match overridden member 'RazorPage.ExecuteAsync()'
q3jxwj1v.aqn(80,36): error CS0012: The type 'Task' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Threading.Tasks, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(46,17): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(48,46): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(49,46): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(50,46): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(52,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(62,9): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(66,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(66,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(66,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(66,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(68,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(68,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(68,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(68,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(70,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(70,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(70,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(70,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(72,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(72,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(72,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(72,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(74,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(74,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(74,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(74,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(52,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(52,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(52,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(52,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(52,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(53,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(53,260): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(54,234): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,250): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(54,269): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(55,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(55,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(56,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(56,266): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(57,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(57,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(58,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(58,271): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(59,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(59,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(60,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(60,268): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(62,16): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(82,87): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(83,99): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(83,146): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(83,146): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(83,174): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(83,174): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(91,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(91,30): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(91,35): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(91,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(91,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(91,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(92,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(92,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(92,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(92,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(103,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(103,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(103,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(104,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(104,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(104,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(107,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(107,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(107,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(107,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(113,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(113,31): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(113,35): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(113,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(113,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(113,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(114,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(114,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(114,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(115,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(115,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(115,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(117,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(117,31): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(117,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(117,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(117,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(117,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(118,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(118,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(118,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(118,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(130,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(130,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(130,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(131,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(131,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(131,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(134,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(134,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(134,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(134,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(140,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(140,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(140,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(140,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(140,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(140,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(141,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(141,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(141,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(142,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(142,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(142,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(144,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(144,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(144,37): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(144,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(144,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(144,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(145,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(145,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(145,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(145,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(157,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(157,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(157,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(158,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(158,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(158,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(161,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(161,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(161,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(161,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(167,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(167,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(167,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(167,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(167,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(167,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(168,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(168,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(168,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(169,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(169,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(169,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(171,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(171,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(171,37): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(171,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(171,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(171,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(172,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(172,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(172,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(172,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(184,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(184,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(184,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(185,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(185,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(185,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(188,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(188,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(188,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(188,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(194,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(194,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(194,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(194,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(194,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(194,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(195,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(195,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(195,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(196,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(196,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(196,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(198,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(198,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(198,38): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(198,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(198,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(198,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(199,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(199,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(199,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(199,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(225,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(225,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(225,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(225,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(239,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(239,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(239,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(239,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(253,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(253,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(253,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(253,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(266,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(266,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(266,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(80,36): error CS0161: '_Views_Home_Index_cshtml.ExecuteAsync()': not all code paths return a value
/Views/Home/Index.cshtml(2,5): error CS0012: The type 'ViewDataDictionary<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Mvc.ViewFeatures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
/Views/Home/Index.cshtml(2,14): error CS0518: Predefined type 'System.String' is not defined or imported
/Views/Home/Index.cshtml(2,25): error CS0518: Predefined type 'System.String' is not defined or imported
at Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationResult.EnsureSuccessful()
at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.CreateCacheEntry(String relativePath, String normalizedPath, Func`2 compile)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.GetOrAdd(String relativePath, Func`2 compile)
at Microsoft.AspNetCore.Mvc.Razor.Internal.DefaultRazorPageFactoryProvider.CreateFactory(String relativePath)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.CreateCacheResult(HashSet`1 expirationTokens, String relativePath, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.OnCacheMiss(ViewLocationExpanderContext expanderContext, ViewLocationCacheKey cacheKey)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.LocatePageFromViewLocations(ActionContext actionContext, String pageName, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.ViewEngines.CompositeViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor.FindView(ActionContext actionContext, ViewResult viewResult)
at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultFilterAsync>d__31.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAllResultFiltersAsync>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResourceFilterAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method WebApplication.Controllers.HomeController.Error (web-migrate) with arguments () - ModelState is Valid
fail: Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware[0]
An exception was thrown attempting to execute the error handler.
Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException: One or more compilation failures occurred:
/Views/_ViewImports.cshtml(1,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(2,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(3,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(4,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(5,28): error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
kg5b1ngh.dbe(34,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
kg5b1ngh.dbe(35,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
kg5b1ngh.dbe(36,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
kg5b1ngh.dbe(39,36): error CS0234: The type or namespace name 'ViewFeatures' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
kg5b1ngh.dbe(40,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
kg5b1ngh.dbe(42,88): error CS1980: Cannot define a class or member that utilizes 'dynamic' because the compiler required type 'System.Runtime.CompilerServices.DynamicAttribute' cannot be found. Are you missing a reference?
kg5b1ngh.dbe(42,88): error CS0518: Predefined type 'System.Boolean' is not defined or imported
kg5b1ngh.dbe(42,47): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(50,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(50,16): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(50,41): error CS0234: The type or namespace name 'ViewFeatures' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
kg5b1ngh.dbe(50,110): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(52,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(52,16): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(52,41): error CS0234: The type or namespace name 'IUrlHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
kg5b1ngh.dbe(52,63): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(54,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(54,16): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(54,41): error CS0234: The type or namespace name 'IViewComponentHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
kg5b1ngh.dbe(54,79): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(56,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(56,16): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(56,51): error CS0234: The type or namespace name 'IJsonHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc.Rendering' (are you missing an assembly reference?)
kg5b1ngh.dbe(56,75): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(58,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(58,16): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(58,51): error CS0234: The type or namespace name 'IHtmlHelper<>' does not exist in the namespace 'Microsoft.AspNetCore.Mvc.Rendering' (are you missing an assembly reference?)
kg5b1ngh.dbe(58,63): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(58,63): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(58,63): error CS1980: Cannot define a class or member that utilizes 'dynamic' because the compiler required type 'System.Runtime.CompilerServices.DynamicAttribute' cannot be found. Are you missing a reference?
kg5b1ngh.dbe(58,63): error CS0518: Predefined type 'System.Boolean' is not defined or imported
kg5b1ngh.dbe(58,84): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(63,36): error CS1983: The return type of an async method must be void, Task or Task<T>
kg5b1ngh.dbe(63,31): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(63,31): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(63,31): error CS0246: The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?)
kg5b1ngh.dbe(63,36): error CS0508: '_Views_Shared_Error_cshtml.ExecuteAsync()': return type must be 'Task' to match overridden member 'RazorPage.ExecuteAsync()'
kg5b1ngh.dbe(63,36): error CS0012: The type 'Task' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Threading.Tasks, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(45,9): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(49,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(49,10): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(49,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(49,10): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(51,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(51,10): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(51,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(51,10): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(53,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(53,10): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(53,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(53,10): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(55,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(55,10): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(55,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(55,10): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(57,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(57,10): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(57,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(57,10): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(45,16): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(72,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
kg5b1ngh.dbe(72,30): error CS0518: Predefined type 'System.Int32' is not defined or imported
kg5b1ngh.dbe(72,35): error CS0518: Predefined type 'System.Boolean' is not defined or imported
kg5b1ngh.dbe(72,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(72,13): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(72,13): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(73,26): error CS0518: Predefined type 'System.String' is not defined or imported
kg5b1ngh.dbe(73,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(73,13): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(73,13): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(85,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
kg5b1ngh.dbe(85,13): error CS0518: Predefined type 'System.Object' is not defined or imported
kg5b1ngh.dbe(85,13): error CS0518: Predefined type 'System.Void' is not defined or imported
kg5b1ngh.dbe(63,36): error CS0161: '_Views_Shared_Error_cshtml.ExecuteAsync()': not all code paths return a value
/Views/Shared/Error.cshtml(2,5): error CS0012: The type 'ViewDataDictionary<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Mvc.ViewFeatures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
/Views/Shared/Error.cshtml(2,14): error CS0518: Predefined type 'System.String' is not defined or imported
/Views/Shared/Error.cshtml(2,25): error CS0518: Predefined type 'System.String' is not defined or imported
at Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationResult.EnsureSuccessful()
at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.CreateCacheEntry(String relativePath, String normalizedPath, Func`2 compile)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.GetOrAdd(String relativePath, Func`2 compile)
at Microsoft.AspNetCore.Mvc.Razor.Internal.DefaultRazorPageFactoryProvider.CreateFactory(String relativePath)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.CreateCacheResult(HashSet`1 expirationTokens, String relativePath, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.OnCacheMiss(ViewLocationExpanderContext expanderContext, ViewLocationCacheKey cacheKey)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.LocatePageFromViewLocations(ActionContext actionContext, String pageName, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.ViewEngines.CompositeViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor.FindView(ActionContext actionContext, ViewResult viewResult)
at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultFilterAsync>d__31.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAllResultFiltersAsync>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResourceFilterAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
fail: Microsoft.AspNetCore.Server.Kestrel[13]
Connection id "0HKUDQ24S8HHT": An unhandled exception was thrown by the application.
Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationFailedException: One or more compilation failures occurred:
/Views/_ViewImports.cshtml(1,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(2,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(3,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(4,7): error CS0246: The type or namespace name 'WebApplication' could not be found (are you missing a using directive or an assembly reference?)
/Views/_ViewImports.cshtml(5,28): error CS0234: The type or namespace name 'Identity' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(34,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(35,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(36,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(39,36): error CS0234: The type or namespace name 'ViewFeatures' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(40,11): error CS0246: The type or namespace name 'System' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(42,86): error CS1980: Cannot define a class or member that utilizes 'dynamic' because the compiler required type 'System.Runtime.CompilerServices.DynamicAttribute' cannot be found. Are you missing a reference?
q3jxwj1v.aqn(42,86): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(42,45): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(67,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(67,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(67,41): error CS0234: The type or namespace name 'ViewFeatures' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(67,110): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(69,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(69,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(69,41): error CS0234: The type or namespace name 'IUrlHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(69,63): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(71,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(71,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(71,41): error CS0234: The type or namespace name 'IViewComponentHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc' (are you missing an assembly reference?)
q3jxwj1v.aqn(71,79): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(73,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(73,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(73,51): error CS0234: The type or namespace name 'IJsonHelper' does not exist in the namespace 'Microsoft.AspNetCore.Mvc.Rendering' (are you missing an assembly reference?)
q3jxwj1v.aqn(73,75): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(75,16): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(75,16): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(75,51): error CS0234: The type or namespace name 'IHtmlHelper<>' does not exist in the namespace 'Microsoft.AspNetCore.Mvc.Rendering' (are you missing an assembly reference?)
q3jxwj1v.aqn(75,63): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(75,63): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(75,63): error CS1980: Cannot define a class or member that utilizes 'dynamic' because the compiler required type 'System.Runtime.CompilerServices.DynamicAttribute' cannot be found. Are you missing a reference?
q3jxwj1v.aqn(75,63): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(75,84): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(80,36): error CS1983: The return type of an async method must be void, Task or Task<T>
q3jxwj1v.aqn(80,31): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(80,31): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(80,31): error CS0246: The type or namespace name 'Task' could not be found (are you missing a using directive or an assembly reference?)
q3jxwj1v.aqn(80,36): error CS0508: '_Views_Home_Index_cshtml.ExecuteAsync()': return type must be 'Task' to match overridden member 'RazorPage.ExecuteAsync()'
q3jxwj1v.aqn(80,36): error CS0012: The type 'Task' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Threading.Tasks, Version=4.0.10.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(46,17): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(48,46): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(49,46): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(50,46): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(52,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,62): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(62,9): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(66,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(66,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(66,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(66,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(68,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(68,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(68,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(68,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(70,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(70,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(70,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(70,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(72,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(72,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(72,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(72,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(74,10): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(74,10): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(74,50): error CS0012: The type 'Attribute' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(74,10): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(52,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(52,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(52,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(52,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(52,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(53,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(53,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(53,260): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(54,234): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(54,250): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(54,269): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(55,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(55,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(55,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(56,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(56,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(56,266): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(57,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(57,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(57,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(58,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(58,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(58,271): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(59,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(59,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(59,273): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,156): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,192): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(60,232): error CS0234: The type or namespace name 'Html' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(60,248): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(60,268): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(62,16): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(82,87): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(83,99): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(83,146): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(83,146): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(83,174): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(83,174): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(91,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(91,30): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(91,35): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(91,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(91,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(91,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(92,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(92,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(92,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(92,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(103,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(103,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(103,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(104,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(104,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(104,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(107,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(107,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(107,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(107,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(113,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(113,31): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(113,35): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(113,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(113,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(113,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(114,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(114,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(114,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(115,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(115,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(115,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(117,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(117,31): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(117,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(117,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(117,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(117,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(118,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(118,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(118,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(118,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(130,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(130,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(130,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(131,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(131,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(131,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(134,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(134,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(134,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(134,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(140,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(140,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(140,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(140,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(140,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(140,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(141,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(141,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(141,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(142,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(142,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(142,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(144,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(144,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(144,37): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(144,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(144,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(144,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(145,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(145,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(145,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(145,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(157,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(157,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(157,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(158,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(158,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(158,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(161,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(161,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(161,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(161,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(167,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(167,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(167,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(167,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(167,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(167,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(168,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(168,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(168,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(169,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(169,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(169,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(171,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(171,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(171,37): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(171,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(171,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(171,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(172,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(172,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(172,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(172,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(184,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(184,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(184,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(185,73): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(185,80): error CS0234: The type or namespace name 'Razor' does not exist in the namespace 'Microsoft.AspNetCore' (are you missing an assembly reference?)
q3jxwj1v.aqn(185,147): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(188,82): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(188,82): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(188,82): error CS0311: The type 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' cannot be used as type parameter 'TTagHelper' in the generic type or method 'RazorPage.CreateTagHelper<TTagHelper>()'. There is no implicit reference conversion from 'Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper' to 'Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper'.
q3jxwj1v.aqn(188,82): error CS0012: The type 'ITagHelper' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Razor.Runtime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
q3jxwj1v.aqn(194,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(194,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(194,36): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(194,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(194,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(194,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(195,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(195,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(195,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(196,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(196,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(196,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(198,26): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(198,32): error CS0518: Predefined type 'System.Int32' is not defined or imported
q3jxwj1v.aqn(198,38): error CS0518: Predefined type 'System.Boolean' is not defined or imported
q3jxwj1v.aqn(198,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(198,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(198,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(199,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(199,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(199,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(199,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(225,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(225,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(225,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(225,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(239,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(239,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(239,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(239,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(253,26): error CS0518: Predefined type 'System.String' is not defined or imported
q3jxwj1v.aqn(253,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(253,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(253,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(266,13): error CS0012: The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Runtime, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
q3jxwj1v.aqn(266,13): error CS0518: Predefined type 'System.Object' is not defined or imported
q3jxwj1v.aqn(266,13): error CS0518: Predefined type 'System.Void' is not defined or imported
q3jxwj1v.aqn(80,36): error CS0161: '_Views_Home_Index_cshtml.ExecuteAsync()': not all code paths return a value
/Views/Home/Index.cshtml(2,5): error CS0012: The type 'ViewDataDictionary<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.AspNetCore.Mvc.ViewFeatures, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.
/Views/Home/Index.cshtml(2,14): error CS0518: Predefined type 'System.String' is not defined or imported
/Views/Home/Index.cshtml(2,25): error CS0518: Predefined type 'System.String' is not defined or imported
at Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationResult.EnsureSuccessful()
at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.CreateCacheEntry(String relativePath, String normalizedPath, Func`2 compile)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Razor.Internal.CompilerCache.GetOrAdd(String relativePath, Func`2 compile)
at Microsoft.AspNetCore.Mvc.Razor.Internal.DefaultRazorPageFactoryProvider.CreateFactory(String relativePath)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.CreateCacheResult(HashSet`1 expirationTokens, String relativePath, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.OnCacheMiss(ViewLocationExpanderContext expanderContext, ViewLocationCacheKey cacheKey)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.LocatePageFromViewLocations(ActionContext actionContext, String pageName, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.ViewEngines.CompositeViewEngine.FindView(ActionContext context, String viewName, Boolean isMainPage)
at Microsoft.AspNetCore.Mvc.ViewFeatures.Internal.ViewResultExecutor.FindView(ActionContext actionContext, ViewResult viewResult)
at Microsoft.AspNetCore.Mvc.ViewResult.<ExecuteResultAsync>d__26.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultAsync>d__32.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResultFilterAsync>d__31.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAllResultFiltersAsync>d__29.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeResourceFilterAsync>d__23.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.<InvokeAsync>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Builder.RouterMiddleware.<Invoke>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware`1.<Invoke>d__18.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Hosting.Internal.RequestServicesContainerMiddleware.<Invoke>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.AspNetCore.Server.Kestrel.Internal.Http.Frame`1.<RequestProcessingAsync>d__2.MoveNext()
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 1560.1822ms 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment