Flow.Launcher
Flow.Launcher copied to clipboard
Fix (some) build warnings
Primarily fixing a bunch of:
- CS1572
- CS1573
- CS0168
- CS8073
- CA2200
- VSTHRD110
- VSTHRD200
- VSTHRD105
- SYSLIB0013
- CS8524
Not a comprehensive fix, but removes a large number of warnings.
Before: 400 warnings After: 161 warnings
@nachmore One of the build test has failed. Would you please take a look on what's causing that?
I'm looking at this now - it's due to a change in behaviour handling null in json. So much for "just replace X with Y" 😜
Looking at build mismatch...
I'm going to pause the warnings elimination work as this PR is large enough already. So when folks have time, can you please review these changes, I'll address comments and then continue in a separate PR. Thanks!
Down to 118.
Could I please get a review of these changes? I created follow up tasks for some of the fundamental comments that were uncovered during this PR (but not directly related to these changes).
Down to 118.
Could I please get a review of these changes? I created follow up tasks for some of the fundamental comments that were uncovered during this PR (but not directly related to these changes).
Sure, just give me sometime.
Sure, just give me sometime.
Sorry if it sounded like I was rushing you - I am blown away by the speed of CRs in this project, it's incredible! Thank you for the super quick support...
Sure, just give me sometime.
Sorry if it sounded like I was rushing you - I am blown away by the speed of CRs in this project, it's incredible! Thank you for the super quick support...
Na you are good. It's always easier for me to review than you writing the code, and it will be super nice to hear feedback quickly when contributing. Let's finish the remaining trivial stuff and merge this one.
Thank you so much for making such a huge change. There's a small pieces that worth taking a look before merging. After addressing them, I think we shall be able to merge.
Let's wrap this with
Task.Runand make the methodAsynchttps://github.com/Flow-Launcher/Flow.Launcher/blob/30669e8c257ce02f08cf763dcd1efaf99950ed81/Plugins/Flow.Launcher.Plugin.Program/Programs/UWP.cs#L421
I think this may not be useful and we are ready to merge.