![]() |
VOOZH | about |
dotnet add package StockSharp.Media --version 5.0.149
NuGet\Install-Package StockSharp.Media -Version 5.0.149
<PackageReference Include="StockSharp.Media" Version="5.0.149" />
<PackageVersion Include="StockSharp.Media" Version="5.0.149" />Directory.Packages.props
<PackageReference Include="StockSharp.Media" />Project file
paket add StockSharp.Media --version 5.0.149
#r "nuget: StockSharp.Media, 5.0.149"
#:package StockSharp.Media@5.0.149
#addin nuget:?package=StockSharp.Media&version=5.0.149Install as a Cake Addin
#tool nuget:?package=StockSharp.Media&version=5.0.149Install as a Cake Tool
Media is a library of images and icons used across the StockSharp platform. It packs logos of various brokers and exchanges as embedded resources so that other StockSharp projects can easily display consistent visuals.
logos folder. Includes PNG and SVG files for dozens of trading venues.SLogo.png used in the main README and other places.The Media.csproj project is a .NET WindowsDesktop class library that exposes these files as resources. It is referenced by other solutions inside StockSharp to show broker/exchange logos and product banners.
MediaNames classA companion project Media.Names provides a static class MediaNames with constants for every file inside the logos folder. The class is generated at build time by the Media.Generator source generator. This allows you to refer to files by constant names instead of hard‑coding string literals.
using System.Reflection;
using System.IO;
// Example of reading a logo from resources
var asm = typeof(MediaNames).Assembly;
using var stream = asm.GetManifestResourceStream($"StockSharp.Media.logos.{MediaNames.binance}");
The source generator runs automatically when you build Media.Names.csproj. If no logo files are present a diagnostic warning MEDIA001 is emitted.
To use the icons in your own project:
Media for the actual resources.Media.Names to get the generated constants. The build will require the .NET SDK with WindowsDesktop workload because Media.csproj uses Microsoft.NET.Sdk.WindowsDesktop.After referencing you can load any image via MediaNames constants as shown above.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. 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. |
| .NET Core | netcoreapp2.0 netcoreapp2.0 was computed. netcoreapp2.1 netcoreapp2.1 was computed. netcoreapp2.2 netcoreapp2.2 was computed. netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 netstandard2.0 is compatible. netstandard2.1 netstandard2.1 was computed. |
| .NET Framework | net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen40 tizen40 was computed. tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
This package has no dependencies.
Showing the top 1 NuGet packages that depend on StockSharp.Media:
| Package | Downloads |
|---|---|
|
StockSharp.Xaml
Misc graphical components. 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.149 | 5,048 | 7/20/2025 |
| 5.0.148 | 351 | 7/20/2025 |
| 5.0.147 | 732 | 6/30/2025 |
| 5.0.146 | 1,059 | 5/14/2025 |
| 5.0.145 | 3,044 | 11/16/2024 |
| 5.0.144 | 1,119 | 9/18/2024 |
| 5.0.143 | 913 | 8/1/2024 |
| 5.0.142 | 723 | 6/23/2024 |
| 5.0.141 | 331 | 6/13/2024 |
| 5.0.140 | 529 | 5/13/2024 |
| 5.0.139 | 1,205 | 2/12/2024 |
| 5.0.138 | 400 | 1/31/2024 |
| 5.0.137 | 624 | 1/10/2024 |
| 5.0.136 | 879 | 11/28/2023 |
| 5.0.135 | 1,105 | 9/19/2023 |
| 5.0.134 | 238 | 9/18/2023 |
| 5.0.133 | 914 | 7/30/2023 |
| 5.0.132 | 602 | 7/10/2023 |
| 5.0.131 | 358 | 7/8/2023 |
| 5.0.130 | 366 | 7/5/2023 |
Pics
Pics