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

Error: Cannot implicitly convert type 'dsadas.DA' to 'short'. An explicit conversion exists (are you missing a cast?)(CS0266) Code: ```csharp public enum DA { STRING, STRING2 } public class EnumError {...

prio: normal
type: bug
subsystem: highlight

Hi, is there any way to add COM Library dependencies without needing to add the .dll file? For example the Microsoft.Office.Interop library. Thank you

type: question
prio: normal
type: bug

![clipboard01](https://user-images.githubusercontent.com/689092/33797654-315954da-dd0c-11e7-9420-ab9254ca4bd2.jpg)

prio: normal
type: bug
subsystem: debugger

![clipboard01](https://user-images.githubusercontent.com/689092/33320580-00f0091e-d443-11e7-8c20-760dc2f84df1.jpg)

prio: normal
type: bug

```csharp namespace highlightError { public class HighError { public static void me() { HighError error = new HighError(); error.Call().Trim(); error.Call.Trim(); // Call resolved. Make better error - method found }...

type: task
prio: normal
subsystem: highlight

```csharp namespace implicitCast { public class BBParameter { public static implicit operator BBParameter(T value) { return new BBParameter(); } } } using implicitCast; namespace implCast { public class TestMe {...

prio: normal
type: bug
subsystem: resolving

```csharp #pragma warning disable 219 using System; namespace test { public class DefaultTest { public static void aA(string d = default(string)) { string[] a = null; foreach (string s in...

prio: normal
type: bug
subsystem: highlight

```csharp public enum Test { someValue = "fdsafasfsa" ^^^^^^^ - no error } ```

prio: normal
type: bug

prio: normal
type: bug
subsystem: debugger

``` csharp using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Threading.Tasks; public class Program { static void Main() { test(() => { return ""; // error expected void but found String...

prio: normal
type: bug
subsystem: resolving