You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pulled down ODataSamples today and built the RESTier version of the Trippin service. It built out of the box (using VS 2017 on Windows 10 1909), but when I tried to use one of the GET . . ./$ref routes, it blew up in GetServiceRootUri, which doesn't like having an empty route prefix. I patched around it locally. I could offer my workaround as a PR but. . .first I'll have to go dig into the PR history and see what the local standards are.
BTW, I'm very grateful for the GET . . ./$ref examples. Examples of GET . . ./$ref are a bit hard to find - filtering the results one gets when searching for "$ref" on the innertubes (or even on GitHub) can be a bit daunting (I'd be glad for any advice on that)
The text was updated successfully, but these errors were encountered:
I pulled down ODataSamples today and built the RESTier version of the Trippin service. It built out of the box (using VS 2017 on Windows 10 1909), but when I tried to use one of the GET . . ./$ref routes, it blew up in GetServiceRootUri, which doesn't like having an empty route prefix. I patched around it locally. I could offer my workaround as a PR but. . .first I'll have to go dig into the PR history and see what the local standards are.
BTW, I'm very grateful for the GET . . ./$ref examples. Examples of GET . . ./$ref are a bit hard to find - filtering the results one gets when searching for "$ref" on the innertubes (or even on GitHub) can be a bit daunting (I'd be glad for any advice on that)
The text was updated successfully, but these errors were encountered: