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
awesome work you did here. I was long searching for something to make "kinda" contract-based work with pseudo-restfull-services possible. Now your proxies would help to provide a ready-made solution for 3rd-parties if there were only few more things added.
First of all it would be nice if we could annotate or maybe even use the default VS doc comments and place them into the generated proxy. Thus consumers could see additional information what the method is all about.
Second the generation of full urls would be nice if the proxy is going to be via CORS. Maybe a simple setting (supportsCORS bool) would achieve this.
Finally providing the file in production and minified versions would be awesome, because after all it saves bandwidth and avoids that little kittens die :)
Again great work thx for sharing that cool work
EDIT:
In the meantime I realized that it will be hard to get the built-in VS xml comments, so introducing a new attribute might help here. As a simple example I tried adding a DocumentationAttribute which you can see in my new branch: https://github.com/zewa666/ProxyApi/tree/DocumentationAttribute
The text was updated successfully, but these errors were encountered:
Hi there,
awesome work you did here. I was long searching for something to make "kinda" contract-based work with pseudo-restfull-services possible. Now your proxies would help to provide a ready-made solution for 3rd-parties if there were only few more things added.
First of all it would be nice if we could annotate or maybe even use the default VS doc comments and place them into the generated proxy. Thus consumers could see additional information what the method is all about.
Second the generation of full urls would be nice if the proxy is going to be via CORS. Maybe a simple setting (supportsCORS bool) would achieve this.
Finally providing the file in production and minified versions would be awesome, because after all it saves bandwidth and avoids that little kittens die :)
Again great work thx for sharing that cool work
EDIT:
In the meantime I realized that it will be hard to get the built-in VS xml comments, so introducing a new attribute might help here. As a simple example I tried adding a DocumentationAttribute which you can see in my new branch:
https://github.com/zewa666/ProxyApi/tree/DocumentationAttribute
The text was updated successfully, but these errors were encountered: