consulo-csharp icon indicating copy to clipboard operation
consulo-csharp copied to clipboard

Languages: C#

Results 56 consulo-csharp issues
Sort by recently updated
recently updated
newest added

``` string aString="Consulo is Awesome"; string anohterString=aString[0]; //This get highlighted #if CheeseCake anohterString=aString[0]; //this does not get highlighted #endif ```

type: task
type: question
prio: minor
subsystem: resolving
subsystem: parsing
subsystem: completion

type: task
prio: normal
type: bug
subsystem: debugger

``` csharp int intValue = 0; MethodAttributes attributes = MethodAttributes.Static; int value = someBoolExpression ? intValue : attributes; // no error at 'attributes' ```

prio: normal
type: bug
subsystem: highlight

``` private Type __valueType; public Type ValueType { get { return __valueType; } } void MyFunc(){ ValueType.

prio: normal
type: bug
subsystem: completion

prio: normal
type: bug
subsystem: completion

Hi. The following code works fine, but Consulo highlights expression as an error! ``` csharp using System; using System.Linq.Expressions; public class TT { public static void t() { test(() =>...

prio: normal
type: bug
subsystem: resolving
subsystem: highlight

type: task
prio: normal
subsystem: refactoring

``` csharp using System; using System.Collections.Generic; public class Program { public static void Main(String[] args) { List list = null; object str = list[0]; } } ```

prio: normal
type: bug
subsystem: resolving