Skip to content

Commit

Permalink
Updating Resources, Part 2 of 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLaws (Microsoft MVP) authored Dec 24, 2016
1 parent 762fb8b commit d1e5944
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down Expand Up @@ -120,12 +120,18 @@
<data name="DataModificationMustBeCUD" xml:space="preserve">
<value>A DataModificationEntry must be either New, Update or Delete.</value>
</data>
<data name="DbContextCouldNotBeFoundException" xml:space="preserve">
<value>Could not find the correct DbContext instance for this EntityFrameworkApi. \r\n The Context name was '{0}' but the Container expects '{1}'.</value>
</data>
<data name="InvalidLineStringGeographyType" xml:space="preserve">
<value>Need 'LineString type', while input is {0}.</value>
</data>
<data name="InvalidPointGeographyType" xml:space="preserve">
<value>Need 'Point type', while input is {0}.</value>
</data>
<data name="MultipleDbContextsExpectedException" xml:space="preserve">
<value>This project has multiple EntityFrameworkApis using different DbContexts, and the correct context could not be loaded. \r\n The contexts available are '{0}' but the Container expects '{1}'.</value>
</data>
<data name="PreconditionCheckFailed" xml:space="preserve">
<value>The precondition check for request {0} on resource {1} is failed.</value>
</data>
Expand All @@ -136,4 +142,4 @@
<data name="UnsupportedPropertyType" xml:space="preserve">
<value>Unsupported type for property: {0}.</value>
</data>
</root>
</root>

0 comments on commit d1e5944

Please sign in to comment.