binance / binance-connector-dotnet

Lightweight connector for integration with Binance API
MIT License
207 stars 69 forks source link

Binance namespace could not be found #6

Closed Tolvic closed 2 years ago

Tolvic commented 2 years ago

Installed Binance.Spot 1.0.1 nuget package Replicated the Websocket example documented in the readme

Encounter this error: "The type or namespace name 'Binance' could not be found."

A repo replicating this error can be found here: https://github.com/Tolvic/BinanceTest

This repo is using .NET core 3.1. I have also tested using .NET 6 and the same error occurs.

Tolvic commented 2 years ago

Downgrading to version 1.0.0 resolves this. The issue only appears to be in version 1.0.1

tantialex commented 2 years ago

Release 1.0.1 has been deprecated.

All changes have been included in #8