Opened 10 years ago
Closed 10 years ago
#2294 closed enhancement (done)
ApplicationManager should be able to discover types from specified assemblies
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | PluginInfrastructure | Version: | 3.3.10 |
Keywords: | Cc: |
Description
Currently it is only possible to discover type within a specified plugin.
Change History (9)
comment:1 Changed 10 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 10 years ago by mkommend
comment:3 Changed 10 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 10 years ago by mkommend
r11772: Forgot one parameter in call forwarding of SandBoxApplicationManager.
comment:5 Changed 10 years ago by mkommend
r11781: Corrected warnings in SandboxApplicationManager.
comment:6 Changed 10 years ago by gkronber
comment:7 Changed 10 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
reviewed r11771:11772 and r11781.
comment:8 Changed 10 years ago by mkommend
comment:9 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r11771: Implemented type discovery within certain assemblies in ApplicationManagers.