Git Product home page Git Product logo

consulo-dotnet's Introduction

About

Consulo - multi-language ide. Project was started in year 2013 by forking IDEA Community Edition.

Main goal - to create an open IDE, where you don't need to select an IDE for different languages. Instead, provide a standard for language implementation inside the IDE.

Contributing

If you can't describe the issue, you can use our forum, or you can read the contributing guide and report the issue at GitHub

Building & Running

Build Status

JVM Github Actions
Java 21 jdk21

First of all, you need these tools:

  • Maven 3.9+
  • JDK 21+

Then execute from command line:

mvn package

If you want run Consulo from repository

  • as a desktop application

     mvn install
    
     mvn consulo:run-desktop -pl consulo:consulo-sandbox-desktop
  • as a web application

    first need build web sandbox

    mvn package -am -pl consulo:consulo-sandbox-web
    

    then need start code server (since we used gwt as frontend)

    cd modules/web/web-ui-impl-client
    
    mvn -am vaadin:run-codeserver

    and start web server

    cd modules/web/web-bootstrap
    
    mvn -am jetty:run

Sandbox Projects

Links

consulo-dotnet's People

Contributors

vistall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

consulo-dotnet's Issues

System.ServiceModel.dll from MS .NET 4 are not work

[  11639]   WARN - ll.vfs.DotNetArchiveFileSystem - C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.ServiceModel.dll 
java.lang.ArrayIndexOutOfBoundsException: -1
    at edu.arizona.cs.mbel.mbel.ModuleParser.getByLongIndex(ModuleParser.java:1547)
    at edu.arizona.cs.mbel.mbel.ModuleParser.buildGenericParams(ModuleParser.java:1496)
    at edu.arizona.cs.mbel.mbel.ModuleParser.parseModule(ModuleParser.java:311)
    at org.mustbe.consulo.dotnet.dll.vfs.DotNetArchiveFileSystem$1.createArchiveFile(DotNetArchiveFileSystem.java:75)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.getArchiveFile(CoreArchiveHandler.java:103)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.initEntries(CoreArchiveHandler.java:68)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.getEntriesMap(CoreArchiveHandler.java:168)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.getEntryInfo(CoreArchiveHandler.java:163)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.getEntryInfo(CoreArchiveHandler.java:158)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.list(CoreArchiveHandler.java:142)
    at org.consulo.vfs.ArchiveFileSystemBase.list(ArchiveFileSystemBase.java:192)
    at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.persistAllChildren(PersistentFSImpl.java:172)
    at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.listAll(PersistentFSImpl.java:216)
    at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.getChildren(VirtualDirectoryImpl.java:540)
    at com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode.isAlwaysShowPlus(PsiDirectoryNode.java:309)
    at com.intellij.ide.projectView.BaseProjectTreeBuilder.isAlwaysShowPlus(BaseProjectTreeBuilder.java:113)
    at com.intellij.ide.util.treeView.AbstractTreeUi.doUpdateChildren(AbstractTreeUi.java:1217)
    at com.intellij.ide.util.treeView.AbstractTreeUi.access$3000(AbstractTreeUi.java:60)
    at com.intellij.ide.util.treeView.AbstractTreeUi$25$1.run(AbstractTreeUi.java:1176)
    at com.intellij.ide.util.treeView.AbstractTreeUi.execute(AbstractTreeUi.java:1824)
    at com.intellij.ide.util.treeView.AbstractTreeUi.access$2400(AbstractTreeUi.java:60)
    at com.intellij.ide.util.treeView.AbstractTreeUi$25.run(AbstractTreeUi.java:1173)
    at com.intellij.openapi.util.ExecutionCallback.doWhenExecuted(ExecutionCallback.java:96)
    at com.intellij.openapi.util.ActionCallback.doWhenDone(ActionCallback.java:101)
    at com.intellij.ide.util.treeView.AbstractTreeUi.updateNodeChildren(AbstractTreeUi.java:1168)
    at com.intellij.ide.util.treeView.AbstractTreeUi.updateNodesToInsert(AbstractTreeUi.java:1670)
    at com.intellij.ide.util.treeView.AbstractTreeUi.access$4200(AbstractTreeUi.java:60)
    at com.intellij.ide.util.treeView.AbstractTreeUi$29$2.run(AbstractTreeUi.java:1398)
    at com.intellij.ide.util.treeView.AbstractTreeUi$29$2.run(AbstractTreeUi.java:1394)
    at com.intellij.openapi.util.AsyncResult$1.run(AsyncResult.java:68)
    at com.intellij.openapi.util.ExecutionCallback.doWhenExecuted(ExecutionCallback.java:96)
    at com.intellij.openapi.util.ActionCallback.doWhenDone(ActionCallback.java:101)
    at com.intellij.openapi.util.AsyncResult.doWhenDone(AsyncResult.java:65)
    at com.intellij.ide.util.treeView.AbstractTreeUi$29.run(AbstractTreeUi.java:1393)
    at com.intellij.openapi.util.ExecutionCallback.setExecuted(ExecutionCallback.java:54)
    at com.intellij.openapi.util.ActionCallback.setDone(ActionCallback.java:66)
    at com.intellij.openapi.util.ActionCallback$2.run(ActionCallback.java:199)
    at com.intellij.openapi.util.ExecutionCallback.doWhenExecuted(ExecutionCallback.java:96)
    at com.intellij.openapi.util.ActionCallback.doWhenDone(ActionCallback.java:101)
    at com.intellij.openapi.util.ActionCallback.notify(ActionCallback.java:141)
    at com.intellij.ide.util.treeView.AbstractTreeUi$33.run(AbstractTreeUi.java:1777)
    at com.intellij.ide.util.treeView.AbstractTreeUi.executeYieldingRequest(AbstractTreeUi.java:2085)
    at com.intellij.ide.util.treeView.AbstractTreeUi.access$5800(AbstractTreeUi.java:60)
    at com.intellij.ide.util.treeView.AbstractTreeUi$37$1.run(AbstractTreeUi.java:1977)
    at com.intellij.ide.util.treeView.AbstractTreeBuilder.runOnYeildingDone(AbstractTreeBuilder.java:439)
    at com.intellij.ide.util.treeView.AbstractTreeUi.runOnYieldingDone(AbstractTreeUi.java:2180)
    at com.intellij.ide.util.treeView.AbstractTreeUi$37.run(AbstractTreeUi.java:1972)
    at com.intellij.ide.util.treeView.AbstractTreeBuilder$1.process(AbstractTreeBuilder.java:53)
    at com.intellij.ide.util.treeView.AbstractTreeBuilder$1.process(AbstractTreeBuilder.java:50)
    at com.intellij.util.containers.TransferToEDTQueue.processNext(TransferToEDTQueue.java:86)
    at com.intellij.util.containers.TransferToEDTQueue$1.run(TransferToEDTQueue.java:55)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
    at java.awt.EventQueue.access$000(EventQueue.java:102)
    at java.awt.EventQueue$3.run(EventQueue.java:662)
    at java.awt.EventQueue$3.run(EventQueue.java:660)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:701)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:526)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:349)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

java.lang.ArrayIndexOutOfBoundsException: 1 at org.mustbe.consulo.csharp.compil

Platform Version: 1.SNAPSHOT
Plugin .NET Core version: 193

Description:

IdeaLoggingEvent[message=Message with : System.TypeLoadException: Could not load type 'Mono.CSharp.ConsoleReportPrinter' from assembly 'mcs, Version=3.2.6.0, Culture=neutral, PublicKeyToken=null'. cant be parsed: 1, throwable=java.lang.ArrayIndexOutOfBoundsException: 1
at org.mustbe.consulo.csharp.compiler.MSBaseDotNetCompilerOptionsBuilder.convertToMessage(MSBaseDotNetCompilerOptionsBuilder.java:154)
at org.mustbe.consulo.dotnet.compiler.DotNetCompiler.compile(DotNetCompiler.java:126)
at com.intellij.compiler.impl.CompileDriver.compileSources(CompileDriver.java:1857)
at com.intellij.compiler.impl.CompileDriver.translate(CompileDriver.java:1170)
at com.intellij.compiler.impl.CompileDriver.doCompile(CompileDriver.java:870)
at com.intellij.compiler.impl.CompileDriver.doCompile(CompileDriver.java:571)
at com.intellij.compiler.impl.CompileDriver.access$700(CompileDriver.java:106)
at com.intellij.compiler.impl.CompileDriver$6.run(CompileDriver.java:519)
at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:165)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:464)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:178)
at com.intellij.openapi.progress.ProgressManager.executeProcessUnderProgress(ProgressManager.java:210)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:212)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:171)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$8.run(ProgressManagerImpl.java:373)
at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:464)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:154)
]

Debugger dont paused inside one-line lambda(delegate)

using System;
using System.Linq;
using System.Collections.Generic;

public class Program {

    public static void Main() {
        var list = new List<string>();
        list.Add("test1234");
        list.Add("test1");
        list.Add("test142412");
        list.Add("test4124");

        list.Sort((x, y) => x.CompareTo(y));  // debugger dont works for lambda

        list.Sort(delegate(String x, String y) { return x.CompareTo(y); });    // debugger dont works for delegate

        list.Sort(delegate(String x, String y) {
            return x.CompareTo(y);   // debugger works on delegate
        });
    }
}

java.lang.ArrayIndexOutOfBoundsException: 1 at org.mustbe.consulo.csharp.compil

Platform Version: 1.SNAPSHOT
Plugin .NET Core version: 193

Description:

IdeaLoggingEvent[message=Message with : System.TypeLoadException: Could not load type 'Mono.CSharp.ConsoleReportPrinter' from assembly 'mcs, Version=3.2.6.0, Culture=neutral, PublicKeyToken=null'. cant be parsed: 1, throwable=java.lang.ArrayIndexOutOfBoundsException: 1
at org.mustbe.consulo.csharp.compiler.MSBaseDotNetCompilerOptionsBuilder.convertToMessage(MSBaseDotNetCompilerOptionsBuilder.java:154)
at org.mustbe.consulo.dotnet.compiler.DotNetCompiler.compile(DotNetCompiler.java:126)
at com.intellij.compiler.impl.CompileDriver.compileSources(CompileDriver.java:1857)
at com.intellij.compiler.impl.CompileDriver.translate(CompileDriver.java:1170)
at com.intellij.compiler.impl.CompileDriver.doCompile(CompileDriver.java:870)
at com.intellij.compiler.impl.CompileDriver.doCompile(CompileDriver.java:571)
at com.intellij.compiler.impl.CompileDriver.access$700(CompileDriver.java:106)
at com.intellij.compiler.impl.CompileDriver$6.run(CompileDriver.java:519)
at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:165)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:464)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:178)
at com.intellij.openapi.progress.ProgressManager.executeProcessUnderProgress(ProgressManager.java:210)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:212)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:171)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$8.run(ProgressManagerImpl.java:373)
at com.intellij.openapi.application.impl.ApplicationImpl$8.run(ApplicationImpl.java:464)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:154)
]

mono + mcs dont work normaly on MacOS. Blinking result

Mono 3.2.6

Mac OS 10.6.5

Sometimes mcs - print Abort Trap sometimes nothing, sometimes exception like System.TypeLoadException: Could not load type 'Mono.CSharp.ConsoleReportPrinter' from assembly 'mcs, Version=3.2.6.0, Culture=neutral, PublicKeyToken=null'

Delay at select dependency tab

AWT-EventQueue-1 1.0#SNAPSHOT, eap:true [RUNNABLE]
java.lang.StringBuilder.append(String) StringBuilder.java:119
edu.arizona.cs.mbel.metadata.StringsStream.getStringByOffset(long) StringsStream.java:67
edu.arizona.cs.mbel.metadata.TableConstants.getString(long) TableConstants.java:433
edu.arizona.cs.mbel.metadata.genericTable.entryReader.StringsHeapEntryReader.read(MSILInputStream, TableConstants) StringsHeapEntryReader.java:20
edu.arizona.cs.mbel.metadata.GenericTableValue.parse(MSILInputStream, TableConstants) GenericTableValue.java:68
edu.arizona.cs.mbel.metadata.TableConstants.parseTables(MSILInputStream) TableConstants.java:405
edu.arizona.cs.mbel.metadata.Metadata.parseTableConstants(MSILInputStream) Metadata.java:197
edu.arizona.cs.mbel.mbel.ModuleParser.<init>(InputStream) ModuleParser.java:88
org.mustbe.consulo.dotnet.module.extension.BaseDotNetModuleExtension.getInfo(File) BaseDotNetModuleExtension.java:239
org.mustbe.consulo.dotnet.module.extension.BaseDotNetModuleExtension.getLibraryByAssemblyName(Sdk, String, Ref) BaseDotNetModuleExtension.java:367
org.mustbe.consulo.dotnet.module.extension.BaseDotNetModuleExtension.getSystemLibraryUrlsImpl(Sdk, String, OrderRootType) BaseDotNetModuleExtension.java:297
org.mustbe.consulo.mono.dotnet.module.extension.MonoDotNetModuleExtension.getSystemLibraryUrlsImpl(Sdk, String, OrderRootType) MonoDotNetModuleExtension.java:97
org.mustbe.consulo.dotnet.module.extension.BaseDotNetModuleExtension.getSystemLibraryUrls(String, OrderRootType) BaseDotNetModuleExtension.java:271
org.mustbe.consulo.dotnet.module.roots.DotNetLibraryOrderEntryImpl.getUrls(OrderRootType) DotNetLibraryOrderEntryImpl.java:85
com.intellij.openapi.roots.impl.ModuleRootLayerImpl.orderEntriesEquals(OrderEntry, OrderEntry) ModuleRootLayerImpl.java:457
com.intellij.openapi.roots.impl.ModuleRootLayerImpl.areOrderEntriesChanged(ModuleRootLayerImpl) ModuleRootLayerImpl.java:386
com.intellij.openapi.roots.impl.ModuleRootLayerImpl.isChanged(ModuleRootLayerImpl) ModuleRootLayerImpl.java:481
com.intellij.openapi.roots.impl.RootModelImpl.isChanged() RootModelImpl.java:376
java.lang.reflect.Method.invoke(Object, Object[]) Method.java:597
com.intellij.openapi.roots.ui.configuration.ModuleEditor$ModifiableRootModelInvocationHandler.invoke(Object, Method, Object[]) ModuleEditor.java:318
com.sun.proxy.$Proxy78.isChanged()
com.intellij.openapi.roots.ui.configuration.ModuleElementsEditor.isModified() ModuleElementsEditor.java:55
com.intellij.openapi.roots.ui.configuration.ModuleEditor.isModified() ModuleEditor.java:172
com.intellij.openapi.roots.ui.configuration.ModulesConfigurator.isModified() ModulesConfigurator.java:560
com.intellij.openapi.roots.ui.configuration.projectRoot.ModuleStructureConfigurable.isModified() ModuleStructureConfigurable.java:323
com.intellij.openapi.roots.ui.configuration.ProjectStructureConfigurable.isModified() ProjectStructureConfigurable.java:254
com.intellij.openapi.options.ex.SingleConfigurableEditor$ApplyAction$1.run() SingleConfigurableEditor.java:207
com.intellij.util.concurrency.QueueProcessor.runSafely(Runnable) QueueProcessor.java:238
com.intellij.util.Alarm$Request$1.run() Alarm.java:327
com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run() LaterInvocator.java:319
java.awt.EventQueue.dispatchEvent(AWTEvent) EventQueue.java:642
com.intellij.ide.IdeEventQueue.defaultDispatchEvent(AWTEvent) IdeEventQueue.java:748
com.intellij.ide.IdeEventQueue._dispatchEvent(AWTEvent, boolean) IdeEventQueue.java:577
com.intellij.ide.IdeEventQueue.dispatchEvent(AWTEvent) IdeEventQueue.java:384
java.awt.Dialog.show() Dialog.java:1102
com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show() DialogWrapperPeerImpl.java:787
com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show() DialogWrapperPeerImpl.java:463
com.intellij.openapi.ui.DialogWrapper.showAndGetOk() DialogWrapper.java:1543
com.intellij.openapi.ui.DialogWrapper.show() DialogWrapper.java:1511
com.intellij.ide.actions.ShowSettingsUtilImpl.editConfigurable(Component, Project, Configurable, String, Runnable) ShowSettingsUtilImpl.java:258
com.intellij.ide.actions.ShowSettingsUtilImpl.editConfigurable(Project, Configurable, Runnable) ShowSettingsUtilImpl.java:228
com.intellij.openapi.roots.ui.configuration.ModulesConfigurator.showDialog(Project, String, String) ModulesConfigurator.java:589
com.intellij.openapi.roots.ui.configuration.IdeaProjectSettingsService.openContentEntriesSettings(Module) IdeaProjectSettingsService.java:102
com.intellij.openapi.module.ModuleNavigatable.navigate(boolean) ModuleNavigatable.java:34
com.intellij.util.OpenSourceUtil.navigate(boolean, Navigatable[]) OpenSourceUtil.java:51
com.intellij.ide.actions.BaseNavigateToSourceAction.actionPerformed(AnActionEvent) BaseNavigateToSourceAction.java:34
com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(AnAction, AnActionEvent) ActionUtil.java:219
com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter$1.run() ActionMenuItem.java:261
com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(DataContext, Runnable) FocusManagerImpl.java:926
com.intellij.openapi.wm.impl.IdeFocusManagerImpl.runOnOwnContext(DataContext, Runnable) IdeFocusManagerImpl.java:114
com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionEvent) ActionMenuItem.java:231
javax.swing.AbstractButton.fireActionPerformed(ActionEvent) AbstractButton.java:1995
com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionEvent) ActionMenuItem.java:104
com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(MenuSelectionManager, MouseEvent) BegMenuItemUI.java:531
com.intellij.ui.plaf.beg.BegMenuItemUI.access$300(BegMenuItemUI, MenuSelectionManager, MouseEvent) BegMenuItemUI.java:43
com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(MouseEvent) BegMenuItemUI.java:545
java.awt.EventQueue.dispatchEvent(AWTEvent) EventQueue.java:644
com.intellij.ide.IdeEventQueue.defaultDispatchEvent(AWTEvent) IdeEventQueue.java:748
com.intellij.ide.IdeEventQueue._dispatchEvent(AWTEvent, boolean) IdeEventQueue.java:573
com.intellij.ide.IdeEventQueue.dispatchEvent(AWTEvent) IdeEventQueue.java:384
java.awt.EventDispatchThread.run() EventDispatchThread.java:122


Strange resolving

public class Program
{
    public static void Main(string[] d)
    {
        GetEvents();
    }
}

dont have errors . GetEvent is resolved to System.Type.GetEvents();

Bug with Task method return types

HttpClient _httpClient; // normally initialized in ctor

public async Task<string> GetSomething(string url)
{
    var responseMessage = await this._httpClient.GetAsync(url);
    SomeClass SomeResponse = await responseMessage.Content.ReadAsAsync<SomeClass>();
    return SomeResponse.Something; // produces error "cannot implicitly convert type 'System.String' to 'Task<System.String>'" . VS have no errors on this code.
} 

CIL(MSIL) implenentation?

Generate stubs in CIL language, not in C# - it ill extract C# impl from .NET plugin.

And then can create CIL file presentation in C#/Java/Basic etc.

Index method is not resolved

using System.Configuration;
...
var something = ConfigurationManager.AppSettings["someThing"]; // produces error "Index method is not resolved"

Mono Debugger: blink work

Often debugger cant connect to socket

debugger-agent: Unable to connect to 127.0.0.1:42568

But on another OS - it work.

For example on my comp (win 8.1) dont work, but at my old comp it worked

Mono Debugger: breakpoints at nested types dont work

using System;

public class Program
{
    public class Test
    {
        public static void test()
        {
            int var = 1;
            Console.WriteLine("Hello World!!!");  <<< Here breakpoint
        }
    }

    public static void Main(String[] args)
    {
        int val = 1;

        Test.test();
    }
}

System.ServiceModel.dll from MS .NET 4 are not work

[  11639]   WARN - ll.vfs.DotNetArchiveFileSystem - C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.ServiceModel.dll 
java.lang.ArrayIndexOutOfBoundsException: -1
    at edu.arizona.cs.mbel.mbel.ModuleParser.getByLongIndex(ModuleParser.java:1547)
    at edu.arizona.cs.mbel.mbel.ModuleParser.buildGenericParams(ModuleParser.java:1496)
    at edu.arizona.cs.mbel.mbel.ModuleParser.parseModule(ModuleParser.java:311)
    at org.mustbe.consulo.dotnet.dll.vfs.DotNetArchiveFileSystem$1.createArchiveFile(DotNetArchiveFileSystem.java:75)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.getArchiveFile(CoreArchiveHandler.java:103)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.initEntries(CoreArchiveHandler.java:68)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.getEntriesMap(CoreArchiveHandler.java:168)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.getEntryInfo(CoreArchiveHandler.java:163)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.getEntryInfo(CoreArchiveHandler.java:158)
    at com.intellij.openapi.vfs.impl.archive.CoreArchiveHandler.list(CoreArchiveHandler.java:142)
    at org.consulo.vfs.ArchiveFileSystemBase.list(ArchiveFileSystemBase.java:192)
    at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.persistAllChildren(PersistentFSImpl.java:172)
    at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.listAll(PersistentFSImpl.java:216)
    at com.intellij.openapi.vfs.newvfs.impl.VirtualDirectoryImpl.getChildren(VirtualDirectoryImpl.java:540)
    at com.intellij.ide.projectView.impl.nodes.PsiDirectoryNode.isAlwaysShowPlus(PsiDirectoryNode.java:309)
    at com.intellij.ide.projectView.BaseProjectTreeBuilder.isAlwaysShowPlus(BaseProjectTreeBuilder.java:113)
    at com.intellij.ide.util.treeView.AbstractTreeUi.doUpdateChildren(AbstractTreeUi.java:1217)
    at com.intellij.ide.util.treeView.AbstractTreeUi.access$3000(AbstractTreeUi.java:60)
    at com.intellij.ide.util.treeView.AbstractTreeUi$25$1.run(AbstractTreeUi.java:1176)
    at com.intellij.ide.util.treeView.AbstractTreeUi.execute(AbstractTreeUi.java:1824)
    at com.intellij.ide.util.treeView.AbstractTreeUi.access$2400(AbstractTreeUi.java:60)
    at com.intellij.ide.util.treeView.AbstractTreeUi$25.run(AbstractTreeUi.java:1173)
    at com.intellij.openapi.util.ExecutionCallback.doWhenExecuted(ExecutionCallback.java:96)
    at com.intellij.openapi.util.ActionCallback.doWhenDone(ActionCallback.java:101)
    at com.intellij.ide.util.treeView.AbstractTreeUi.updateNodeChildren(AbstractTreeUi.java:1168)
    at com.intellij.ide.util.treeView.AbstractTreeUi.updateNodesToInsert(AbstractTreeUi.java:1670)
    at com.intellij.ide.util.treeView.AbstractTreeUi.access$4200(AbstractTreeUi.java:60)
    at com.intellij.ide.util.treeView.AbstractTreeUi$29$2.run(AbstractTreeUi.java:1398)
    at com.intellij.ide.util.treeView.AbstractTreeUi$29$2.run(AbstractTreeUi.java:1394)
    at com.intellij.openapi.util.AsyncResult$1.run(AsyncResult.java:68)
    at com.intellij.openapi.util.ExecutionCallback.doWhenExecuted(ExecutionCallback.java:96)
    at com.intellij.openapi.util.ActionCallback.doWhenDone(ActionCallback.java:101)
    at com.intellij.openapi.util.AsyncResult.doWhenDone(AsyncResult.java:65)
    at com.intellij.ide.util.treeView.AbstractTreeUi$29.run(AbstractTreeUi.java:1393)
    at com.intellij.openapi.util.ExecutionCallback.setExecuted(ExecutionCallback.java:54)
    at com.intellij.openapi.util.ActionCallback.setDone(ActionCallback.java:66)
    at com.intellij.openapi.util.ActionCallback$2.run(ActionCallback.java:199)
    at com.intellij.openapi.util.ExecutionCallback.doWhenExecuted(ExecutionCallback.java:96)
    at com.intellij.openapi.util.ActionCallback.doWhenDone(ActionCallback.java:101)
    at com.intellij.openapi.util.ActionCallback.notify(ActionCallback.java:141)
    at com.intellij.ide.util.treeView.AbstractTreeUi$33.run(AbstractTreeUi.java:1777)
    at com.intellij.ide.util.treeView.AbstractTreeUi.executeYieldingRequest(AbstractTreeUi.java:2085)
    at com.intellij.ide.util.treeView.AbstractTreeUi.access$5800(AbstractTreeUi.java:60)
    at com.intellij.ide.util.treeView.AbstractTreeUi$37$1.run(AbstractTreeUi.java:1977)
    at com.intellij.ide.util.treeView.AbstractTreeBuilder.runOnYeildingDone(AbstractTreeBuilder.java:439)
    at com.intellij.ide.util.treeView.AbstractTreeUi.runOnYieldingDone(AbstractTreeUi.java:2180)
    at com.intellij.ide.util.treeView.AbstractTreeUi$37.run(AbstractTreeUi.java:1972)
    at com.intellij.ide.util.treeView.AbstractTreeBuilder$1.process(AbstractTreeBuilder.java:53)
    at com.intellij.ide.util.treeView.AbstractTreeBuilder$1.process(AbstractTreeBuilder.java:50)
    at com.intellij.util.containers.TransferToEDTQueue.processNext(TransferToEDTQueue.java:86)
    at com.intellij.util.containers.TransferToEDTQueue$1.run(TransferToEDTQueue.java:55)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:701)
    at java.awt.EventQueue.access$000(EventQueue.java:102)
    at java.awt.EventQueue$3.run(EventQueue.java:662)
    at java.awt.EventQueue$3.run(EventQueue.java:660)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:671)
    at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:701)
    at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:526)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:349)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:244)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:163)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:147)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:139)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:97)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.