Blackbird.Applications.Sdk.Common 2.14.0

dotnet add package Blackbird.Applications.Sdk.Common --version 2.14.0
                    
NuGet\Install-Package Blackbird.Applications.Sdk.Common -Version 2.14.0
                    
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="Blackbird.Applications.Sdk.Common" Version="2.14.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Blackbird.Applications.Sdk.Common" Version="2.14.0" />
                    
Directory.Packages.props
<PackageReference Include="Blackbird.Applications.Sdk.Common" />
                    
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 Blackbird.Applications.Sdk.Common --version 2.14.0
                    
#r "nuget: Blackbird.Applications.Sdk.Common, 2.14.0"
                    
#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 Blackbird.Applications.Sdk.Common@2.14.0
                    
#: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=Blackbird.Applications.Sdk.Common&version=2.14.0
                    
Install as a Cake Addin
#tool nuget:?package=Blackbird.Applications.Sdk.Common&version=2.14.0
                    
Install as a Cake Tool

Blackbird Application SDK

Create your own custom applications and use them in your birds!

    [ActionList]
    public class Actions
    {
        [Action("Get translation memory", Description = "Get translation memory")]
        public TranslationMemoryDto GetTranslationMemory(IEnumerable<AuthenticationCredentialsProvider> authenticationCredentialsProviders,
            [ActionParameter] GetTranslationMemoryRequest input)
        {
            var client = new PhraseTmsClient(authenticationCredentialsProviders.First(p => p.KeyName == "api_endpoint").Value);
            var request = new PhraseTmsRequest($"/api2/v1/transMemories/{input.TranslationMemoryUId}", Method.Get, authenticationCredentialsProviders.First(p => p.KeyName == "Authorization").Value);
            var response = client.Get<TranslationMemoryDto>(request);
            return response;
        }
    }

Blackbird.io

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.
  • net6.0

    • No dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Blackbird.Applications.Sdk.Common:

Package Downloads
Blackbird.Applications.Sdk.Utils

Utilities for the BlackBird Application SDK.

Blackbird.Applications.SDK.Extensions.FileManagement

SDK for managing files in blackbird file storage

Blackbird.Applications.SDK.Blueprints

Package Description

Blackbird.Applications.Sdk.Glossaries.Utils

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.14.0 5,056 10/7/2025
2.14.0-rc.10278 146 10/7/2025
2.13.0 1,816 7/2/2025
2.13.0-rc.9476 174 6/26/2025
2.13.0-rc.9300 375 6/5/2025
2.12.0 1,334 2/27/2025
2.12.0-rc.8787 161 4/10/2025
2.12.0-rc.8495 152 3/13/2025
2.12.0-alpha0 140 2/27/2025
2.11.1 3,247 1/24/2025
2.11.1-alpha1 138 1/24/2025
2.11.0 5,346 10/25/2024
2.11.0-alpha2 126 10/25/2024
2.11.0-alpha1 133 10/25/2024
2.11.0-alpha0 213 10/22/2024
2.10.0 781 9/17/2024
2.10.0-alpha1 132 9/17/2024
2.9.0 191 9/17/2024
2.9.0-alpha2 136 9/17/2024
2.9.0-alpha1 633 8/12/2024
Loading failed