最近 emacs 24.3.1 をインストールしました Emacs で melpa を使用してパッケージomnisharpをインストールしました。
しかし、 C# でプログラミングしている間、Emacsでomnisharpの効果を確認できません。他のものもインストールする必要がありますか、それともここで何か間違っていますか?
Omnisharp サーバーのコンパイル中に、次のエラー ログを受け取りました:-
/home/pratik/OmniSharpServer/OmniSharp.sln (default targets) ->
(Build target) ->
/home/pratik/OmniSharpServer/OmniSharp.Tests/OmniSharp.Tests.csproj (default targets) ->
/usr/lib/mono/4.0/Microsoft.CSharp.targets (CoreCompile target) ->
FindUsages/IntegrationTest.cs(39,27): error CS0584: Internal compiler error: Method not found: 'Nancy.Testing.BrowserResponseExtensions.BodyAsXml'.
FindUsages/IntegrationTest.cs(41,20): error CS1061: Type `object' does not contain a definition for `Length' and no extension method `Length' of type `object' could be found (are you missing a using directive or an assembly reference?)
FindUsages/IntegrationTest.cs(42,19): error CS0021: Cannot apply indexing with [] to an expression of type `object'
FindUsages/IntegrationTest.cs(43,19): error CS0021: Cannot apply indexing with [] to an expression of type `object'
31 Warning(s)
4 Error(s)