Nikita Tsukanov

Results 41 issues of Nikita Tsukanov

As I've already proposed in [mono-devel](http://lists.ximian.com/pipermail/mono-devel-list/2014-April/041372.html) it would be nice to have an ASP.NET host implementation with plugable HTTP-server support. It also a nice thing to have a separate FastCGI-server...

Right now on Windows ANSI is used.

```cpp COMINTERFACE(IUtf8String, fca2c459, 0818, 4cb4, 8d, bd, fd, 98, 4b, cc,a5, 6a) : IUnknown { virtual int GetLength() = 0; }; ``` > Interfaces.cs(248, 74): [CS0737] 'IUtf8StringNative' does not implement...

`Hide()` call here https://github.com/AvaloniaUI/AvaloniaEdit/blob/master/src/AvaloniaEdit/CodeCompletion/CompletionWindow.cs#L124 causes DataContext change (?) which in turn triggers selected item reset. Here is the stack trace ``` Editor.Avalonia.exe!Editor.Avalonia.MainWindow.CompletionList_SelectionChanged(object sender, Avalonia.Controls.SelectionChangedEventArgs e) (IL=0x0049, Native=0x0B471C68+0xD6) [Native to Managed...

i. e. ```xml ``` throws exception

I definitely can see them on build output however. https://lh3.googleusercontent.com/-iPAPwt3DXfk/UvEaGyfSaPI/AAAAAAAADUA/3s6abxn8DU4/s1353/fileRDJxAf.png It works fine with errors and messages. VS 2012, Nemerle v1.2.188.0

https://github.com/AvaloniaUI/AvaloniaVS/blob/20624f316a58293cd6ec8a231ea73edee721c52b/AvaloniaVS/Services/SolutionService.cs#L208 https://github.com/microsoft/VSProjectSystem/blob/master/doc/automation/obtaining_the_MSBuild.Project_from_CPS.md

bug
help wanted

``` csharp class A { public int Id{get;set;} public int UserId {get; set;} public string Foo {get; set; } class B { public int Id{get;set;} public int UserId {get; set;}...