ActivityPub.Types
0.1.0-snapshot.2024-10-13.21-01-46
dotnet add package ActivityPub.Types --version 0.1.0-snapshot.2024-10-13.21-01-46
NuGet\Install-Package ActivityPub.Types -Version 0.1.0-snapshot.2024-10-13.21-01-46
<PackageReference Include="ActivityPub.Types" Version="0.1.0-snapshot.2024-10-13.21-01-46" />
paket add ActivityPub.Types --version 0.1.0-snapshot.2024-10-13.21-01-46
#r "nuget: ActivityPub.Types, 0.1.0-snapshot.2024-10-13.21-01-46"
// Install ActivityPub.Types as a Cake Addin #addin nuget:?package=ActivityPub.Types&version=0.1.0-snapshot.2024-10-13.21-01-46&prerelease // Install ActivityPub.Types as a Cake Tool #tool nuget:?package=ActivityPub.Types&version=0.1.0-snapshot.2024-10-13.21-01-46&prerelease
ActivityPub.Types
Models and serialization logic for ActivityPub types. Out-of-the-box, supports the base and extended ActivityStreams types including collections. Supports simple JSON-LD in the compacted form. Provides a pre-configured serializer to convert between models and JSON.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- JetBrains.Annotations (>= 2024.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.2)
- Microsoft.Extensions.Options (>= 8.0.2)
- System.Text.Json (>= 8.0.5)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on ActivityPub.Types:
Package | Downloads |
---|---|
ActivityPub.Common
ActivityPubSharp is a toolkit of modular packages that support the use of ActivityPub in .NET applications. This package contains core utilities, services, and configuration for all ActivityPub use cases. |
|
ActivityPub.Client
ActivityPubSharp is a toolkit of modular packages that support the use of ActivityPub in .NET applications. This package implements the Client conformance class and supports the client side of Client to Server interactions. |
|
ActivityPub.Extension.Mastodon
ActivityPubSharp is a toolkit of modular packages that support the use of ActivityPub in .NET applications. This package contains extended type definitions and logic for integration with Mastodon. |
|
ActivityPub.Server
ActivityPubSharp is a toolkit of modular packages that support the use of ActivityPub in .NET applications. This package implements the Server conformance class to support the server side of Client to Server interactions. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ActivityPub.Types:
Repository | Stars |
---|---|
Letterbook/Letterbook
Sustainable federated social media built for open correspondence
|