Calculating...
 

InvalidOperationException : There is no undo slot for the Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView item.

ReSharper 5 Version=5.0.1612.133, Built=2010-02-09T14:58:26, Configuration=?Csharp PublicMode Vbnet VS1000? There is no undo slot for the Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextVi ...
by:   Kirill Falk
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
16:03
 

InvalidOperationException : Could not get the VS window frame off the WPF text view.

ReSharper 5 Version=5.0.1612.133, Built=2010-02-09T14:58:26, Configuration=?Csharp PublicMode Vbnet VS1000? Could not get the VS window frame off the WPF text view. --- EXCEPTION #1/2 [InvalidOper ...
by:   Kirill Falk
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
16:03
 

error CS0306: The type 'int*' may not be used as a type argument

using System; class Program { static unsafe void Main() { dynamic d = null; var x = d.Foo<int*>(); // error CS0306: The type 'int*' may not be used as a type ...
by:   Vladimir Reshetnikov
 
0
Normal
Bug 
Fixed 
No subsystem 
Fixed in build
No comments
16:02
0
Critical
Bug 
Open 
No subsystem 
Fixed in build
No comments
16:00
 

NullReferenceException : Object reference not set to an instance of an object.

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode Vbnet VS0900? Object reference not set to an instance of an object. --- EXCEPTION #1/2 [NullReferenceE ...
by:   Damien McGivern
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:59
 

InvalidOperationException : The shrink operation has not decreased the width.

JetBrains ReSharper 5 Version=5.0.1572.9, Built=2010-01-13T22:48:42, Configuration="Csharp InternalMode Vbnet VS0900" The shrink operation has not decreased the width. --- EXCEPTION #1/2 ...
by:   Alexander Zverev
 
0
Show-stopper
Exception 
Reopened 
No subsystem 
Fixed in build
No comments
15:57
 

JetDispatcherActionException : Error executing dispatcher action ReportException on <NULL>:1. Invalid state.

I just launched VS 2010 Previous exception:JetDispatcherActionException : Error executing dispatcher action ReportException on <NULL>:1. Invalid state. Error executing dispatcher action Repor ...
by:   Anonymous
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:55
0
Show-stopper
Bug 
Fixed 
No subsystem 
Fixed in build
No comments
15:52
 

Incorrect autocomplete

class Test { public void Foo(int abc, int xyz) { } public void Bar() { var t = Tuple.Create(1, 2); Foo(t.); // <--- set the cursor after the dot } } ...
by:   Yuri Astrakhan
 
0
Normal
Bug 
Duplicate RSRP-149878  
No subsystem 
Fixed in build
No comments
15:52
 

Complete Statement after the end of line

if (range != null) { myRange = (TextRange)range } Put the caret one symbol after 'range' and invoke Complete Statement. It works quite differently then when in ...
by:   Valentin Kipiatkov
 
0
Normal
Bug 
Submitted 
No subsystem 
Fixed in build
No comments
15:52
 

Emphasize difference in type names when a 'types are not convertible' error is issued

In VS10 you can use rich text to highlights parts of type names. Often there's a typo or different namespaces are used.
by:   Oleg Stepanov
 
0
Major
Bug 
Open 
No subsystem 
Fixed in build
No comments
15:50
 

Assertion : HandleCreateFile: cannot find a hierarchy corresponding to the item C:\SFS 2.0\SFS.Common\Src\SFS.Test.Common\Domain\Entities

ReSharper 5 Version=5.0.1523.19, Built=2009-10-26T01:06:58, Configuration=“Csharp PublicMode Vbnet VS0900” HandleCreateFile: cannot find a hierarchy corresponding to the item C:\SFS 2.0\SFS.Common\ ...
by:   Tom Opgenorth
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:46
 

Minimizing Resharper 5 Exception Browser focuses wrong window

When you minimize the Exception Browser, the previously focused program gets focus (could be notepad, firefox etc).
by:   Fredrik Josefsson
 
0
Normal
Bug 
Open 
No subsystem 
Fixed in build
No comments
15:46
0
Show-stopper
Bug 
Submitted 
No subsystem 
Fixed in build
No comments
15:45
 

R# and VB competion overlaps each other

VS keyboard scheme in VB type (where Context property exists) Context. <Ctrl+Alt+Space> <Ctrl+Space> result: two completion windows are overlapping (see attached)
by:   Eugene Gorelov
 
0
Normal
Bug 
Open 
No subsystem 
Fixed in build
No comments
 
15:45
 

resharpers options page is empty

ReSharper 5.0 1524 and 1525 doesnt show any element in options page
by:   Aexander I. Zaytsev
 
0
Normal
Bug 
Submitted 
No subsystem 
Fixed in build
No comments
15:45
 

error CS0452: The type 'int' must be a reference type in order to use it as parameter 'T' in the generic type or method 'Program.Foo<T>(T)'

using System; class Program { static unsafe void Main() { dynamic d = null; Foo<int>(d); // error CS0452: The type 'int' must be a reference type in order to ...
by:   Vladimir Reshetnikov
 
0
Normal
Bug 
Fixed 
No subsystem 
Fixed in build
No comments
15:44
 

'Convert to method with ?: expression inside' should put ?: operator to the deepest expression possible

using System; class A { private static void Main(string[] args) { if (args.Length == 0) { Console.WriteLine(Array.AsReadOnly(args)); } else { Console.WriteLine ...
by:   Vladimir Reshetnikov
 
0
Normal
Feature 
Submitted 
No subsystem 
Fixed in build
No comments
15:43
 

SSR highlights all around, displays duplicate quick-fixes

The whole file containing a search pattern gets highlighted, quick-fixes are duplicated: the deeper nesting the more quick-fixes in the list. Affected build: 5.0.1611.9
by:   Jura Gorohovsky
 
0
Normal
Bug 
Fixed 
No subsystem 
Fixed in build
No comments
 
15:42
 

InvalidOperationException : GenerateArchiveRecordNote range.EndOffset > textLength

ReSharper 5 Version=5.0.1518.18, Built=2009-10-21T11:40:52, Configuration=“Csharp PublicMode Vbnet VS0900” Current file extension: cs GenerateArchiveRecordNote range.EndOffset > textLength --- ...
by:   Matt Hinze
 
0
Normal
Exception 
Incomplete 
No subsystem 
Fixed in build
No comments
15:40
 

Chek for null on LinQ gives invalid code

Beta build 5.0.1570.7 return hols.Where(h => ((DateTime)h.Date).Year == end.Year && ((DateTime)h.Date).DayOfYear == end.DayOfYear).Count() == 1; The DateTime cast gives a po ...
by:   Sam Mackrill
 
0
Normal
Bug 
Submitted 
No subsystem 
Fixed in build
No comments
15:39
 

[SSR] Placeholders for operators

If would be nice if I also could specify operator kind. For example, comparison (==, !=, >, <, >=, <=), arithmetic (+, -, *, /, %) etc
by:   Vladimir Reshetnikov
 
0
Normal
Feature 
Submitted 
No subsystem 
Fixed in build
No comments
15:35
 

Live Templates, Template Editor (VB): show Available link more accurate

Steps to reproduce: 1. Choose New Template command in popup menu for VB.NET node in Templates Explorer window. Template Editor appears. 2. Click on Available link, choose VB.NET 10 in combobox, pre ...
by:   Igor A
 
0
Normal
Cosmetics 
Open 
No subsystem 
Fixed in build
No comments
 
15:31
 

Assertion : Persistent Ids coincidence. id=8260C52B-A665-4F0C-AA9A-48B74025CEF8 oldValue=JetBrains.ProjectModel.Impl.ProjectModelElementPointerManager

Persistent Ids coincidence. id=8260C52B-A665-4F0C-AA9A-48B74025CEF8 oldValue=JetBrains.ProjectModel.Impl.ProjectModelElementPointerManagerImpl+Pointer newValue=JetBrains.ProjectModel.Impl.ProjectM ...
by:   Dmitry Kryuchkov
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:30
 

Exception notification dialog does not close

ReSharper 4.5 Version=4.5.1185.14 After installing this EAP release this morning, i opened my 2600+ file solution, took a shower and had breakfast while Resharper "scanned" the project. ...
by:   Mark Marlow
 
0
Show-stopper
Bug 
Open 
No subsystem 
Fixed in build
No comments
15:30
 

CamelCase/Shift intellisence shortcut not working in special case

Version 4.1 full release. In creating a new instance of SqlBulkCopy, one of the parameters in the constructor is an enum SqlBulkCopyOptions. See attached image. The lower case letter 'o' a ...
by:   Bob Robson
 
0
Normal
Bug 
Submitted 
No subsystem 
Fixed in build
No comments
 
15:29
 

TargetInvocationException : An exception has occurred during event dispatching Exception has been thrown by the target of an invocation.

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode VS0900? An exception has occurred during event dispatching Exception has been thrown by the target of a ...
by:   Duncan Butler
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:29
 

Ctrl+Alt+Shift+up/down does not move selection

When a block of text is selected, Ctrl+Alt+Shift+up/down should move the whole block, not the current line or a method.
by:   Yuri Astrakhan
 
0
Normal
Bug 
Submitted 
No subsystem 
Fixed in build
No comments
15:28
 

When extracting class to new file, Visual SVN does not automatically add it to the solution

When extracting a class/interface to a new file Visual SVN does not realize its a new file and does not automatically add it to the solution. However, when using Add | Add new from template, VSVN p ...
by:   Jeremy Holt
 
0
Normal
Bug 
Submitted 
No subsystem 
Fixed in build
No comments
15:28
 

Bind reference after completion

BindTo doesn't call for reference after completion. look at the screen captures for more details.
by:   Alexander Nesterenko
 
0
Critical
Bug 
Open 
Code Completion 
Fixed in build
No comments
 
15:27
 

InvalidOperationException : Could not open the project file D:\Work\Projects\Glavsnab\src\Front-end\Web\Global.asax.cs because it does not belong to a

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode Vbnet VS0900? Could not open the project file D:\Work\Projects\Glavsnab\src\Front-end\Web\Global.asax.c ...
by:   Dmitry Kryuchkov
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:22
 

ArgumentException : Could not add an item ?D:\Work\Projects\Glavsnab\src\Front-end\Web\Web.csproj? to the list because the item is already present in

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode Vbnet VS0900? Could not add an item ?D:\Work\Projects\Glavsnab\src\Front-end\Web\Web.csproj? to the lis ...
by:   Dmitry Kryuchkov
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:22
 

NullReferenceException : Object reference not set to an instance of an object.

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode Vbnet VS0900? Object reference not set to an instance of an object. --- EXCEPTION #1/2 [NullReferenceE ...
by:   Dmitry Kryuchkov
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:22
 

Assertion : The condition (values != null) is false.

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode Vbnet VS0900? The condition (values = null) is false. --- EXCEPTION #1/1 [LoggerException] Message = ? ...
by:   Dmitry Kryuchkov
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:22
 

InvalidOperationException : Found non-token "JetBrains.ReSharper.Psi.CSharp.Impl.Tree.MethodDeclaration"! searchOffset=1330, textLength=1446

ReSharper 5 Version=5.0.1607.39, Built=2010-02-02T03:34:46, Configuration=“Csharp PublicMode Vbnet VS0900” Previous exception:RSRP-151711 Found non-token "JetBrains.ReSharper.Psi.CSharp.Impl.T ...
by:   Sergey Shkredov
 
0
Normal
Exception 
Fixed 
No subsystem 
Fixed in build
No comments
15:22
 

InvalidOperationException : Found non-token "JetBrains.ReSharper.Psi.CSharp.Impl.Tree.ConstructorDeclaration"! searchOffset=59793, textLength=98942

ReSharper 5 Version=5.0.1600.3, Built=2010-01-24T20:19:38, Configuration=“Csharp InternalMode Vbnet VS0900” Previous exception:RSRP-149721 Found non-token "JetBrains.ReSharper.Psi.CSharp.Impl. ...
by:   Alexander Zverev
 
0
Normal
Exception 
Fixed 
No subsystem 
Fixed in build
No comments
15:21
 

Null-Refernce warning displayed, while it should not

See attachment. The following code displays a message about possible NRE in TryGetValue: var key = context.BuildKey as IBuildKey; Func<SampleService> func; if (key != null && key.T ...
by:   Andrey
 
0
Normal
Bug 
Can't Reproduce 
Code Analysis - Control Flow 
Fixed in build
No comments
 
15:19
 

ArgumentNullException : Invading the Avalon Window Status Line FAIL. Value cannot be null.

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode Vbnet VS1000? Loaded VS 2010 RC Invading the Avalon Window Status Line FAIL. Value cannot be null. Para ...
by:   James Summerton
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:17
 

ArgumentNullException : Invading the Avalon Status Bar FAIL. Value cannot be null.

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode Vbnet VS1000? Loaded VS 2010 RC Invading the Avalon Status Bar FAIL. Value cannot be null. Parameter na ...
by:   James Summerton
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
15:17
 

FileLoadException : Could not load file or assembly 'JetBrains.ReSharper.Psi.VB, Version=5.0.1565.10, Culture=neutral, PublicKeyToken=1010a0d8d6380325

JetBrains ReSharper 5 Version=5.0.1565.10, Built=2009-12-23T17:10:02, Configuration=“Csharp PublicMode Vbnet VS0900” Previous exception:InvalidOperationException : The component has been corrupted ...
by:   Anonymous
 
0
Normal
Exception 
Won't fix 
No subsystem 
Fixed in build
No comments
15:09
 

Extract method works wrong ('while' loop with embedded returns)

using System; using System.Collections.Generic; static class C { public static bool EqualEnumerables<T>(this IEnumerable<T> left, IEnumerable<T> right, Func<T, T, bool> ...
by:   Vladimir Reshetnikov
 
0
Normal
Bug 
Submitted 
Refactorings - Extract Method 
Fixed in build
No comments
15:02
0
Major
Bug 
Fixed 
No subsystem 
Fixed in build
No comments
14:55
 

Smart Completion in Object Initializers: Suggests Read-Only Properties

STR: new OptionsPageAttribute(Pid, Pid, "Warning"){ParentId = EnvironmentPage.Pid, } After the comma, TypeId is suggested, which is a readonly property.
by:   Serge Baltic
 
0
Major
Bug 
Submitted 
Code Completion 
Fixed in build
No comments
14:55
 

C# Parser recovery problem

class A { public int i }
by:   Eugene Pasynkov
 
0
Show-stopper
Bug 
Open 
PSI - Parser 
Fixed in build
No comments
14:49
 

NullReferenceException : Object reference not set to an instance of an object.

JetBrains ReSharper 5 Version=5.0.1554.20, Built=2009-12-11T01:36:08, Configuration=“Csharp InternalMode Vbnet VS0900” Object reference not set to an instance of an object. --- EXCEPTION #1/2 [Nul ...
by:   Sergey Shkredov
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
14:39
0
Show-stopper
Bug 
Fixed 
No subsystem 
Fixed in build
No comments
14:30
 

Exception : Failed to map VS line-column from Document to Text Control.

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode Vbnet VS0900? Failed to map VS line-column from Document to Text Control. The column number must not be ...
by:   Aexander I. Zaytsev
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
14:22
 

ArgumentNullException : Invading the Avalon Status Bar FAIL. Value cannot be null.

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode Vbnet VS1000? Starting VS2010 RC for the first timeInvading the Avalon Status Bar FAIL. Value cannot be ...
by:   Howard van Rooijen
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
14:18
 

NullReferenceException : Object reference not set to an instance of an object.

JetBrains ReSharper 5 Version=5.0.1565.10, Built=2009-12-23T17:10:02, Configuration=“Csharp PublicMode Vbnet VS0900” Previous exception:RSRP-151170 Object reference not set to an instance of an obj ...
by:   Anonymous
 
0
Normal
Exception 
Obsolete 
No subsystem 
Fixed in build
No comments
14:16
 

ArgumentNullException : Value cannot be null.

ReSharper 5 Version=5.0.1612.115, Built=2010-02-09T01:00:28, Configuration=?Csharp PublicMode VS0900? Value cannot be null. Parameter name: collection --- EXCEPTION #1/2 [ArgumentNullException] Me ...
by:   Kenneth Siewers Møller
 
0
Normal
Exception 
Submitted 
No subsystem 
Fixed in build
No comments
14:15
    1 2 3 4
...
   
Found: 47497 issues
per page