Hi!
Imagine you have project with:
// controller for Order entity. Entity Order is not interesting for this sample
public class OrdersController: ODataController
{
[HttpGet]
public string Prin...
Id #2171 | Release:
None
| Updated: Fri at 1:02 PM by catahoc | Created: Fri at 12:58 PM by catahoc
Could Microsoft publish a Release version of Microsoft.Web.Infrastructure ?
Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35: has debug flags Defaul...
Id #2170 | Release:
None
| Updated: Fri at 12:56 PM by wdnijdam | Created: Fri at 12:50 PM by wdnijdam
https://aspnet.codeplex.com/SourceControl/latest#Samples/WebApi/OData/v4/ODataPathAndSlashEscapeSample/
The sample does not work well with slash, issues found;
In ProductsController,
public i...
Id #2169 | Release:
None
| Updated: Fri at 8:57 AM by karata | Created: Fri at 8:57 AM by karata
https://aspnetwebstack.codeplex.com/workitem/260 issue is closed without being fixed. The issue persists.
Id #2168 | Release:
None
| Updated: Fri at 8:16 AM by reverseblade | Created: Fri at 8:16 AM by reverseblade
I followed this example:
http://stackoverflow.com/questions/22207249/adding-arbitrary-data-to-odata-metadata-in-webapi
I had the exact same case. Basically the namespace prefix mapping to a na...
Id #2167 | Release:
None
| Updated: Thu at 11:57 PM by williamwsmith | Created: Thu at 11:57 PM by williamwsmith
It should be possible to customize the properties of ODataMediaTypeFormatter on a per-request basis, for example to change the ODataMessageWriterSettings such as .Indent, without affecting serializ...
Id #2166 | Release:
None
| Updated: Wed at 9:33 PM by danroth27 | Created: Wed at 8:12 PM by brjohnstmsft
Lets assume you have the following function in an OData controller that calls a stored procedure / function in Entity Framework and the the function has "EnableQuery" attribute.
Also, assume that ...
Id #2164 | Release:
None
| Updated: Wed at 9:34 PM by danroth27 | Created: Wed at 5:21 PM by goroth
It's vital that if an entity has a required navigation property, that it be set when the entity is created. For example, the Group property of Item:
public class Item
{
[Key]
public int Id { get; s...
Id #2163 | Release:
None
| Updated: Wed at 9:15 PM by danroth27 | Created: Tue at 9:30 AM by Barguast
As described here http://stackoverflow.com/questions/26476608/nullable-enum-parameter-always-null-odata-4-web-api-2-2
I am having problems with odata 4 webapi 2.2. According to http://blogs.msdn...
Id #2162 | Release:
v5.4 Beta
| Updated: Tue at 6:09 AM by xuzhg | Created: Tue at 12:00 AM by MemeDeveloper
I am trying to select a child object from the expanded property, but I am getting an exception Microsoft.OData.Core.ODataException.
For ex, I am using the below url to get list of all postal cod...
Id #2161 | Release:
None
| Updated: Wed at 9:38 PM by danroth27 | Created: Mon at 9:36 PM by suhman