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
<PackageReference Include="StockSharp.Web.Api.Interfaces" Version="5.0.174" />
<PackageVersion Include="StockSharp.Web.Api.Interfaces" Version="5.0.174" />
<PackageReference Include="StockSharp.Web.Api.Interfaces" />
paket add StockSharp.Web.Api.Interfaces --version 5.0.174
#r "nuget: StockSharp.Web.Api.Interfaces, 5.0.174"
#:package StockSharp.Web.Api.Interfaces@5.0.174
#addin nuget:?package=StockSharp.Web.Api.Interfaces&version=5.0.174
#tool nuget:?package=StockSharp.Web.Api.Interfaces&version=5.0.174
StockSharp WebApi
| Product | Versions 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. |
-
net10.0
- Ecng.IO.Compression (>= 1.0.35)
- Ecng.Linq (>= 1.0.174)
- Ecng.Net.Clients (>= 1.0.350)
- StockSharp.Web.DomainModel (>= 5.0.162)
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 |
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