-
Notifications
You must be signed in to change notification settings - Fork 55
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
Type Providers: add hot-reload for tp developers #269
base: net213
Are you sure you want to change the base?
Conversation
DedSec256
commented
May 25, 2021
•
edited
Loading
edited
- Restart type providers action
- Assemblies shadow copying mode for type providers debugging
- Add tests
- Add hot-reload?
c127249
to
5e278ff
Compare
ed40f59
to
57a5ba3
Compare
57a5ba3
to
ea1ca5e
Compare
ea1ca5e
to
fe561ae
Compare
@DedSec256 Could you target net213 instead please? Thanks. Also, there're some conflicts. 🙂 |
b55b648
to
8b21f37
Compare
8b21f37
to
7a3fbdb
Compare
@@ -52,6 +53,13 @@ type internal TypeProvidersCache() = | |||
if not hasValue then failwith $"Cannot get type provider {id} from TypeProvidersCache" | |||
else proxyTypeProvidersPerId.[id] | |||
|
|||
member x.GetProvidersLocations() = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to use outputAssemblyPath
since multiple projects can have the same resolutionFolder
We have no more need in manual 'Restart type providers' action since we are able to restart type providers via project reloading. |