MeshWeaver.Social 3.0.0-rc7

This is a prerelease version of MeshWeaver.Social.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package MeshWeaver.Social --version 3.0.0-rc7
                    
NuGet\Install-Package MeshWeaver.Social -Version 3.0.0-rc7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MeshWeaver.Social" Version="3.0.0-rc7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MeshWeaver.Social" Version="3.0.0-rc7" />
                    
Directory.Packages.props
<PackageReference Include="MeshWeaver.Social" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MeshWeaver.Social --version 3.0.0-rc7
                    
#r "nuget: MeshWeaver.Social, 3.0.0-rc7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MeshWeaver.Social@3.0.0-rc7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MeshWeaver.Social&version=3.0.0-rc7&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MeshWeaver.Social&version=3.0.0-rc7&prerelease
                    
Install as a Cake Tool

MeshWeaver.Social

Social publishing for the MeshWeaver mesh: the platform-publisher abstraction with a LinkedIn implementation, the LinkedIn connect / company-Page sync / member publish+engagement endpoint families (riding MeshEndpointProviderAttribute, design #1655/#1667), and the LinkedIn/social node-menu providers. Ships as a mesh MODULE: Modules:Assemblies + the thin module lane (memex/MeshModulesPublish.targets).

🚨 Relocating to Systemorph/MeshWeaver.SocialMedia — this copy is the MASTER until the flip

(Task 63 of the 2026-08 modularization program — a program-plan task, not a GitHub issue number.)

This module's sources ALSO live in MeshWeaver.SocialMedia src/MeshWeaver.Social, where the SocialMedia package is the first MIXED package (node content + compiled module: SocialMedia/index.json declares content.module and its CI builds + module-packs the bundle). During the double-ship transition:

  • Change the module here first, then mirror the .cs files to the satellite verbatim (they are kept byte-identical; the satellite's csproj differs — it project-references a platform checkout).
  • Do NOT delete this project yet. The flip is blocked by, and its PR must resolve, ALL of:
    1. Memex.Portal.Shared compiles against PlatformCredential (Social/ApiCredentialNodeType.cs — deliberately host-side so existing credential nodes keep deserializing) and holds the ships-the-bits ProjectReference (PR #1681's "not flippable" verdict; also AddLinkedInAuthentication stays platform — auth schemes configure before the host builds).
    2. In-mesh sources call SocialExtensions.AddSocial — at least samples/Graph/Data/Doc/DataMesh/SocialMedia/{Post,Profile}.json configuration lambdas — and NodeType compilation references only TRUSTED_PLATFORM_ASSEMBLIES, so a modules/-only assembly is invisible to it (the #1683/#1685 AddApprovals breakage class). Re-sweep content/ samples/*/Data, node JSON, AND the live meshes before deleting any symbol.
    3. The modularization program's satellite-bundle rollout (program-plan task 74, not a GitHub issue), so consumers land the SocialMedia-built bundle automatically (until then the registry's thin-lane modules/MeshWeaver.Social/ is empty by construction and serves nothing). When it flips: remove this project + the Memex.Portal.Shared reference + the @(MeshModule) entry in memex/MeshModulesPublish.targets; the Modules:Assemblies entries STAY (the runtime then loads the landed module from modules/).

Features

  • SocialMeshModuleAttribute / SocialModuleAttribute — the module's two activation halves (DI + menu providers; endpoint contributions via MapMeshModuleEndpoints)
  • IPlatformPublisher — the platform-agnostic publishing abstraction
  • LinkedInPublisher / LinkedInPublishService / LinkedInPostsApi — publish, list, and manage LinkedIn posts
  • LinkedInAnalytics — per-post analytics
  • PlatformCredential — per-user platform credentials as mesh data (registered host-side)
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated