Skip to content

Commit b26bd6e

Browse files
committed
Update the error message to insert the value of the referenceType
1 parent 80a02a2 commit b26bd6e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Microsoft.OpenApi/Properties/SRResource.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Microsoft.OpenApi/Properties/SRResource.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
<value>Invalid Reference identifier '{0}'.</value>
140140
</data>
141141
<data name="InvalidReferenceType" xml:space="preserve">
142-
<value>Invalid Reference Type.</value>
142+
<value>Invalid Reference Type '{0}'.</value>
143143
</data>
144144
<data name="LocalReferenceRequiresType" xml:space="preserve">
145145
<value>Local reference must have type specified.</value>

0 commit comments

Comments
 (0)