Azure / autorest.csharp

Extension for AutoRest (https://github.com/Azure/autorest) that generates C# code
MIT License
140 stars 160 forks source link

Migrate dotnet DPG test cases into CADL-Ranch #3439

Open lirenhe opened 1 year ago

lirenhe commented 1 year ago

Currently, there are a couple of typespec files merged into dotnet repo for test usage. Those test cases should be moved to CADL-Ranch so that we could have a central places for all the e2e tests.

MockAPI

### Tasks
- [x] LRO-Basic
- [x] FirstTest
- [x] PetStore
- [ ] Models: https://github.com/Azure/autorest.csharp/issues/4845
- [ ] Spread: https://github.com/Azure/autorest.csharp/issues/4846
- [ ] https://github.com/Azure/autorest.csharp/issues/4865

TestProjects

### Tasks
- [ ] https://github.com/Azure/autorest.csharp/issues/4847
- [ ] https://github.com/Azure/autorest.csharp/issues/4848
- [ ] https://github.com/Azure/autorest.csharp/issues/4849
- [ ] https://github.com/Azure/autorest.csharp/issues/4850
- [ ] https://github.com/Azure/autorest.csharp/issues/4851
- [ ] https://github.com/Azure/autorest.csharp/issues/4852
- [ ] https://github.com/Azure/autorest.csharp/issues/4853
- [ ] https://github.com/Azure/autorest.csharp/issues/4854
- [ ] https://github.com/Azure/autorest.csharp/issues/4855
- [ ] https://github.com/Azure/autorest.csharp/issues/4856
chunyu3 commented 10 months ago

similar as https://github.com/Azure/autorest.csharp/issues/3437