-
Notifications
You must be signed in to change notification settings - Fork 473
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
PR for 7.6 Beta by making Patchhandler and related classes internal #2606
base: master
Are you sure you want to change the base?
Changes from all commits
0bce83d
7c3f404
cebba7f
f9acd98
627276d
6789fb9
9286d98
0f85f26
82823d0
20ce568
f18e40f
5d2926a
8fe74af
7670ab7
cf028e4
76aec31
5d20b2d
c42f50f
0a202ce
763e474
8b92a31
847c235
80d27dd
4778fd0
524b2c6
f0dbf65
8b96a5b
c15e90a
59138c2
9fd1ffa
502f20c
7d5acdc
3c790d0
2d4ac72
044fa48
ca4750b
3792f0c
14e5111
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -988,4 +988,22 @@ | |
<data name="ShouldHaveNavigationPropertyInNavigationExpandPath" xml:space="preserve"> | ||
<value>A navigation property expand path should have navigation property in the path.</value> | ||
</data> | ||
<data name="ResourcesShouldbePresent" xml:space="preserve"> | ||
<value>ResourceSetWrapper should have ResourceWrappers in it</value> | ||
</data> | ||
<data name="ResourceSetWrapperSupported" xml:space="preserve"> | ||
<value>Can only add ResourceWrapper to ResourceSetWrapper</value> | ||
</data> | ||
<data name="ChangedObjectTypeMismatch" xml:space="preserve"> | ||
<value>Cannot use Changed Object of type '{0}' on an entity of type '{1}'.</value> | ||
</data> | ||
<data name="DataModificationException" xml:space="preserve"> | ||
<value>Core.DataModificationException</value> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need a more relevant value here? #ByDesign There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is as per design, as per Core Vocab annotations |
||
</data> | ||
<data name="ContentID" xml:space="preserve"> | ||
<value>Core.ContentID</value> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need a more relevant value here? #ByDesign There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is as per design, as per Core Vocab annotations |
||
</data> | ||
<data name="DeltaLinkNotSupported" xml:space="preserve"> | ||
<value>DeltaLinks are not supported</value> | ||
</data> | ||
</root> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nested increased to 8 spaces. Seems too much to me...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, also I'm not noticing any actual changes to the content of this file.