Closed Issue: Set metadata url in ODataMediaTypeFormatter for ODataErrors [1174]
The current code for ODataMediaTypeFormatter contains the following code fragment:```// The MetadataDocumentUri is never required for errors. Additionally, it sometimes won't be available// for errors,...
View ArticleEdited Feature: Cannot use $select on value objects [1142]
OData endpoints sometimes need to serve up complex objects with quite a few root level properties. Typically these are modeled as value objects, so I might have the following:* Customer entity* Value...
View ArticleEdited Feature: IEdmModel with entities inside value objects [1141]
I have an EDM Model where a Money object has a structure roughly as follows - this is quite a common domain modeling example I believe:public class Money{ public Currency Currency {get; set;} public...
View ArticleEdited Feature: [OData] Add support for nested paging. [1016]
Now that we have $expand support, we should add support for server-driven paging for expanded feeds.
View ArticleCommented Feature: [OData] Add support for nested paging. [1016]
Now that we have $expand support, we should add support for server-driven paging for expanded feeds.Comments: Parity with WCF DS. We should allow the page size to be set on the entity set in the model.
View ArticleClosed Feature: Add Simple WebApi OData query filter mapping [1008]
Add support for mapping of query string name value pairs to a OData $filter expression. This would allow1) Simple queries to be used with OData2) Increaed interoperability with existing urls that are...
View ArticleEdited Feature: Consider improving OData link generation with a fluent api [929]
When generating a link for an OData resource, the current experience is as follows.```Url.ODataLink( new EntitySetPathSegment("People"), new KeyValuePathSegment(key));```Consider improving the link...
View ArticleClosed Issue: Add scaffolding for EntitySetControllers [720]
We should be able to scaffold an EntitySetController given a model type.Comments: This is fixed and will be available starting with Visual Studio 2013 RTM. Note: We will scaffold Odata controllers,...
View ArticleClosed Task: MQ: Review use of functional tests; convert some to unit tests...
Prefer unit testing to functional/integration testing in dev tests to reduce the time used in running tests in build.cmd* Identify all functional tests and separate them from unit tests.* Ensure every...
View ArticleEdited Task: MQ: Review use of functional tests; convert some to unit tests...
Prefer unit testing to functional/integration testing in dev tests to reduce the time used in running tests in build.cmd* Identify all functional tests and separate them from unit tests.* Ensure every...
View ArticleEdited Feature: ExpandoObject Suppport in ODataComplexTypeSerializer [911]
Add Expandobject support for default OData formatters to handle dynamic results e.g. List<ExpandoObject>At the moment the ODataComplexSerializer and ODataComplexDeserializer assume that the...
View ArticleCommented Feature: ExpandoObject Suppport in ODataComplexTypeSerializer [911]
Add Expandobject support for default OData formatters to handle dynamic results e.g. List<ExpandoObject>At the moment the ODataComplexSerializer and ODataComplexDeserializer assume that the...
View ArticleEdited Feature: Support for anonymous types [695]
Enable support for Entities created dynamically at runtime.
View ArticleCommented Feature: Support for anonymous types [695]
Enable support for Entities created dynamically at runtime.Comments: We have added support for IEdmObject in web API OData.
View ArticleCreated Unassigned: System.IndexOutOfRangeException occurred in...
Below exception was found in the Monkey run against Rel.20919.01 as attached log shown. Is it a known issue too?System.IndexOutOfRangeException: Index was outside the bounds of the array. at...
View ArticleEdited Unassigned: System.IndexOutOfRangeException occurred in...
Below exception was found in the Monkey run against Rel.20919.01.System.IndexOutOfRangeException: Index was outside the bounds of the array. at...
View ArticleEdited Unassigned: System.IndexOutOfRangeException occurred in...
Below exception was found in the Monkey run against Dev12.Rel.20919.01.System.IndexOutOfRangeException: Index was outside the bounds of the array. at...
View ArticleEdited Unassigned: System.IndexOutOfRangeException occurred in...
Below exception was found in the Monkey run #2696017 against Dev12.Rel.20919.01.System.IndexOutOfRangeException: Index was outside the bounds of the array. at...
View ArticleEdited Issue: System.Web.Razor.TextChange creates a wrong Old Text property...
When typing a single char, the editor passes down a text change with old length = 0 and new length = 1,still the textChange.OldText property returns a string with length of 1 for old text.
View ArticleCommented Issue: Ninject [1303]
Hi,I had a WebAPI project running and wanted to add the CORS feature but after I used the nugent package manager to install the CORS feature I now am getting a Ninject error.ERROR:Attempt by method...
View Article