Description
Provider does not update when updating schema or when changing schema URL
Repro steps
Please provide the steps required to reproduce the problem
- Create a Console application in VS2017
- Add SwaggerProvider reference
- Add a new type (The PetStore example for example.)
- Change the schema URL to another valid Swagger schema
- Notice that the provided types do not change
GIF that shows the problem:

Expected behavior
The provided types should update
Actual behavior
The provided types do not update
Known workarounds
Create new type every time you change the URL or schema
Related information
- OS: Windows10
- SwaggerProvider version: 0.8
- Visual Studio 2017 Update 3.1