StockSharp.Web.Api.Interfaces 5.0.174

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

StockSharp WebApi

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 (2)

Showing the top 2 NuGet packages that depend on StockSharp.Web.Api.Interfaces:

Package Downloads
StockSharp.Finam

Finam

StockSharp.Web.Common

StockSharp WebApi

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.174 58 6/8/2026
5.0.173 845 3/7/2026
5.0.172 448 2/20/2026
5.0.171 323 2/8/2026
5.0.170 283 2/2/2026
5.0.169 217 2/2/2026
5.0.168 1,194 11/20/2025
5.0.167 5,654 8/30/2025
5.0.166 399 8/30/2025
5.0.165 416 8/27/2025
5.0.164 2,580 6/23/2025
5.0.163 2,244 4/6/2025
5.0.162 2,533 2/5/2025
5.0.161 404 2/4/2025
5.0.160 379 2/4/2025
5.0.159 481 1/15/2025
5.0.158 370 1/15/2025
5.0.157 363 1/15/2025
5.0.156 2,133 11/18/2024
5.0.155 1,178 10/13/2024
Loading failed

Api/Admin: pass the publish-status transport timeout as a scalar
Deploy-status table for the publisher
Admin: surface bug analyses in the menu, link from bug reports, list only our defects
AI server: gate bug-report triage by a minimum occurrence threshold
Triage user bug reports with AI: the Web API ticks, the AI server pulls and decides
Tenant lifecycle: collapse Approve into Activate
Tenant lifecycle: UX cleanup, Approve fix, manager email on signup
TenantService lifecycle: Approve / Reject / Suspend / Activate / Close via ProductOrder
RegisterAsync: accept planId, create ProductOrder linked to Tenant
Tenant: link to ProductOrder instead of Product, drop Status/RejectReason/MaxUsers
Replace ImplicitUsings with explicit per-project Usings.cs
Tenant self-service API: GetMine / GenerateMyDomainToken / VerifyMyDomain
Tenant: bind to Product, drop name/owner/admin duplication
Tenant: domain ownership verification (DNS TXT) + GetByHost for edge
Add multi-tenant broker management — entity + service + REST contract
Move RSS/Atom feed generation from Portal to WebAPI (ITopicService.GetFeedAsync)
Add unified AI content pipeline with AIDraft entity
Optimize API calls: parallelize controllers, add groupIds to IDynamicMenuService, batch GetMultiAsync in PricingController
Add markdown directive extensions and cleanText parameter
Move AI release notes formatting from Admin UI to Web API pipeline
Add AI exception analysis endpoint for client programs
Remove BB-to-Markdown conversion from API layer
Add ObfuscationPassword support: SQL schema, mapping, localization, DecodeAsync
Move Eazfuscator decoding from Publisher WebSocket to direct Web API