isaacabraham / vsts-fsharp

Azure Devops extension for F#-friendly tools
https://marketplace.visualstudio.com/items?itemName=isaacabraham.fsharp-helpers-extension
Apache License 2.0
13 stars 7 forks source link

Feature/dotnet upgrade #35

Open milbrandt opened 3 years ago

milbrandt commented 3 years ago

Description

Builds are failing on Azure DevOps server after cleanup build server of work directory. Used task: matthid.paket-credential-manager.set-paket-credential-manager.setCredentialManager@0

Possible Performance degradation, blacklist '2_https://nuget.org/api/v2/Packages?$filter=(tolower(Id) eq 'fsharp.control.reactive') and (Version eq '4.5.0')'
Source 'https://api.nuget.org/v3/index.json' exception: System.Exception: Could not retrieve data from 'https://nuget.org/api/v2/FindPackagesById()?semVerLevel=2.0.0&id='FSharp.Control.Reactive''
---> Paket.CredentialProviderUnknownStatusException: Credential provider returned an invalid result (-2147450730): 
Standard Error: It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.0.0' was not found.
  - The following frameworks were found:
     3.1.10 at [D:\_2\_tool\dotnet\shared\Microsoft.NETCore.App]

Proposed changes:

TODO

Flohack74 commented 1 year ago

Is there any movement on this? Our pipeline has .NET 2.x only because of paket tasks still inside, and I would love to get rid of it...

milbrandt commented 1 year ago

Is there any movement on this? Our pipeline has .NET 2.x only because of paket tasks still inside, and I would love to get rid of it...

I assume, @isaacabraham abandoned this repo as the last commit was nearly 4 years ago. Thus from my side there will be no upgrade on the PR.