StockSharp.Server.Core 5.0.185

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

Core server components. More info on web site https://stocksharp.com/store/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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.  net10.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.Server.Core:

Package Downloads
StockSharp.Xaml

Misc graphical components. More info on web site https://stocksharp.com/store/

StockSharp.Server.Fix

FIX server. 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.190 2,909 9/11/2025
5.0.189 476 9/1/2025
5.0.188 389 8/30/2025
5.0.187 595 8/10/2025
5.0.186 878 7/23/2025
5.0.185 604 7/20/2025
5.0.184 402 7/20/2025
5.0.183 498 7/14/2025
5.0.182 408 7/8/2025
5.0.181 330 7/4/2025
5.0.180 384 6/30/2025
5.0.179 655 6/20/2025
5.0.178 385 6/18/2025
5.0.177 504 6/2/2025
5.0.176 601 5/14/2025
5.0.175 981 3/29/2025
5.0.174 347 3/27/2025
5.0.173 1,097 2/26/2025
5.0.172 842 2/14/2025
5.0.171 1,044 12/30/2024
Loading failed

TimeFrameLookupMessage -> DataTypeLookupMessage
SubscriptionBase has Clone method.
Logging moved to Ecng.
Fix handling non-requests based market data https://github.com/StockSharp/StockSharp/issues/440
Use separate tasks for outgoing messages.
BaseServer
Moved into Server.Core non FIX specific logic.
AuthorizationModes removed.
UserInfoMessage. Permissions uses value tuple.
Paths. IsConfigExists extension.
RootNamespace, AssemblyName moved to common_target_common.props
AuthorizationProvider
Do.Invariant
JsonSerializer
path fixes
Hydra server as service
ConnectMessage. Language
.net5 migration
OrderBookSnapshotHolder fix processing first non diff book.
IMessageListenerSession. AuthorizationToken property.
Removed FW target.
IAuthorizationEx
Helper. Product property.
FixServer tracks ResetSeqNumFlag.
Server components moved to Apps.