-
[SD-1491](http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1491), originally created on 12/21/2008 22:06:14 by Daniel Grunwald
Debugger commands should be executed in a separate thread (not…
-
Many smart operations (and not only smart, e. g. #11) within true IDE (not text editor with macroses) requare knowledge about AST.
Is there any plans for realizing rust AST?
Good open source example…
xilec updated
7 years ago
-
@DDReaper @dellis1972
So I spoke to some Xamarin people at GDC and have been doing some research today. I think I finally understand how this could work for everyone.
Everything you guys have been…
-
I have a project that works fine on Windows, but fails on OS X running Xamarin Studio (MonoDevelop).
I'm getting the following error when compiling on mono (OS X Yosemite):
```
Target AfterCompi…
-
I was trying to build MonoDevelop 6.0.0.4761 in the hopes that this was a version that is able to build using the source code provided. It also errors, because of unresolved dependencies:
```
[ 1…
-
It is possible to specify a `[ConditionalAttribute]` on an attribute type to indicate that the attribute should only be present in the compiled assembly if a certain symbol is defined when the attribu…
-
@mrward I would like to be able to manage my nuget packages Installs / Updates etc from the command line.
Is this possible using the powershell command you have built?
-
Cannot install plinqo from nuget
1. create new asp.net mvc6 project
2. install from nuget PLINQO.EntityFramework.DbContext
Log:
------- Installing...PLINQO.EntityFramework.DbContext 1.0.46 -------…
-
C#
```
[NamedValues]
[Imported]
enum Size {
[ScriptName="small"]
Small
}
public class Foo {
public const Size DefaultSize = Size.Small;
...
public SomeMethod() {
this.Set…
-
monodeveop can't find files in msbuild
Any answers?