StockSharp.Web.DomainModel 5.0.161

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.161 166 3/7/2026
5.0.160 453 2/20/2026
5.0.159 327 2/8/2026
5.0.158 288 2/2/2026
5.0.157 5,063 8/30/2025
5.0.156 400 8/30/2025
5.0.155 432 8/27/2025
5.0.154 2,506 6/23/2025
5.0.153 2,225 4/6/2025
5.0.152 6,957 2/5/2025
5.0.151 436 2/4/2025
5.0.150 402 2/4/2025
5.0.149 478 1/15/2025
5.0.148 395 1/15/2025
5.0.147 400 1/15/2025
5.0.146 2,227 11/18/2024
5.0.145 1,284 10/13/2024
5.0.144 1,772 9/18/2024
5.0.143 2,342 7/31/2024
5.0.142 599 7/23/2024
Loading failed

Use BaseEntitySet for SiteSettings.AI, add GetAI extension method
Normalize SiteSettingsAI table: one row per AI provider
Change TrustTradeVolume, TrustUptime, TrustExchanges from string to long (bigint)
Add Markdown support: Ecng.Markdown library, MD editor default, BB→MD converter
Add AI scenario system (Code/Designer generation with repair loops)
Remove netstandard targets, unify all projects on net10.0
Portal: update homepage, add IntroVideoUrl to Domain, add GitHub stats provider
Compilers: merge MQL and Pine into unified structure, add ConversionType to API
Telegram: move AI settings from appsettings.json to SiteSettings (database), add admin UI
Servers.AI: replace AIGenerator with multi-provider architecture (Grok, DeepSeek, refactored Claude/GPT)
Portal: replace hardcoded footer Resources with API-driven menu
Portal: replace all hardcoded strings with localization, load stats from API
Portal: trust badges - real user count from API, emoji icons, domain filter fix
Portal: move trust badges from hardcode to Domain model via API