Skip to content

Merge pull request #1741 from fsprojects/repo-assist/eng-update-tpsdk… #322

Merge pull request #1741 from fsprojects/repo-assist/eng-update-tpsdk…

Merge pull request #1741 from fsprojects/repo-assist/eng-update-tpsdk… #322

Triggered via push April 17, 2026 10:33
Status Failure
Total duration 3m 22s
Artifacts

push-master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
build
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
build
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
build
Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
build
The type 'Countries' does not define the field, constructor or member 'United Kingdom'.
build
The type 'Countries' does not define the field, constructor or member 'United Kingdom'.
build
The type 'Countries' does not define the field, constructor or member 'United Kingdom'.
build
The operator 'expr.[idx]' has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints
build
The type 'Countries' does not define the field, constructor or member 'United Kingdom'.
build
The operator 'expr.[idx]' has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints
build
Unexpected exception from provided type 'FSharp.Data.WorldBankData+ServiceTypes+Countries' member 'GetMethods': The type provider 'ProviderImplementation.WorldBankProvider' reported an error: Failed to request 'https://api.worldbank.org/v2/country?per_page=1000&format=json&page=1'. Error: System.Net.WebException: The remote server returned an error: (502) Bad Gateway.�Response from https://api.worldbank.org/v2/country?per_page=1000&format=json&page=1:�<html>�<head><title>502 Bad Gateway</title></head>�<body>�<center><h1>502 Bad Gateway</h1></center>�<hr><center>Microsoft-Azure-Application-Gateway/v2</center>�</body>�</html>�� ---> System.Net.WebException: The remote server returned an error: (502) Bad Gateway.� at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)� at <StartupCode$FSharp-Core>.$Async.callback@1998.Invoke(IAsyncResult iar) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 2007�--- End of stack trace from previous location ---� at Microsoft.FSharp.Control.AsyncResult`1.Commit() in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 453� at <StartupCode$FSharp-Core>.$Async.AwaitAndBindChildResult@1953-6.Invoke(Boolean ok) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 1955� at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvokeNoHijackCheck[a,b](AsyncActivation`1 ctxt, b result1, FSharpFunc`2 userCode) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 527� at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 112�--- End of stack trace from previous location ---� at FSharp.Data.HttpHelpers.catchHandler@1-1(HttpWebRequest req, Exception _arg2) in D:\a\FSharp.Data\FSharp.Data\src\FSharp.Data.Http\Http.fs:line 1789� at FSharp.Data.HttpHelpers.getResponseAsync@1776-6.Invoke(Exception exn)� at Microsoft.FSharp.Control.AsyncPrimitives.CallFilterThenInvoke[T](AsyncActivation`1 ctxt, FSharpFunc`2 filterFunction, ExceptionDispatchInfo edi) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 546� at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 112� --- End of inner exception stack trace ---� at FSharp.Data.HttpHelpers.augmentWebExceptionsWithDetails@1647-2.Invoke(Unit unitVar) in D:\a\FSharp.Data\FSharp.Data\src\FSharp.Data.Http\Http.fs:line 1674� at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvoke[T,TResult](AsyncActivation`1 ctxt, TResult result1, FSharpFunc`2 part2) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 509� at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\fsharp\src\FSharp.Core\async.fs:line 112
build
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
build
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsTrimmable>
build
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
build: build/build.fs#L288
The result of this expression has type 'string' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
build: build/build.fs#L277
The result of this expression has type 'string' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
build: build/build.fs#L276
The result of this expression has type 'string' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
build: build/build.fs#L275
The result of this expression has type 'string' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
build: build/build.fs#L274
The result of this expression has type 'string' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
build: build/build.fs#L272
The result of this expression has type 'string' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
build: build/build.fs#L270
The result of this expression has type 'string' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.