StockSharp.Studio.Core 5.0.215

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package StockSharp.Studio.Core --version 5.0.215                
NuGet\Install-Package StockSharp.Studio.Core -Version 5.0.215                
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.Studio.Core" Version="5.0.215" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StockSharp.Studio.Core --version 5.0.215                
#r "nuget: StockSharp.Studio.Core, 5.0.215"                
#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.
// Install StockSharp.Studio.Core as a Cake Addin
#addin nuget:?package=StockSharp.Studio.Core&version=5.0.215

// Install StockSharp.Studio.Core as a Cake Tool
#tool nuget:?package=StockSharp.Studio.Core&version=5.0.215                

Core types for UI applications. More info on web site https://stocksharp.com/store/

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on StockSharp.Studio.Core:

Package Downloads
StockSharp.Studio.Controls

Controls for UI applications. More info on web site https://stocksharp.com/store/

StockSharp.Studio.WebApi.UI

UI types for webapi interfaces. More info on web site https://stocksharp.com/store/

StockSharp.Hydra.Core

Hydra core components. More info on web site https://stocksharp.com/store/

StockSharp.Studio.Runner

Runner - cross platform application to run any types of strategies

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.216 179 2/15/2025
5.0.215 134 2/14/2025
5.0.214 502 1/7/2025
5.0.213 295 12/30/2024
5.0.212 576 11/18/2024
5.0.211 179 11/16/2024
5.0.210 489 10/14/2024
5.0.209 207 10/9/2024
5.0.208 178 10/7/2024
5.0.207 175 10/3/2024
5.0.206 292 9/23/2024
5.0.205 201 9/18/2024
5.0.204 193 9/16/2024
5.0.203 260 9/8/2024
5.0.202 288 8/26/2024
5.0.201 239 8/24/2024
5.0.200 312 8/9/2024
5.0.199 194 8/5/2024
5.0.198 147 8/3/2024
5.0.197 169 8/1/2024
5.0.196 166 7/28/2024
5.0.195 347 7/4/2024
5.0.194 281 6/23/2024
5.0.193 266 6/13/2024
5.0.192 271 5/30/2024
5.0.191 134 5/22/2024
5.0.190 296 5/13/2024
5.0.189 242 5/6/2024
5.0.188 197 5/5/2024
5.0.187 280 4/26/2024
5.0.186 226 4/25/2024
5.0.185 247 4/12/2024
5.0.184 263 4/4/2024
5.0.183 354 3/12/2024
5.0.182 190 2/23/2024
5.0.181 115 2/22/2024
5.0.180 278 2/21/2024
5.0.179 284 2/14/2024
5.0.178 234 2/12/2024
5.0.177 217 2/6/2024
5.0.176 240 1/31/2024
5.0.175 452 1/14/2024
5.0.174 364 1/10/2024
5.0.173 432 12/15/2023
5.0.172 277 12/8/2023
5.0.171 330 11/28/2023
5.0.170 183 11/28/2023
5.0.169 208 11/28/2023
5.0.168 192 10/11/2023
5.0.167 368 10/8/2023
5.0.166 380 9/29/2023
5.0.165 427 9/19/2023
5.0.164 622 7/30/2023
5.0.100 466 9/23/2021

Init all services after login.
Logging moved to Ecng.
RoslynCompiler -> CSharpCompiler. Compile made async. CodeInfo. Language property added.