Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
/MvcPublic archive

Commit0501531

Browse files
author
N. Taylor Mullen
committed
React to namespace changes in Razor.
aspnet/Razor#779
1 parent68974b2 commit0501531

File tree

6 files changed

+8
-0
lines changed

6 files changed

+8
-0
lines changed

‎test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcCSharpRazorCodeParserTest.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
usingMicrosoft.AspNetCore.Razor.CodeGenerators;
1010
usingMicrosoft.AspNetCore.Razor.Generator;
1111
usingMicrosoft.AspNetCore.Razor.Parser;
12+
usingMicrosoft.AspNetCore.Razor.Parser.Internal;
1213
usingMicrosoft.AspNetCore.Razor.Parser.SyntaxTree;
1314
usingMicrosoft.AspNetCore.Razor.Text;
1415
usingXunit;

‎test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/MvcRazorParserTest.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
usingMicrosoft.AspNetCore.Razor.Chunks;
1010
usingMicrosoft.AspNetCore.Razor.Compilation.TagHelpers;
1111
usingMicrosoft.AspNetCore.Razor.Parser;
12+
usingMicrosoft.AspNetCore.Razor.Parser.Internal;
1213
usingMicrosoft.AspNetCore.Razor.Parser.SyntaxTree;
1314
usingMoq;
1415
usingXunit;

‎test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/SpanFactory.cs‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
usingMicrosoft.AspNetCore.Razor.Parser.SyntaxTree;
99
usingMicrosoft.AspNetCore.Razor.Text;
1010
usingMicrosoft.AspNetCore.Razor.Tokenizer;
11+
usingMicrosoft.AspNetCore.Razor.Tokenizer.Internal;
1112
usingMicrosoft.AspNetCore.Razor.Tokenizer.Symbols;
13+
usingMicrosoft.AspNetCore.Razor.Tokenizer.Symbols.Internal;
1214

1315
namespaceMicrosoft.AspNetCore.Mvc.Razor
1416
{

‎test/Microsoft.AspNetCore.Mvc.Razor.Host.Test/SpanFactory/SpanFactoryExtensions.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
usingMicrosoft.AspNetCore.Razor.Parser.SyntaxTree;
88
usingMicrosoft.AspNetCore.Razor.Text;
99
usingMicrosoft.AspNetCore.Razor.Tokenizer.Symbols;
10+
usingMicrosoft.AspNetCore.Razor.Tokenizer.Symbols.Internal;
1011

1112
namespaceMicrosoft.AspNetCore.Mvc.Razor
1213
{

‎test/Microsoft.AspNetCore.Mvc.Razor.Test/MvcRazorCodeParserTest.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
usingMicrosoft.AspNetCore.Razor.Chunks.Generators;
99
usingMicrosoft.AspNetCore.Razor.Generator;
1010
usingMicrosoft.AspNetCore.Razor.Parser;
11+
usingMicrosoft.AspNetCore.Razor.Parser.Internal;
1112
usingMicrosoft.AspNetCore.Razor.Parser.SyntaxTree;
1213
usingMicrosoft.AspNetCore.Razor.Text;
1314
usingXunit;

‎test/Microsoft.AspNetCore.Mvc.Razor.Test/SpanFactory.cs‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
usingMicrosoft.AspNetCore.Razor.Parser.SyntaxTree;
1212
usingMicrosoft.AspNetCore.Razor.Text;
1313
usingMicrosoft.AspNetCore.Razor.Tokenizer;
14+
usingMicrosoft.AspNetCore.Razor.Tokenizer.Internal;
1415
usingMicrosoft.AspNetCore.Razor.Tokenizer.Symbols;
16+
usingMicrosoft.AspNetCore.Razor.Tokenizer.Symbols.Internal;
1517

1618
namespaceMicrosoft.AspNetCore.Mvc.Razor.Host.Test
1719
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp