mrward/monodevelop-nuget-addin

Unable to update Microsoft.Owin package

ArsenShnurkov opened this issue · 1 comments

Updating Microsoft.Owin...
Attempting to resolve dependency 'Owin (≥ 1.0)'.
Looking for updates for 'Microsoft.Owin'...
Updating 'Microsoft.Owin' from version '2.1.0-rc1' to '3.0.1' in project 'Microsoft.Http2.Owin.Server'.
Removing 'Microsoft.Owin 2.1.0-rc1' from Microsoft.Http2.Owin.Server.
Added file 'packages.config'.
Added file 'packages.config' to project 'Microsoft.Http2.Owin.Server'.
Successfully removed 'Microsoft.Owin 2.1.0-rc1' from Microsoft.Http2.Owin.Server.
Adding 'Microsoft.Owin 3.0.1' to Microsoft.Http2.Owin.Server.
For adding package 'Microsoft.Owin 3.0.1' to project 'Microsoft.Http2.Owin.Server' that targets 'net45',

Assembly references are being added from 'lib/net45'
Added file 'packages.config'.
Added file 'packages.config' to project 'Microsoft.Http2.Owin.Server'.
An exception was thrown while dispatching a method call in the UI thread.

Steps to reproduce:

  1. take Monodevelop 5.9 (build 431), or similar
  2. git clone https://github.com/MSOpenTech/http2-katana.git
  3. Open solution and try to update this package in Microsoft.Http2.Owin.Server.csproj

Can you post the IDE log output? The exception callstack is not shown in the Package Console but should be in the IDE log (Help - Open Log Directory)