Hi,
I have followed the steps described (created a project.json with just {} in the folder, installed scriptcs, installed the c# VSCode extension) but have no luck.
The OmniSharp logs are giving me the following:
[ERROR:Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware] An unhandled exception has occurred: Must be able aggregate the response to spread them out across all plugins for /updatebuffer
[INFORMATION:OmniSharp.Middleware.LoggingMiddleware] /updatebuffer: 500 0ms
[ERROR:Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware] An unhandled exception has occurred: Must be able aggregate the response to spread them out across all plugins for /autocomplete
[INFORMATION:OmniSharp.Middleware.LoggingMiddleware] /autocomplete: 500 10ms
[ERROR:Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware] An unhandled exception has occurred: Must be able aggregate the response to spread them out across all plugins for /currentfilemembersastree
Am I using the wrong VSCode plugin perhaps? Or a wrong version of dotnetcore?
Hi,
I have followed the steps described (created a project.json with just {} in the folder, installed scriptcs, installed the c# VSCode extension) but have no luck.
The OmniSharp logs are giving me the following:
[ERROR:Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware] An unhandled exception has occurred: Must be able aggregate the response to spread them out across all plugins for /updatebuffer
[INFORMATION:OmniSharp.Middleware.LoggingMiddleware] /updatebuffer: 500 0ms
[ERROR:Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware] An unhandled exception has occurred: Must be able aggregate the response to spread them out across all plugins for /autocomplete
[INFORMATION:OmniSharp.Middleware.LoggingMiddleware] /autocomplete: 500 10ms
[ERROR:Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware] An unhandled exception has occurred: Must be able aggregate the response to spread them out across all plugins for /currentfilemembersastree
Am I using the wrong VSCode plugin perhaps? Or a wrong version of dotnetcore?