Hans Bakker

Results 153 comments of Hans Bakker
trafficstars

More specifically, it would make a part of the contents in your [Spotify.NetStandard/Spotify.NetStandard/Client/Internal](https://github.com/RoguePlanetoid/Spotify-NetStandard/tree/master/Spotify.NetStandard/Spotify.NetStandard/Client/Internal) folder redundant. I understand you started from the Groove Music SDK but I believe using Refit would...

Besides the point about Refit, I was wondering how you think about the circular dependency between SpotifyApi and SpotifyClient. Personally I find it very confusing and I think it could...

Nice :) I was wondering whether you've had the chance to look at Refit, and what you think of it? My recommended approach would be: - let `ISpotifyApi` handle all...

@gerritv I see you assigned this issue to yourself. Probably there are multiple solutions for it - adjusting the current program; rewriting it using a more modern technology; maybe other...

Thank you for your feedback. I think supporting Windows 7 or not is a discussion on its own (people could upgrade to Windows 10 for free and it is not...

Sorry if I expressed myself not well :) it is really cool what you've already made! And I understand that a learning curve takes time. It is a good idea...

@mhutch What would help me a lot is guidance at https://learn.microsoft.com/en-us/dotnet/core/tutorials/libraries#how-to-multitarget or https://learn.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting?source=recommendations where it is explained how to create multitargeted code that also has a condition for Linux. If...

And I found [`MSBuild.Sdk.Extras`](https://github.com/novotnyllc/MSBuildSdkExtras) which might help with building for RIDs but `dotnet build` does not support it, and it seems not to be maintained anymore. Better support from Microsoft...

Question out of interest: why is XamlStyler sticking with NewtonSoft.JSON now that System.Text.JSON is available?

> Why not remove Json.NET entirely @mrlacey this was what I meant in https://github.com/Xavalon/XamlStyler/issues/481#issuecomment-2033662225