| Priority |
Critical |
| Type | Bug |
| State | Fixed |
| Assignee | Andrey Simanovsky |
| Subsystem | Generate Action |
| Affected versions |
No affected versions
|
| Fixed in |
3.0.2
|
| Fixed in build |
Next build |
| Fixed in build |
700
|
RSRP-39718 |
Generate::Override: Overrides Internal Members |
|
|
public partial class App : System.Windows.Application
{
internal override void DoStartup()
{
base.DoStartup();
}
}