SenseNet / sn-client-dotnet

A .Net client for sensenet that makes it easy to use the REST API of the Content Repository.
https://www.sensenet.com/
GNU General Public License v2.0
7 stars 16 forks source link

Server parameter is not passed on when uploading a text file #65

Closed tusmester closed 2 years ago

tusmester commented 2 years ago

UploadTextInternalAsync method gets the server but does not pass it on to the Content.Create method. This results in a missing server exception later.