#pragma checksum "C:\Users\james\source\repos\ImageSharpCompatibilityDemo\ImageSharpCompatibilityDemo\Views\Shared\Error.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "d6a5625cc8fb4476f348b0fe9041c550465d8bf9" // #pragma warning disable 1591 [assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Views_Shared_Error), @"mvc.1.0.view", @"/Views/Shared/Error.cshtml")] namespace AspNetCore { #line hidden using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.Mvc.ViewFeatures; #nullable restore #line 1 "C:\Users\james\source\repos\ImageSharpCompatibilityDemo\ImageSharpCompatibilityDemo\Views\_ViewImports.cshtml" using ImageSharpCompatibilityDemo; #line default #line hidden #nullable disable #nullable restore #line 2 "C:\Users\james\source\repos\ImageSharpCompatibilityDemo\ImageSharpCompatibilityDemo\Views\_ViewImports.cshtml" using ImageSharpCompatibilityDemo.Models; #line default #line hidden #nullable disable [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"d6a5625cc8fb4476f348b0fe9041c550465d8bf9", @"/Views/Shared/Error.cshtml")] [global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"922cab73daca4a50fc3114ed5921bf25352c4bb5", @"/Views/_ViewImports.cshtml")] public class Views_Shared_Error : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage { #pragma warning disable 1998 public async override global::System.Threading.Tasks.Task ExecuteAsync() { #nullable restore #line 2 "C:\Users\james\source\repos\ImageSharpCompatibilityDemo\ImageSharpCompatibilityDemo\Views\Shared\Error.cshtml" ViewData["Title"] = "Error"; #line default #line hidden #nullable disable WriteLiteral("\r\n

Error.

\r\n

An error occurred while processing your request.

\r\n\r\n"); #nullable restore #line 9 "C:\Users\james\source\repos\ImageSharpCompatibilityDemo\ImageSharpCompatibilityDemo\Views\Shared\Error.cshtml" if (Model.ShowRequestId) { #line default #line hidden #nullable disable WriteLiteral("

\r\n Request ID: "); #nullable restore #line 12 "C:\Users\james\source\repos\ImageSharpCompatibilityDemo\ImageSharpCompatibilityDemo\Views\Shared\Error.cshtml" Write(Model.RequestId); #line default #line hidden #nullable disable WriteLiteral("\r\n

\r\n"); #nullable restore #line 14 "C:\Users\james\source\repos\ImageSharpCompatibilityDemo\ImageSharpCompatibilityDemo\Views\Shared\Error.cshtml" } #line default #line hidden #nullable disable WriteLiteral(@"

Development Mode

Swapping to Development environment will display more detailed information about the error that occurred.

The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development and restarting the app.

"); } #pragma warning restore 1998 [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute] public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; } [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute] public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; } [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute] public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; } [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute] public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; } [global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute] public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper Html { get; private set; } } } #pragma warning restore 1591