Lykke.Snow.Common 5.0.1

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

This package provides common classes and extensions for Lykke.Snow projects.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Lykke.Snow.Common:

Package Downloads
Lykke.Snow.Mdm.Contracts

Contracts package for Lykke.Snow.Mdm API

LykkeBiz.HttpClientGenerator

This package helps to generate client proxy for an api using the Refit library. It adds cache and retries using Polly to the generated proxies. User logic can also be added as wrappers to the requests or to the method calls.

LykkeBiz.MarginTrading.BrokerBase

Package Description

Lykke.Snow.Domain

This package provides domain models and interfaces to be used in the Nova project and can be shared across components.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.1 5,694 10/23/2024
5.0.0 259 10/23/2024
4.0.3 679 10/15/2024
4.0.2 1,015 8/6/2024
3.0.27 267 8/23/2024
3.0.26 3,008 1/31/2024
3.0.25 243 1/30/2024
3.0.24 289 1/24/2024
3.0.23 287 1/10/2024
3.0.22 243 1/10/2024
3.0.21 269 1/10/2024
3.0.20 476 8/8/2023
3.0.19 308 8/8/2023
3.0.18 261 8/8/2023
3.0.16 299 8/2/2023
3.0.15 279 8/2/2023
3.0.14 318 8/2/2023
3.0.13 287 8/2/2023
3.0.12 295 8/1/2023
3.0.11 308 8/1/2023
Loading failed

## 5.0.1 (2024-10-23)
* Replace `MessagePack` with `MessagePack.Annotations` dependency