KrisK
KrisK
@delebedev I had a similar issue where it couldn't find newtonsoft.json I fixed this by adding: `true` to my csproj file and then rebuilding!
Along with rendering performance issues and the consistent memory leakages. WinUI3/WinAppSdk has been performing really badly since its release. Can we expect any significant improvements in both rendering & memory?...
For now I went ahead and implemented ContentControl navigation instead of Frame navigation. Manually disposing/getting rid of UserControl (instead of pages) seems to be doing the trick for now.
FYI, I am still experiencing the same issue: > MissingMethodException: Method not found: 'System.Collections.Concurrent.ConcurrentDictionary`2 WinRT.IWinRTObject.get_QueryInterfaceCache()'.
Yes it has been fixed. Memory does no longer increase beyond a certain threshold (I believe this is dependent on the System configuration and automatically adapts). I believe WinAppSdk is...
just a note: I'm seeing the exact same behaviour when trying to build a WindowsAppSdk (WinUI 3) app - but **ONLY** in release mode) with LanguageExt.Core referenced in another project...
The UID of a track is the same in the following scenarios: 1) Track in user's saved songs 2) Track in an album 3) Track in a user playlist **IF**...
First version of playlists have the owners username in them. So it’s spotify:user:(ownerId):playlist:(playlistId) PlaylistsV2 are in the regular format: spotify:playlist:(playlistId) A regex you might be able to use is: ```...
Yeh I get the same issue. Kinda sad because that endpoint was really good, it gave you everything about the artist without having to worry about pagination anywhere. Instead now...
Well it's kinda weird. The new client (And web player) have been using the GraphQL endpoint (queryArtistOverview) for kinda a long time now. But it's only now that they killed...