Reporter | Andrey Dyatlov (Andrey.Dyatlov) |
---|---|
Created | Mar 14, 2018 3:22:33 PM |
Updated | Apr 23, 2018 1:52:28 PM |
Resolved | Apr 23, 2018 1:52:28 PM |
Subsystem | Context Actions |
Assignee | Andrey Dyatlov (Andrey.Dyatlov) |
Priority | Normal |
State | Fixed |
Type | Bug |
Fix version | 2018.1 |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
class C
{
private readonly Uri myBaseUrl;
public C(string baseUrl) // <-- here
{
myBaseUrl = new Uri(baseUrl);
}
}
Also it probably shouldn't be offered if the field is already initialized with another value