Merge branch 'release/3.1'

\n\nCommit migrated from 3eeb3ff068
This commit is contained in:
N. Taylor Mullen 2019-09-20 15:21:07 -07:00
commit 31dbdaec1f
7 changed files with 6 additions and 3 deletions

View File

@ -1099,8 +1099,6 @@ namespace Microsoft.AspNetCore.Razor.Language
if (node.Source != null)
{
Debug.Assert(node.Source.Value.FilePath != null);
node.Source = new SourceSpan(
node.Source.Value.FilePath,
node.Source.Value.AbsoluteIndex,

View File

@ -2,4 +2,4 @@
ViewData["Title"] = "Home Page";
}
Hello world!
Hello world!

View File

@ -1,3 +1,4 @@
@using MvcWithComponents
@using MvcWithComponents.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@inject DateTime TheTime

View File

@ -1,3 +1,4 @@
@using SimpleMvc
@using SimpleMvc.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@inject DateTime TheTime

View File

@ -1,2 +1,3 @@
@using SimpleMvc11
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@inject DateTime TheTime

View File

@ -2,3 +2,4 @@
@using SimpleMvc.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@namespace SimpleMvc21
@inject DateTime TheTime

View File

@ -2,3 +2,4 @@
@using SimpleMvc.Models
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@namespace SimpleMvc21
@inject DateTime TheTime