You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems it would be nice to make this time configurable, for very big openapi.json specs, the type providers might take more than 30 seconds to regenerate, making the cache kind of not useful (always re-generating types)...
I am using SwaggerProvider so not sure if the underlying code is the same here (i guess)
The text was updated successfully, but these errors were encountered:
jkone27
changed the title
Request: Make types caching interval configurable from
Request: Make types caching interval configurable via provider parameter
Jun 12, 2021
Description
Seems it would be nice to make this time configurable, for very big openapi.json specs, the type providers might take more than 30 seconds to regenerate, making the cache kind of not useful (always re-generating types)...
I am using SwaggerProvider so not sure if the underlying code is the same here (i guess)
I suppose is here, could this become a type provider parameter, with default value of 30.0 ? https://github.com/fsprojects/SwaggerProvider/blob/2cf23f67aa7dc7df98179ee02d07be10beb8f354/src/SwaggerProvider.DesignTime/Provider.OpenApiClient.fs
The text was updated successfully, but these errors were encountered: