Target upgrade + update nuget#148
Conversation
Changed target so that systems stop complaining about not having some ancient version of .Net installed
|
Thanks for your effort to create a PR. I'm willing to take some time to review the changes. However, I notice the build fails because you changed the |
|
Oh, interesting, it's not failing for me in Visual Studio. I did comment it out after forking as it does complain about the SDK version if I leave it uncommented, as I have a newer SDK version installed. I think the test might just be failing because comments aren't supposed to exist in JSON files. I removed it now. That seems to have fixed that problem, but now it's complaining the Windows target version is too new. Feel free to set it to 10.0.22621.0. My builder doesn't have either of these issues :( |
|
Also, just a quick note about the NULL check at gabriel-vanca@589f7b6 That check should be unnecessary as the object technically cannot be null. Even the IDE is insisting I don't need the check because the object cannot be null. Yet, in at least one instance, that object was indeed null and running Stop() on it was crashing the entire app. |
|
Fixed the build issues now. |
|
I notice you addressed a number of things,
Thanks, I'm not quite sure what this does but I would really like to find out. I've created an issue (#155) to do some research. For now, I don't merge it as I don't know what it means. Again, thanks for your effort. If you revert all changes except the null check I will gladly accept your PR. |
|
Thank you for your helpful feedback, Coen. I recognise this PR was a bit of a mess as I was just getting used to the code. I think it's best to close it and I'll open a new one. Just a few notes on what you said:
|
|
See #159 |
Changed target so that systems stop complaining about not having some ancient version of .Net installed
Also updated nuget packages.