![]() |
VOOZH | about |
dotnet add package StockSharp.Web.DomainModel --version 5.0.163
NuGet\Install-Package StockSharp.Web.DomainModel -Version 5.0.163
<PackageReference Include="StockSharp.Web.DomainModel" Version="5.0.163" />
<PackageVersion Include="StockSharp.Web.DomainModel" Version="5.0.163" />Directory.Packages.props
<PackageReference Include="StockSharp.Web.DomainModel" />Project file
paket add StockSharp.Web.DomainModel --version 5.0.163
#r "nuget: StockSharp.Web.DomainModel, 5.0.163"
#:package StockSharp.Web.DomainModel@5.0.163
#addin nuget:?package=StockSharp.Web.DomainModel&version=5.0.163Install as a Cake Addin
#tool nuget:?package=StockSharp.Web.DomainModel&version=5.0.163Install 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 | 49 | 6/17/2026 |
| 5.0.162 | 191 | 6/8/2026 |
| 5.0.161 | 863 | 3/7/2026 |
| 5.0.160 | 493 | 2/20/2026 |
| 5.0.159 | 365 | 2/8/2026 |
| 5.0.158 | 323 | 2/2/2026 |
| 5.0.157 | 6,157 | 8/30/2025 |
| 5.0.156 | 427 | 8/30/2025 |
| 5.0.155 | 461 | 8/27/2025 |
| 5.0.154 | 2,542 | 6/23/2025 |
| 5.0.153 | 2,261 | 4/6/2025 |
| 5.0.152 | 7,664 | 2/5/2025 |
| 5.0.151 | 465 | 2/4/2025 |
| 5.0.150 | 433 | 2/4/2025 |
| 5.0.149 | 507 | 1/15/2025 |
| 5.0.148 | 422 | 1/15/2025 |
| 5.0.147 | 428 | 1/15/2025 |
| 5.0.146 | 2,268 | 11/18/2024 |
| 5.0.145 | 1,310 | 10/13/2024 |
| 5.0.144 | 1,802 | 9/18/2024 |
Move the CLSCompliant assembly attribute into Properties/Usings.cs
Mark DomainModel, Api.Interfaces, Api.Client and Common as CLS-compliant
Broker custom domains: auto-HTTPS via ACME HTTP-01 and the IIS Central Certificate Store
Socials: per-domain membership for OAuth login and main-page display
@ Api: never serialize platform secrets over the wire (both Newtonsoft and System.Text.Json)
Api: hide SiteSettings platform secrets from non-admins (mask + [JsonIgnore] + getter)
Api: hide pay-gateway Password/Token from non-admin readers (mask + [JsonIgnore])
DnsProvider: add picture support
CertManager: rename ManagedCertificate flags to the Is* convention
CertManager: store DNS provider credentials as typed fields, not a JSON blob
Add CertManager: ACME certificate issuance and auto-renewal service