Paket
Paket copied to clipboard
Update .NET & FSharp.Core Version
Wanted to try to take a whack at this one which was mentioned in the Discord channel. I went ahead and updated the net core version up to 8 as well as updated FSharp.Core. I'm hoping this takes a bite of the elephant so I can go ahead and attempt at getting #4250 back on track
Paket Lock Diff Report
This report was generated via Paket Lock Diff
Additions - (0)
Removals - (20)
-
FSharpDepManagerExtension - (1)
-
Main - (19)
- Microsoft.Build.Framework - 16.7.0
- Microsoft.Build.Tasks.Core - 16.7.0
- Microsoft.Build.Utilities.Core - 16.7.0
- Microsoft.NETCore.App - 2.2.8
- Microsoft.NETCore.DotNetAppHost - 3.1.8
- Microsoft.NETCore.DotNetHostPolicy - 3.1.8
- Microsoft.NETCore.DotNetHostResolver - 3.1.8
- Microsoft.VisualStudio.Setup.Configuration.Interop - 1.16.30
- runtime.native.System.Net.Security - 4.3.1
- System.CodeDom - 4.7.0
- System.Linq.Queryable - 4.3.0
- System.Net.Requests - 4.3.0
- System.Net.Security - 4.3.2
- System.Net.WebHeaderCollection - 4.3.0
- System.Resources.Extensions - 4.7.1
- System.Runtime.Loader - 4.3.0
- System.Text.Encoding.CodePages - 4.7.1
- System.Threading.Tasks.Dataflow - 4.11.1
- System.Threading.Tasks.Parallel - 4.3.0
Version Upgrades - (7)
- Main - (7)
- Major - (6)
- Patch - (1)
Version Downgrades - (0)
@forki I have a question on the ci/cd pipeline. I was looking through recent PRs which were merged and it looks like the tests were cancelled. I however have running tests with some failures. Should I treat this as I need to do more updates to get the tests passing or is this a separate issue related to the tests? I just want to make sure I'm not introducing any errors with these changes 😄
Looks to me like some of the those tests are already failing in cases where the pipeline doesn't hang/timeout - https://ci.appveyor.com/project/paket/paket/builds/50550293 (#4273 )
Anyway, it looks to me like the fcs can type check test is hanging with an error of the sort described in https://github.com/fsprojects/Paket/issues/4102 and this PR and the Chessie one both unstick it somehow (updated or removed dependencies I guess)
Removing some old deps in https://github.com/fsprojects/Paket/pull/4273 also unstuck it, though the test then failed in .NET Core (actually, I'm not sure what the direct Microsoft.Win32.Registry dependency is for - I don't immediately see any Registry access in the project)
Any chance to get this in a release soon? We have a problem with long path, which is solved when we switch to .net 8.0
Thanks!