Mark Cowlishaw
Mark Cowlishaw
Examples
Implementation issue for: https://github.com/Azure/typespec-azure/issues/3540, #514. Design details are [here](https://gist.github.com/markcowl/a5fb8c7048d2ba80fc8f63cd2b97cb8b) - [ ] Update versioning decorators to accommodate 'never' for the version argument (meaning do not execute the decorator) - [...
[Design support for long-running operations in TypeSpec Core](https://microsoft.sharepoint.com/:fl:/s/2ec94e01-a3b0-459b-b665-2ce284e5f052/EUdOV-itx2tCkbqqj4OKMS4BYt6raCqP7AspJlF3_EiWmg?e=VaDrKu&nav=cz0lMkZzaXRlcyUyRjJlYzk0ZTAxLWEzYjAtNDU5Yi1iNjY1LTJjZTI4NGU1ZjA1MiZkPWIlMjFKYy1zR09GTEEweU9wTlduRjRnS0hTMW9DdFJJUG1wTm5VaDJIM0ZNOVFycWF2Z3dWemtlU1lzemdJWmg3XzVBJmY9MDFEWVRHT0oySEpaTDZSTE9ITk5CSkRPVktSNkJZVU1KTyZjPSUyRiZhPUxvb3BBcHA%3D)
We need to support pagination in TypeSpec. There are a few goals with this proposal: 1. Support common pagination patterns out of the box, e.g. at a minimum: 1. Client-driven...
- [ ] ReST samples - [ ] Http samples - [ ] ToDo List - [ ] Unit tests for required coverage
- Add a new property to HttpOperation and HttpOperationResponse - Update `getHttpOperation` to populate these properties - if a request/response type has a property decorated with `@body` (`@bodyRoot`) use its...
- [ ] Add configuration switch for minmal API support - [ ] Implement front-end CSharpType for minimal API support - [ ] End-to-end demonstration
This includes the following - [ ] Create setting for differing front-end implementations - [ ] Abstract generation of http front-end to use generic CSharpType implementation - [ ] Refactor...
.Net team code review of generated service code - [ ] Refactoring for review - [ ] Prepare sample code for review - [ ] Core .net devs feedback -...