StockSharp.Media 5.0.148

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package StockSharp.Media --version 5.0.148
                    
NuGet\Install-Package StockSharp.Media -Version 5.0.148
                    
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.148" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Media" Version="5.0.148" />
                    
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.148
                    
#r "nuget: StockSharp.Media, 5.0.148"
                    
#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.148
                    
#: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.148
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Media&version=5.0.148
                    
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 1,090 7/20/2025
5.0.148 251 7/20/2025
5.0.147 629 6/30/2025
5.0.146 939 5/14/2025
5.0.145 2,914 11/16/2024
5.0.144 1,023 9/18/2024
5.0.143 813 8/1/2024
5.0.142 624 6/23/2024
5.0.141 242 6/13/2024
5.0.140 438 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,030 9/19/2023
5.0.134 169 9/18/2023
5.0.133 829 7/30/2023
5.0.132 509 7/10/2023
5.0.131 267 7/8/2023
5.0.130 266 7/5/2023
5.0.129 369 6/22/2023
5.0.128 286 6/19/2023
5.0.127 612 5/14/2023
5.0.126 321 5/8/2023
5.0.125 417 4/21/2023
5.0.124 541 4/17/2023
5.0.123 498 4/7/2023
5.0.122 379 4/3/2023
5.0.121 876 3/6/2023
5.0.120 547 2/23/2023
5.0.119 581 2/13/2023
5.0.118 443 2/9/2023
5.0.117 383 2/8/2023
5.0.116 478 2/2/2023
5.0.115 489 1/30/2023
5.0.114 981 1/3/2023
5.0.113 504 12/30/2022
5.0.112 730 12/12/2022
5.0.111 490 12/8/2022
5.0.110 940 11/11/2022
5.0.109 637 11/1/2022
5.0.108 786 10/16/2022
5.0.107 1,244 9/8/2022
5.0.106 724 8/29/2022
5.0.105 656 8/24/2022
5.0.104 1,242 7/26/2022
5.0.103 778 7/19/2022
5.0.102 1,861 5/13/2022
5.0.101 862 4/30/2022
5.0.100 1,234 3/29/2022
5.0.99 816 3/25/2022
5.0.98 730 3/17/2022
5.0.97 1,130 2/15/2022
5.0.96 648 2/11/2022
5.0.95 850 2/2/2022
5.0.94 754 1/28/2022
5.0.93 623 1/26/2022
5.0.92 695 1/21/2022
5.0.91 612 1/21/2022
5.0.90 719 1/13/2022
5.0.89 788 12/29/2021
5.0.88 651 12/20/2021
5.0.87 657 12/11/2021
5.0.86 546 12/6/2021
5.0.85 1,191 11/29/2021
5.0.84 695 11/22/2021
5.0.83 694 11/13/2021
5.0.82 627 11/8/2021
5.0.81 590 11/5/2021
5.0.80 793 10/21/2021
5.0.79 673 10/14/2021
5.0.78 483 10/14/2021
5.0.77 483 10/13/2021
5.0.76 510 10/13/2021
5.0.75 590 10/11/2021
5.0.74 620 10/8/2021
5.0.73 536 10/7/2021
5.0.72 523 10/7/2021
5.0.71 897 9/23/2021
5.0.70 917 9/7/2021
5.0.69 1,671 7/31/2021
5.0.68 630 7/30/2021
5.0.67 522 7/30/2021
5.0.66 703 7/19/2021
5.0.65 682 7/13/2021
5.0.64 686 7/5/2021
5.0.63 1,150 6/16/2021
5.0.62 850 6/4/2021
5.0.61 1,275 5/15/2021
5.0.60 941 4/30/2021
5.0.59 703 4/26/2021
5.0.58 910 4/19/2021
5.0.57 640 4/16/2021
5.0.56 636 4/13/2021
5.0.55 551 4/12/2021
5.0.54 748 4/8/2021
5.0.53 536 4/7/2021
5.0.52 522 4/6/2021
5.0.51 764 3/29/2021
5.0.50 622 3/28/2021
5.0.49 631 3/26/2021
5.0.48 483 3/26/2021
5.0.47 582 3/24/2021
5.0.46 671 3/23/2021
5.0.45 698 3/18/2021
5.0.44 600 3/17/2021
5.0.43 812 3/12/2021
5.0.42 830 3/4/2021
5.0.41 508 3/4/2021
5.0.40 707 2/26/2021
5.0.39 1,031 2/17/2021
5.0.38 638 2/15/2021
5.0.37 666 2/13/2021
5.0.36 604 2/12/2021
5.0.35 922 2/7/2021
5.0.34 787 2/2/2021
5.0.33 557 2/2/2021
5.0.32 819 1/26/2021
5.0.31 610 1/25/2021
5.0.30 511 1/25/2021
5.0.29 757 1/21/2021
5.0.28 560 1/20/2021
5.0.27 646 1/19/2021
5.0.26 666 1/16/2021
5.0.25 2,638 1/14/2021
5.0.24 3,376 12/29/2020
5.0.23 3,837 12/23/2020
5.0.22 2,937 12/18/2020
5.0.21 6,395 12/14/2020
5.0.20 5,489 12/10/2020
5.0.19 7,281 11/29/2020
5.0.18 2,598 11/22/2020
5.0.17 2,249 11/22/2020
5.0.17-a7 1,109 11/22/2020
5.0.16 3,931 11/13/2020
5.0.15 2,396 10/11/2020
5.0.14 2,722 9/20/2020
5.0.13 1,662 9/18/2020
5.0.12 2,358 9/15/2020
5.0.11 1,786 9/9/2020
5.0.10 1,776 9/3/2020
5.0.9 2,018 8/21/2020
5.0.8 2,124 8/11/2020
5.0.7 1,880 8/10/2020
5.0.6 2,268 8/10/2020
5.0.5 1,865 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

Clarify Hydra analytics usage
Merge branch 'master' of https://github.com/StockSharp/stocksharp
Remove internal links from Media.Names README
Remove license references from READMEs
Add detailed README for Media project
Add README for Media.Names project