![]() |
VOOZH | about |
dotnet add package StockSharp.Web.DomainModel --version 5.0.162
NuGet\Install-Package StockSharp.Web.DomainModel -Version 5.0.162
<PackageReference Include="StockSharp.Web.DomainModel" Version="5.0.162" />
<PackageVersion Include="StockSharp.Web.DomainModel" Version="5.0.162" />Directory.Packages.props
<PackageReference Include="StockSharp.Web.DomainModel" />Project file
paket add StockSharp.Web.DomainModel --version 5.0.162
#r "nuget: StockSharp.Web.DomainModel, 5.0.162"
#:package StockSharp.Web.DomainModel@5.0.162
#addin nuget:?package=StockSharp.Web.DomainModel&version=5.0.162Install as a Cake Addin
#tool nuget:?package=StockSharp.Web.DomainModel&version=5.0.162Install as a Cake Tool
StockSharp WebApi
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on StockSharp.Web.DomainModel:
| Package | Downloads |
|---|---|
|
StockSharp.Web.Api.Interfaces
StockSharp WebApi |
|
|
StockSharp.Studio.IPC
IPC components for S#.Studio. More info on web site https://stocksharp.com/store/ |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.163 | 277 | 6/17/2026 |
| 5.0.162 | 199 | 6/8/2026 |
| 5.0.161 | 865 | 3/7/2026 |
| 5.0.160 | 497 | 2/20/2026 |
| 5.0.159 | 368 | 2/8/2026 |
| 5.0.158 | 327 | 2/2/2026 |
| 5.0.157 | 6,321 | 8/30/2025 |
| 5.0.156 | 432 | 8/30/2025 |
| 5.0.155 | 462 | 8/27/2025 |
| 5.0.154 | 2,543 | 6/23/2025 |
| 5.0.153 | 2,262 | 4/6/2025 |
| 5.0.152 | 7,813 | 2/5/2025 |
| 5.0.151 | 466 | 2/4/2025 |
| 5.0.150 | 435 | 2/4/2025 |
| 5.0.149 | 508 | 1/15/2025 |
| 5.0.148 | 423 | 1/15/2025 |
| 5.0.147 | 429 | 1/15/2025 |
| 5.0.146 | 2,269 | 11/18/2024 |
| 5.0.145 | 1,311 | 10/13/2024 |
| 5.0.144 | 1,804 | 9/18/2024 |
Fix domain id constants to match the database
Deploy-status table for the publisher
AI server: poll for bug reports on its own schedule instead of being pinged by the Web API
Triage user bug reports with AI: the Web API ticks, the AI server pulls and decides
Portal Store: strategy backtest showcase
DynamicMenu: add nullable self-FK Parent + admin lookup
Tenant dashboard polish: company name, status gating, lang/theme switcher, admin token view
Domain entity gains LocalName, Flag (FK to File) and SortOrder; admin UI exposes them
TenantService: validate plan via IsInGroup(TenantPlans) instead of hardcoded ID list
Tenant plans: register Ids and seed 3 plan-Products in dev DB
Tenant: link to ProductOrder instead of Product, drop Status/RejectReason/MaxUsers
Tenant registration: file-backed email blocklists with daily upstream refresh
Replace ImplicitUsings with explicit per-project Usings.cs
Ids.Client.TenantManagers/TenantEditors: 209250/209251 → 209840/209841
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
Migrate hardcoded AI prompts to SiteSettings with fallback defaults
Replace IsContentManagerAsync with granular Client properties
Add unified AI content pipeline with AIDraft entity
Add Converter page handler, fix registration domain, hide self-deleted users
Route AI Chat page through DynamicPageHandlers instead of hardcoded /gpt
Move all hardcoded AI prompts to SiteSettings
Move AI release notes formatting from Admin UI to Web API pipeline
Add AI exception analysis endpoint for client programs
Implement AI chat, quota enforcement, code validation and Telegram integration
Move IsMarkdown into MessageFlags, remove IsMarkdown from domain model
Move Eazfuscator decoding from Publisher WebSocket to direct Web API
Add multilingual support: Chinese, Spanish, German, Portuguese, Japanese
Fix CompilerServer and Resources IDs
Move Trust metrics from Domain to SiteSettings