-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REMOVEDEMOS removes FreeOnDemand packages which are not demos #158
Labels
bug
Something isn't working
Comments
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 |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
ASFEnhance/ASFEnhance/Account/Command.cs
Line 279 in 0876ba2
So the command catches
FreeOnDemand
packages:Demo
,Demo
category ("App Type").The text was updated successfully, but these errors were encountered: