aliyun / aliyun-oss-csharp-sdk

Aliyun OSS SDK for C#
MIT License
381 stars 206 forks source link

when endpoint or bucket name is invalid, got Ojbect reference not set ... error #89

Closed sw0 closed 5 years ago

sw0 commented 5 years ago

Project Type: .NET Core (2.2) Referenced Nuget package: Aliyun.OSS.SDK v2.9.0

Got exception when endpoint is invalid.

System.NullReferenceException: 'Object reference not set to an instance of an object.'
sw0 commented 5 years ago

I found I was using incorrect package, the one for .NET Framework, not for .NET Core.

Gavinluo commented 9 months ago

same to you