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 5,005 7/20/2025
5.0.148 351 7/20/2025
5.0.147 731 6/30/2025
5.0.146 1,059 5/14/2025
5.0.145 3,043 11/16/2024
5.0.144 1,119 9/18/2024
5.0.143 913 8/1/2024
5.0.142 722 6/23/2024
5.0.141 330 6/13/2024
5.0.140 529 5/13/2024
5.0.139 1,202 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 356 7/8/2023
5.0.130 364 7/5/2023
Loading failed

Pics
Pics