Tisa.App.Common 2026.9.10.705

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

Tisa.App.Common

NuGet Version License

Общие компоненты application-слоя для интеграционных ASP.NET Core приложений TISA.

Используется пакетами Tisa.XrmApp и Tisa.BpmApp.

Установка

dotnet add package Tisa.App.Common --version 2026.2.0.0705

Основные компоненты

  • ApiKeyAuthenticationHandler — единый обработчик API-key аутентификации на базе IPlatformTokenValidator.

Пример

services.AddAuthentication(ApiKeyAuthenticationHandler.SchemeName)
    .AddScheme<AuthenticationSchemeOptions, ApiKeyAuthenticationHandler>(
        ApiKeyAuthenticationHandler.SchemeName,
        _ => { });

Миграция

Замените устаревшие ApikeyAuth на ApiKeyAuthenticationHandler. Подробности — в Docs/MigrationGuide-2026.2.md.

Product 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.  net9.0 is compatible.  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 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 (2)

Showing the top 2 NuGet packages that depend on Tisa.App.Common:

Package Downloads
Tisa.XrmApp

Базовые классы и компоненты приложений ТИСА для работы с использованием NetCore.

Tisa.BpmApp

Базовые классы и компоненты приложений ТИСА для работы с использованием NetCore на платформе BPMSoft.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.9.10.705 80 7/7/2026