Skip to content

Testing #4273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed

Testing #4273

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions integrationtests/Paket.IntegrationTests/FsiExtension.fs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module FsiExtension =
let extensionFileName = "FSharp.DependencyManager.Paket.dll"

[<Test>]
[<Timeout(300000)>]
let ``fcs can type check `` () =
System.AppDomain.CurrentDomain.add_AssemblyResolve(fun _ (e: System.ResolveEventArgs) ->
// the paket dependency manager assembly depends on fsharp.core version
Expand Down
2 changes: 0 additions & 2 deletions paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ nuget FSharp.Core >= 6.0.3 redirects: force
nuget Chessie >= 0.6
nuget Mono.Cecil ~> 0.11.1

nuget System.Security.Cryptography.ProtectedData >= 4.4

nuget NETStandard.Library ~> 2.0
nuget Microsoft.NETCore.App ~> 2.1
nuget System.Net.Http.WinHttpHandler >= 4.5
nuget Nuget.Packaging
nuget Microsoft.Win32.Registry
nuget System.Diagnostics.TraceSource

# these two are not public dependencies, they're used for build-time only
Expand Down
4 changes: 1 addition & 3 deletions src/Paket.Core/paket.references
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ Newtonsoft.Json
FSharp.Core
Mono.Cecil
Chessie
System.Security.Cryptography.ProtectedData
System.Net.Http.WinHttpHandler
System.Net.Http
Microsoft.NETFramework.ReferenceAssemblies.net461
Nuget.Packaging
DotNet.ReproducibleBuilds

File:Globbing.fs Common\
File:AssemblyReader.fs Common\
File:AssemblyReader.fs Common\
4 changes: 0 additions & 4 deletions src/Paket/paket.references
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
Argu
FSharp.Core
Chessie

# workaround for transitive of FSharp.Core not pulled when packaging as PackAsTool
Newtonsoft.Json
Mono.Cecil
System.Security.Cryptography.ProtectedData
System.Net.Http.WinHttpHandler
System.Net.Http
Nuget.Packaging
Microsoft.Win32.Registry
System.Diagnostics.Process
System.Diagnostics.TraceSource
DotNet.ReproducibleBuilds
Expand Down