Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Costing: Ability to test multi-api SDKs #4354

Closed
shahabhijeet opened this issue May 22, 2018 · 2 comments
Closed

Costing: Ability to test multi-api SDKs #4354

shahabhijeet opened this issue May 22, 2018 · 2 comments
Assignees
Milestone

Comments

@shahabhijeet
Copy link
Member

shahabhijeet commented May 22, 2018

Cost:
Can we create a Fx that allows us to do the following:

  1. Quickly verify generated SDK shape
  2. Ability to at least test GET operations

Cost: 2 days

@shahabhijeet
Copy link
Member Author

This task will be continued in the next sprint

@shahabhijeet shahabhijeet modified the milestones: May 2018, June 15 2018 Jun 4, 2018
@dsgouda
Copy link
Contributor

dsgouda commented Jun 26, 2018

Breaking down this task
For the initial iteration we will focus on static testing for the shape of the client

  1. Create a manual mapping between multiAPI SDK -> REST api version -> nuget package id -> nuget package version
    Cost: 2 days
  2. Write a generic parser for the mapping and download corresponding nuget
    Cost: 5 days
  3. Write the assertions
    Assert the number and name of public classes
    Assert all public methods and members
    Assert each public functions' return types
    Cost: 5 days

@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants