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 do understand this is not ready for production, this is just to provide feedback if this has not happened in any of your test environments.
Description
Error on application launch
Steps to Reproduce
Install all prerequisites
install Hypepool
Run dotnet Hypepool.cli.dll
Expected behavior:
Hypepool successful server launch
Actual behavior:
Error:
An assembly specified in the application dependencies manifest (Hypepool.Cli.deps.json) was not found:
package: 'Microsoft.Extensions.Configuration.Abstractions', version: '1.1.2'
path: 'lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll'
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output startup output of hypepool.
Additional Information
Ubuntu 18.04
.NET core SDK 2.1.3
The text was updated successfully, but these errors were encountered:
I do understand this is not ready for production, this is just to provide feedback if this has not happened in any of your test environments.
Description
Error on application launch
Steps to Reproduce
Expected behavior:
Hypepool successful server launch
Actual behavior:
Error:
An assembly specified in the application dependencies manifest (Hypepool.Cli.deps.json) was not found:
package: 'Microsoft.Extensions.Configuration.Abstractions', version: '1.1.2'
path: 'lib/netstandard1.0/Microsoft.Extensions.Configuration.Abstractions.dll'
Reproduces how often: 100%
Versions
You can get this information from copy and pasting the output startup output of hypepool.
Additional Information
Ubuntu 18.04
.NET core SDK 2.1.3
The text was updated successfully, but these errors were encountered: