Azure / azure-sdk-tools

Tools repository leveraged by the Azure SDK team.
MIT License
111 stars 172 forks source link

[ApiView] swagger api parser remove APIView dependencies #4752

Open ruowan opened 1 year ago

maririos commented 1 year ago

@ruowan not sure what the work here is/was. Checking if it is done or we should still do this

praveenkuttappan commented 1 year ago

@ruowan I believe you are talking about dependency on APIView project from swagger parser. https://github.com/Azure/azure-sdk-tools/blob/main/tools/apiview/parsers/swagger-api-parser/SwaggerApiParser/SwaggerApiParser.csproj#L24

Can you please remind me why do we need this dependency? for CodeFile class?

ruowan commented 1 year ago

Yes. For CodeFile class. It depends on APIView project.

ruowan commented 1 year ago

Here is the PR to remove that dependency https://github.com/Azure/azure-sdk-tools/pull/5319