Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix resource string #11079

Merged
merged 2 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(1,17): Error RZ2005: The 'inherits` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'inherits' directive must appear at the start of the line.
(1,30): Error RZ1017: Unexpected literal following the 'inherits' directive. Expected 'line break'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line.
(1,42): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,43): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,43): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(1,4): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,4): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(1,5): Error RZ2005: The 'custom` directive must appear at the start of the line.
(1,5): Error RZ2005: The 'custom' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(1,17): Error RZ2005: The 'inherits` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'inherits' directive must appear at the start of the line.
(1,30): Error RZ1017: Unexpected literal following the 'inherits' directive. Expected 'line break'.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line.
(1,42): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,43): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,43): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed.
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(1,4): Error RZ2005: The 'section` directive must appear at the start of the line.
(1,4): Error RZ2005: The 'section' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(1,5): Error RZ2005: The 'custom` directive must appear at the start of the line.
(1,5): Error RZ2005: The 'custom' directive must appear at the start of the line.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
<value>The '{0}' directive expects a type name.</value>
</data>
<data name="DirectiveMustAppearAtStartOfLine" xml:space="preserve">
<value>The '{0}` directive must appear at the start of the line.</value>
<value>The '{0}' directive must appear at the start of the line.</value>
</data>
<data name="DirectiveTokensMustBeSeparatedByWhitespace" xml:space="preserve">
<value>The '{0}' directives value(s) must be separated by whitespace.</value>
Expand Down Expand Up @@ -601,4 +601,4 @@
<data name="UsingDirective_Description" xml:space="preserve">
<value>Adds the C# using directive to the generated view.</value>
</data>
</root>
</root>