commit
31dbdaec1f
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -2,4 +2,4 @@
|
|||
ViewData["Title"] = "Home Page";
|
||||
}
|
||||
|
||||
Hello world!
|
||||
Hello world!
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
@using MvcWithComponents
|
||||
@using MvcWithComponents.Models
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@inject DateTime TheTime
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
@using SimpleMvc
|
||||
@using SimpleMvc.Models
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@inject DateTime TheTime
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
@using SimpleMvc11
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@inject DateTime TheTime
|
||||
|
|
|
|||
|
|
@ -2,3 +2,4 @@
|
|||
@using SimpleMvc.Models
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@namespace SimpleMvc21
|
||||
@inject DateTime TheTime
|
||||
|
|
|
|||
|
|
@ -2,3 +2,4 @@
|
|||
@using SimpleMvc.Models
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@namespace SimpleMvc21
|
||||
@inject DateTime TheTime
|
||||
|
|
|
|||
Loading…
Reference in New Issue