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 630 7/20/2025
5.0.148 193 7/20/2025
5.0.147 527 6/30/2025
5.0.146 931 5/14/2025
5.0.145 2,911 11/16/2024
5.0.144 1,017 9/18/2024
5.0.143 807 8/1/2024
5.0.142 623 6/23/2024
5.0.141 238 6/13/2024
5.0.140 436 5/13/2024
5.0.139 1,104 2/12/2024
5.0.138 298 1/31/2024
5.0.137 517 1/10/2024
5.0.136 781 11/28/2023
5.0.135 1,023 9/19/2023
5.0.134 169 9/18/2023
5.0.133 826 7/30/2023
5.0.132 503 7/10/2023
5.0.131 261 7/8/2023
5.0.130 261 7/5/2023
5.0.129 366 6/22/2023
5.0.128 280 6/19/2023
5.0.127 605 5/14/2023
5.0.126 311 5/8/2023
5.0.125 410 4/21/2023
5.0.124 536 4/17/2023
5.0.123 490 4/7/2023
5.0.122 370 4/3/2023
5.0.121 870 3/6/2023
5.0.120 542 2/23/2023
5.0.119 575 2/13/2023
5.0.118 438 2/9/2023
5.0.117 378 2/8/2023
5.0.116 473 2/2/2023
5.0.115 484 1/30/2023
5.0.114 974 1/3/2023
5.0.113 497 12/30/2022
5.0.112 722 12/12/2022
5.0.111 484 12/8/2022
5.0.110 931 11/11/2022
5.0.109 632 11/1/2022
5.0.108 779 10/16/2022
5.0.107 1,239 9/8/2022
5.0.106 718 8/29/2022
5.0.105 651 8/24/2022
5.0.104 1,237 7/26/2022
5.0.103 772 7/19/2022
5.0.102 1,855 5/13/2022
5.0.101 857 4/30/2022
5.0.100 1,226 3/29/2022
5.0.99 810 3/25/2022
5.0.98 724 3/17/2022
5.0.97 1,125 2/15/2022
5.0.96 640 2/11/2022
5.0.95 838 2/2/2022
5.0.94 747 1/28/2022
5.0.93 618 1/26/2022
5.0.92 684 1/21/2022
5.0.91 602 1/21/2022
5.0.90 714 1/13/2022
5.0.89 783 12/29/2021
5.0.88 638 12/20/2021
5.0.87 651 12/11/2021
5.0.86 541 12/6/2021
5.0.85 1,183 11/29/2021
5.0.84 688 11/22/2021
5.0.83 688 11/13/2021
5.0.82 622 11/8/2021
5.0.81 585 11/5/2021
5.0.80 786 10/21/2021
5.0.79 667 10/14/2021
5.0.78 477 10/14/2021
5.0.77 478 10/13/2021
5.0.76 505 10/13/2021
5.0.75 581 10/11/2021
5.0.74 613 10/8/2021
5.0.73 530 10/7/2021
5.0.72 515 10/7/2021
5.0.71 891 9/23/2021
5.0.70 912 9/7/2021
5.0.69 1,660 7/31/2021
5.0.68 622 7/30/2021
5.0.67 515 7/30/2021
5.0.66 694 7/19/2021
5.0.65 674 7/13/2021
5.0.64 680 7/5/2021
5.0.63 1,145 6/16/2021
5.0.62 842 6/4/2021
5.0.61 1,268 5/15/2021
5.0.60 936 4/30/2021
5.0.59 698 4/26/2021
5.0.58 902 4/19/2021
5.0.57 633 4/16/2021
5.0.56 631 4/13/2021
5.0.55 545 4/12/2021
5.0.54 740 4/8/2021
5.0.53 529 4/7/2021
5.0.52 517 4/6/2021
5.0.51 753 3/29/2021
5.0.50 615 3/28/2021
5.0.49 626 3/26/2021
5.0.48 478 3/26/2021
5.0.47 577 3/24/2021
5.0.46 662 3/23/2021
5.0.45 690 3/18/2021
5.0.44 595 3/17/2021
5.0.43 805 3/12/2021
5.0.42 825 3/4/2021
5.0.41 496 3/4/2021
5.0.40 695 2/26/2021
5.0.39 1,026 2/17/2021
5.0.38 633 2/15/2021
5.0.37 657 2/13/2021
5.0.36 599 2/12/2021
5.0.35 914 2/7/2021
5.0.34 779 2/2/2021
5.0.33 551 2/2/2021
5.0.32 814 1/26/2021
5.0.31 605 1/25/2021
5.0.30 506 1/25/2021
5.0.29 749 1/21/2021
5.0.28 555 1/20/2021
5.0.27 637 1/19/2021
5.0.26 661 1/16/2021
5.0.25 2,633 1/14/2021
5.0.24 3,367 12/29/2020
5.0.23 3,832 12/23/2020
5.0.22 2,931 12/18/2020
5.0.21 6,387 12/14/2020
5.0.20 5,484 12/10/2020
5.0.19 7,270 11/29/2020
5.0.18 2,593 11/22/2020
5.0.17 2,239 11/22/2020
5.0.17-a7 1,102 11/22/2020
5.0.16 3,920 11/13/2020
5.0.15 2,391 10/11/2020
5.0.14 2,713 9/20/2020
5.0.13 1,657 9/18/2020
5.0.12 2,346 9/15/2020
5.0.11 1,780 9/9/2020
5.0.10 1,769 9/3/2020
5.0.9 2,013 8/21/2020
5.0.8 2,115 8/11/2020
5.0.7 1,874 8/10/2020
5.0.6 2,258 8/10/2020
5.0.5 1,859 7/28/2020
5.0.4 1,861 7/19/2020
5.0.3 1,847 7/9/2020
5.0.2 1,719 7/7/2020
5.0.1 632 7/3/2020
5.0.0 639 7/3/2020

Pics
Pics