SharePoint / sp-dev-docs

SharePoint & Viva Connections Developer Documentation
https://docs.microsoft.com/en-us/sharepoint/dev/
Creative Commons Attribution 4.0 International
1.24k stars 1k forks source link

Microsoft.SharePoint2019.CSOM contains server side library and no client side Tenant library #5469

Open jensotto opened 4 years ago

jensotto commented 4 years ago

Category

Describe the bug

The Microsoft.SharePoint2019.CSOM NuGet package contains a server side library (Microsoft.Online.SharePoint.Dedicated.TenantAdmin.dll) which can't be used client side and are missing the client side Tenant assembly (Microsoft.Online.SharePoint.Client.Tenant.dll)

Also all assemblies in this package is based on the pre-RTM version of SharePoint 2019.

Steps to reproduce

Download the Microsoft.SharePoint2019.CSOM NuGet package, and check it's content.

Expected behavior

The Microsoft.SharePoint2019.CSOM NuGet package should not contain server side assemblies, and it should contain the client side Tenant assembly.

Developer environment

N/A

Additional context

msft-github-bot commented 4 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

antanta commented 4 years ago

Additionally Microsoft.Online.SharePoint.Dedicated.TenantAdmin.dll has a reference for Microsoft.SharePoint.Client.ServerRuntime.dll which if not installed with the SharePoint SDK, i.e. missing from the GAC, will cause your solution to not even start (in my case it was a console app which failed to start on a server without the SDK).

ScoutmanPt commented 2 years ago

Hi, any update on this? There is still no new version on this package. Thanks

radekskl commented 3 months ago

Another bump, 2 year later getting the same issue