You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether this is a NuGet problem or a problem specific to this package, but updating to version 3.1.1 leads to some packages not being loaded. This is no problem with version 3.0.8.
It seems to depend on how the package is represented in the Packages folder structure of the project Dependencies.
This works fine:
This leads to Error CS0118 'SocketIO' is a namespace but is used like a type:
Updating to version 3.1.1. means that I have to downgrade to version 3.0.8., then upgrade to version 3.1.1. and hope that it is loaded as shown above. Otherwise, I have to keep repeating this process until it does. I need version 3.1.1. since it otherwise results in issue #349.
If the obj and bin folder have to be deleted, for example when the project binary files cannot be copied properly, this error reoccurs.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
I'm not sure whether this is a NuGet problem or a problem specific to this package, but updating to version 3.1.1 leads to some packages not being loaded. This is no problem with version 3.0.8.
It seems to depend on how the package is represented in the Packages folder structure of the project Dependencies.
This works fine:
This leads to Error CS0118 'SocketIO' is a namespace but is used like a type:
Updating to version 3.1.1. means that I have to downgrade to version 3.0.8., then upgrade to version 3.1.1. and hope that it is loaded as shown above. Otherwise, I have to keep repeating this process until it does. I need version 3.1.1. since it otherwise results in issue #349.
If the obj and bin folder have to be deleted, for example when the project binary files cannot be copied properly, this error reoccurs.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: