Opened 13 years ago
Closed 12 years ago
#1779 closed defect (done)
IsDynamic check for assemblies does not work
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.7 |
Component: | PluginInfrastructure | Version: | 3.3.7 |
Keywords: | Cc: |
Description
In the ApplicationManager assemblies are checked if they were dynamic assemblies to suppress type discovery if necessary. This is currently not working and additionally .NET 4.0 provides an easier way to perform the check.
Change History (6)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 13 years ago by gkronber
Related to #1792.
comment:4 Changed 13 years ago by mkommend
comment:5 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:6 Changed 12 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.6 to 3.3.7
Note: See
TracTickets for help on using
tickets.
r7502: Corrected IsDynamicAssembly check in SandboxApplicationManager.