Open woctezuma opened 1 year ago
Got it
update pls to NET 8.0 global version ASF now use 8.0 and creat conflict if we start ASF and if we have ASFEnchance
update pls to NET 8.0 global version ASF now use 8.0 and creat conflict if we start ASF and if we have ASFEnchance
You have posted about an issue which was fixed 3 weeks ago, and in the wrong thread on top of that:
I suggest to remove this feature. Indeed:
yep
It seems the
!REMOVEDEMOS
command removesFreeOnDemand
packages which do not belong to theDemo
category.I believe the filter must be based on the package name, but I am not sure as I have not dived into the code.
See https://store.steampowered.com/app/1729830/Tactical_Monsters__Strategy_Edition/
Indeed, these two packages are actually both named
Tactical Monsters - Strategy Edition Demo
:sub/623611
Tactical Monsters - Strategy Edition Demo
➡️app/1739920
App Type:Demo
sub/619516
Tactical Monsters - Strategy Edition Demo
➡️app/1729830
App Type:Game
And it seems that the
!REMOVEDEMOS
command has removed both packages.If this is the case, it may be useful to:
App Type
isDemo
before removing the package,Edit: Confirmed. There is a check for
x.Name.EndsWith("Demo")
in:Reference:
https://github.com/chr233/ASFEnhance/blob/0876ba2e6fbbb3137181fd3acd94c5ba48c30260/ASFEnhance/Account/Command.cs#L279
So the command catches
FreeOnDemand
packages:Demo
,Demo
category ("App Type").