ArchiSteamFarm/ArchiSteamFarm.Tests
Sebastian Göls b8fe02e2b6
Limit full set trades (#2133)
* Limit items to send when looting full sets

* Add test for item limit when looting full sets

* Fix small mistakes

* Change another type to byte

* And another one

* Add test to verify that the amount of appIDs does not matter in limiting the amount of items

* Add maxItems parameter to GetFullItemSets

* Test for exception with too small parameter value

* Let's get the finishing touches on that PR :'<,'>s/byte/ushort/g

* Use named const instead of hard-coded magic number

* Fix the last remaining typecast (hopefully)

* Send as many sets as possible and Add test for this and Check values of amountsToExtract as it is part of the public API

* Remove check for minimum items per set. Plugins could still use this with smaller sets on non-steam items

* Correct force of habit to match the projects code-style
2021-01-18 14:58:25 +01:00
..
ArchiSteamFarm.Tests.csproj Bump Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3 2020-12-02 23:34:29 +00:00
AssemblyInfo.cs Happy 2021 2021-01-03 22:24:22 +01:00
Bot.cs Limit full set trades (#2133) 2021-01-18 14:58:25 +01:00
Trading.cs Happy 2021 2021-01-03 22:24:22 +01:00