File tree Expand file tree Collapse file tree
tests/FSharp.Data.GraphQL.IntegrationTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Target.create BuildTarget <| fun _ ->
9191 })
9292
9393let startGraphQLServer ( project : string ) port ( streamRef : DataRef < Stream >) =
94- CreateProcess.fromRawCommandLine " dotnet" $" run --project {project} --no-build --configuration {configurationString} --urls=http://localhost:%i {port}/"
94+ CreateProcess.fromRawCommandLine " dotnet" $" run --project {project} --no-build --no-launch-profile -- configuration {configurationString} --urls=http://localhost:%i {port}/"
9595 |> CreateProcess.withStandardInput ( CreatePipe streamRef)
9696 |> CreateProcess.redirectOutput
9797 |> CreateProcess.withOutputEventsNotNull Trace.trace Trace.traceError
Original file line number Diff line number Diff line change 99 <ItemGroup >
1010 <PackageReference Include =" Microsoft.Extensions.Http" />
1111 <PackageReference Include =" Microsoft.NET.Test.Sdk" />
12- <PackageReference Include =" System.Collections.Immutable" />
13- <PackageReference Include =" System.Text.Json" />
1412 <PackageReference Include =" xunit" />
1513 <PackageReference Include =" xunit.runner.visualstudio" />
1614 </ItemGroup >
You can’t perform that action at this time.
0 commit comments