Paket
Paket copied to clipboard
Fixed a Few Compiler Warnings
Here are a few fixes to some compiler warnings we are getting on builds. I'm wanting to try and go through and attempt to do a few rounds of cleanup to make real issues more obvious when we encounter them.
I'll be making separate PRs for:
- InstallModel.CreateFromLibs -> InstallModel.CreateFromContent
- There are a lot of warnings we can clean up here
- build.fsx
- I think we can eliminate a lot of these warnings by updating our FAKE dependencies and referencing the modern core namespaces instead
Can you base your PRs on top of #4281?
It already enables warning as errors, while leaving those that are a bit invasive to fix in the codebase.
thanks!