Skip to content
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
Expand Up @@ -7668,7 +7668,7 @@
</member>
<member name="P:Microsoft.AspNetCore.OData.SRResources.InvalidTemplateLiteral">
<summary>
Looks up a localized string similar to The template string &apos;{0}&apos; of &apos;{1}&apos; is not a valid template literal. And a template literal should wrapper with &apos;{&apos; and &apos;}&apos;..
Looks up a localized string similar to The template string &apos;{0}&apos; of &apos;{1}&apos; is not a valid template literal. And a template literal should wrapper with &apos;{{&apos; and &apos;}}&apos;..
</summary>
</member>
<member name="P:Microsoft.AspNetCore.OData.SRResources.JsonConverterDoesnotSupportRead">
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.OData/Properties/SRResources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@
<value>Cannot Get the Enum Clr member using '{0}'.</value>
</data>
<data name="InvalidTemplateLiteral" xml:space="preserve">
<value>The template string '{0}' of '{1}' is not a valid template literal. And a template literal should wrapper with '{' and '}'.</value>
<value>The template string '{0}' of '{1}' is not a valid template literal. And a template literal should wrapper with '{{' and '}}'.</value>
</data>
<data name="MissingParameterAlias" xml:space="preserve">
<value>Missing the parameter alias '{0}' in the request query string.</value>
Expand Down
Loading