|
Project
|
ReSharper
|
|
Priority
|
Show-stopper |
|
Type
|
Bug |
|
Fix versions
|
4.1 |
|
State
|
Fixed |
|
Assignee
|
Sergey Coox |
|
Subsystem
|
No subsystem |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
5.0.1612.107 |
<Application x:Class="WpfApplication1.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
</Application>
namespace WpfApplication1
{
public partial class App
{
public App()
{
var cur = (App)Current; // error
}
}
}