lab
lab copied to clipboard
This repository is for exploring new ideas and developing early prototypes of various OData stacks.
Update databases to use localdb.
hello i am getting this error message when i try add xamarin forms application Adding Nuget Packages Generating Client Proxy ... Error:Adding OData Connected Service to the project failed: The...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 7.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
After I get the extension installed and expose the metadata to the public, the extension returns this when I try to add the connection. A detail about my connection is...
Fixes issue #81 The connected service could not generate code for the Outlook Beta API mentioned in the related issue due to 2 main issue: ### Issue 1 The outlook...
Not sure if this is the right repo, but anyway: There's this old blog article about a web UI for exploring OData endpoints: https://www.odata.org/blog/odataquerybuilder-a-cross-browser-javascript-library-for-building-odata-queries-3/ The link points to a CodePlex...
Please document what "Use c# casing style" does. If you search google for this you get ZERO results. You put descriptions next to the other fields on the Connected Service...
Hi, With a Service Reference, it correctly requests a user id and password. With Connected Service I cannot see how to achieve the same result - being prompted for, or...
Using the Add-in with VS2017 -- trying to add a connected OData service for the beta version of Microsoft Graph (https://graph.microsoft.com/beta/$metadata), and I end up with this: ``` Adding Nuget...
The model for Connected Services is to allow developers to consume a subset of the objects exposed on a feed, rather than "pollute" their project with lots of extra code...