-
Notifications
You must be signed in to change notification settings - Fork 62
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
SQLiteScrobbler does not clear cache after SendCachedScrobblesAsync #103
Comments
It should - though looking at the test https://github.com/inflatablefriends/lastfm/blob/master/src/IF.Lastfm.Core.Tests/Scrobblers/ScrobblerTestsBase.cs#L156 there's no assertion to check that. So I suppose it's a bug! I haven't updated the SQLite package in a while - what package are you using? And do you know if there's a .Net Standard version of SQLite yet - that was the problem last time I looked into updating it. I'll look into fixing this and updating the package tonight. |
I am pretty sure I use the latest NuGet Package (https://www.nuget.org/packages/Inflatable.Lastfm.SQLite/) which would be 0.2.0.211. I can check once I get home. No idea about .Net standard though. |
Ok - if you're using sqlite-net-pcl then since there seems to be a .Net Standard version of that package I think I will update |
Yes I use v1.x. |
Ran into some issues around csproj formats and my build server - am working on it! |
Fixed by #105 |
This should clear the database file right?
The text was updated successfully, but these errors were encountered: