StockSharp.Media 5.0.149

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

StockSharp Media

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.

Contents

  • Logos – located under the logos folder. Includes PNG and SVG files for dozens of trading venues.
  • Product banners – animated GIFs for applications such as Hydra, Terminal and Shell.
  • Application logoSLogo.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.

Generated MediaNames class

A 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.

Referencing

To use the icons in your own project:

  1. Add a reference to Media for the actual resources.
  2. Add a reference to 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 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.

This package has no dependencies.

NuGet packages (1)

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/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.149 990 7/20/2025
5.0.148 233 7/20/2025
5.0.147 628 6/30/2025
5.0.146 938 5/14/2025
5.0.145 2,914 11/16/2024
5.0.144 1,020 9/18/2024
5.0.143 810 8/1/2024
5.0.142 624 6/23/2024
5.0.141 242 6/13/2024
5.0.140 437 5/13/2024
5.0.139 1,105 2/12/2024
5.0.138 300 1/31/2024
5.0.137 519 1/10/2024
5.0.136 781 11/28/2023
5.0.135 1,029 9/19/2023
5.0.134 169 9/18/2023
5.0.133 828 7/30/2023
5.0.132 508 7/10/2023
5.0.131 266 7/8/2023
5.0.130 264 7/5/2023
5.0.129 368 6/22/2023
5.0.128 285 6/19/2023
5.0.127 610 5/14/2023
5.0.126 317 5/8/2023
5.0.125 415 4/21/2023
5.0.124 540 4/17/2023
5.0.123 496 4/7/2023
5.0.122 376 4/3/2023
5.0.121 875 3/6/2023
5.0.120 546 2/23/2023
5.0.119 580 2/13/2023
5.0.118 442 2/9/2023
5.0.117 382 2/8/2023
5.0.116 477 2/2/2023
5.0.115 488 1/30/2023
5.0.114 979 1/3/2023
5.0.113 503 12/30/2022
5.0.112 728 12/12/2022
5.0.111 489 12/8/2022
5.0.110 939 11/11/2022
5.0.109 636 11/1/2022
5.0.108 785 10/16/2022
5.0.107 1,243 9/8/2022
5.0.106 723 8/29/2022
5.0.105 655 8/24/2022
5.0.104 1,241 7/26/2022
5.0.103 777 7/19/2022
5.0.102 1,860 5/13/2022
5.0.101 861 4/30/2022
5.0.100 1,233 3/29/2022
5.0.99 815 3/25/2022
5.0.98 729 3/17/2022
5.0.97 1,129 2/15/2022
5.0.96 646 2/11/2022
5.0.95 848 2/2/2022
5.0.94 752 1/28/2022
5.0.93 622 1/26/2022
5.0.92 691 1/21/2022
5.0.91 611 1/21/2022
5.0.90 718 1/13/2022
5.0.89 787 12/29/2021
5.0.88 649 12/20/2021
5.0.87 656 12/11/2021
5.0.86 545 12/6/2021
5.0.85 1,190 11/29/2021
5.0.84 694 11/22/2021
5.0.83 693 11/13/2021
5.0.82 626 11/8/2021
5.0.81 589 11/5/2021
5.0.80 790 10/21/2021
5.0.79 672 10/14/2021
5.0.78 482 10/14/2021
5.0.77 482 10/13/2021
5.0.76 509 10/13/2021
5.0.75 587 10/11/2021
5.0.74 617 10/8/2021
5.0.73 534 10/7/2021
5.0.72 521 10/7/2021
5.0.71 895 9/23/2021
5.0.70 916 9/7/2021
5.0.69 1,668 7/31/2021
5.0.68 627 7/30/2021
5.0.67 519 7/30/2021
5.0.66 699 7/19/2021
5.0.65 680 7/13/2021
5.0.64 685 7/5/2021
5.0.63 1,149 6/16/2021
5.0.62 848 6/4/2021
5.0.61 1,273 5/15/2021
5.0.60 940 4/30/2021
5.0.59 702 4/26/2021
5.0.58 907 4/19/2021
5.0.57 638 4/16/2021
5.0.56 635 4/13/2021
5.0.55 550 4/12/2021
5.0.54 747 4/8/2021
5.0.53 534 4/7/2021
5.0.52 521 4/6/2021
5.0.51 760 3/29/2021
5.0.50 620 3/28/2021
5.0.49 630 3/26/2021
5.0.48 482 3/26/2021
5.0.47 581 3/24/2021
5.0.46 669 3/23/2021
5.0.45 697 3/18/2021
5.0.44 599 3/17/2021
5.0.43 811 3/12/2021
5.0.42 829 3/4/2021
5.0.41 505 3/4/2021
5.0.40 702 2/26/2021
5.0.39 1,030 2/17/2021
5.0.38 637 2/15/2021
5.0.37 662 2/13/2021
5.0.36 603 2/12/2021
5.0.35 921 2/7/2021
5.0.34 785 2/2/2021
5.0.33 556 2/2/2021
5.0.32 818 1/26/2021
5.0.31 609 1/25/2021
5.0.30 510 1/25/2021
5.0.29 755 1/21/2021
5.0.28 559 1/20/2021
5.0.27 643 1/19/2021
5.0.26 665 1/16/2021
5.0.25 2,637 1/14/2021
5.0.24 3,374 12/29/2020
5.0.23 3,836 12/23/2020
5.0.22 2,936 12/18/2020
5.0.21 6,393 12/14/2020
5.0.20 5,488 12/10/2020
5.0.19 7,280 11/29/2020
5.0.18 2,597 11/22/2020
5.0.17 2,246 11/22/2020
5.0.17-a7 1,107 11/22/2020
5.0.16 3,928 11/13/2020
5.0.15 2,395 10/11/2020
5.0.14 2,720 9/20/2020
5.0.13 1,661 9/18/2020
5.0.12 2,353 9/15/2020
5.0.11 1,785 9/9/2020
5.0.10 1,775 9/3/2020
5.0.9 2,017 8/21/2020
5.0.8 2,123 8/11/2020
5.0.7 1,879 8/10/2020
5.0.6 2,267 8/10/2020
5.0.5 1,864 7/28/2020
5.0.4 1,866 7/19/2020
5.0.3 1,853 7/9/2020
5.0.2 1,727 7/7/2020
5.0.1 639 7/3/2020
5.0.0 644 7/3/2020

Pics
Pics