Paket icon indicating copy to clipboard operation
Paket copied to clipboard

Fixed a Few Compiler Warnings

Open 1eyewonder opened this issue 10 months ago • 1 comments

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:

  1. InstallModel.CreateFromLibs -> InstallModel.CreateFromContent
    1. There are a lot of warnings we can clean up here
  2. build.fsx
    1. I think we can eliminate a lot of these warnings by updating our FAKE dependencies and referencing the modern core namespaces instead

1eyewonder avatar Jan 30 '25 20:01 1eyewonder

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.

smoothdeveloper avatar Jan 30 '25 22:01 smoothdeveloper

thanks!

forki avatar Nov 11 '25 17:11 forki