Update checksums

These are generated based on an incorrect version of the file. This code
is now testing the right thing.
This commit is contained in:
Ryan Nowak 2018-01-18 10:54:15 -08:00
parent f0ae0ce528
commit f2d6cfa821
2 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
#pragma checksum "D:\k\Mvc\test\WebSites\RazorBuildWebSite\Pages\Rzc\Page.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "bffc62fb5650504812475cb29d6819b8737df1ac"
#pragma checksum "D:\k\Mvc\test\WebSites\RazorBuildWebSite\Pages\Rzc\Page.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "994150b02ce31b2e2bc6f6e84a5b2018c2517527"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(RazorBuildWebSite.Pages.Rzc._Pages_Rzc_Page), @"mvc.1.0.razor-page", @"/Pages/Rzc/Page.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAttribute(@"/Pages/Rzc/Page.cshtml", typeof(RazorBuildWebSite.Pages.Rzc._Pages_Rzc_Page), null)]
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(RazorBuildWebSite.Pages.Rzc.Pages_Rzc_Page), @"mvc.1.0.razor-page", @"/Pages/Rzc/Page.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAttribute(@"/Pages/Rzc/Page.cshtml", typeof(RazorBuildWebSite.Pages.Rzc.Pages_Rzc_Page), null)]
namespace RazorBuildWebSite.Pages.Rzc
{
#line hidden
@ -13,14 +13,14 @@ namespace RazorBuildWebSite.Pages.Rzc
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"bffc62fb5650504812475cb29d6819b8737df1ac", @"/Pages/Rzc/Page.cshtml")]
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"994150b02ce31b2e2bc6f6e84a5b2018c2517527", @"/Pages/Rzc/Page.cshtml")]
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"6e8da24aa0669afc00c9420240b06856670645a9", @"/Pages/_ViewImports.cshtml")]
internal class _Pages_Rzc_Page : global::Microsoft.AspNetCore.Mvc.RazorPages.Page
internal class Pages_Rzc_Page : global::Microsoft.AspNetCore.Mvc.RazorPages.Page
{
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
BeginContext(26, 41, true);
BeginContext(26, 43, true);
WriteLiteral("\r\nHello from buildtime-compiled rzc page!\r\n");
EndContext();
}

View File

@ -1,8 +1,8 @@
#pragma checksum "D:\k\Mvc\test\WebSites\RazorBuildWebSite\Views\Rzc\View.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "f058eaf6ac156124e321c4994a1975ec25cb4ba7"
#pragma checksum "D:\k\Mvc\test\WebSites\RazorBuildWebSite\Views\Rzc\View.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "56260f24a80ae2b8854fd2c9a1005bae485882cc"
// <auto-generated/>
#pragma warning disable 1591
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(RazorBuildWebSite.Views.Rzc._Views_Rzc_View), @"mvc.1.0.view", @"/Views/Rzc/View.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute(@"/Views/Rzc/View.cshtml", typeof(RazorBuildWebSite.Views.Rzc._Views_Rzc_View))]
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(RazorBuildWebSite.Views.Rzc.Views_Rzc_View), @"mvc.1.0.view", @"/Views/Rzc/View.cshtml")]
[assembly:global::Microsoft.AspNetCore.Mvc.Razor.Compilation.RazorViewAttribute(@"/Views/Rzc/View.cshtml", typeof(RazorBuildWebSite.Views.Rzc.Views_Rzc_View))]
namespace RazorBuildWebSite.Views.Rzc
{
#line hidden
@ -13,14 +13,14 @@ namespace RazorBuildWebSite.Views.Rzc
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.Rendering;
using Microsoft.AspNetCore.Mvc.ViewFeatures;
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"f058eaf6ac156124e321c4994a1975ec25cb4ba7", @"/Views/Rzc/View.cshtml")]
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"56260f24a80ae2b8854fd2c9a1005bae485882cc", @"/Views/Rzc/View.cshtml")]
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"f265f06036e4378eada2a78f5366ad0e13e1d8af", @"/Views/_ViewImports.cshtml")]
internal class _Views_Rzc_View : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
internal class Views_Rzc_View : global::Microsoft.AspNetCore.Mvc.Razor.RazorPage<dynamic>
{
#pragma warning disable 1998
public async override global::System.Threading.Tasks.Task ExecuteAsync()
{
BeginContext(0, 37, true);
BeginContext(0, 39, true);
WriteLiteral("Hello from buildtime-compiled rzc view!");
EndContext();
}