Skip to content

Keep an eye on https://github.com/dotnet/core/issues/9671 #2848

@Numpsy

Description

@Numpsy

Description

I'm not sure how much of an issue this is, but for the record -

Microsoft announced at dotnet/core#9671 that some .NET resources are moving to new domains due to a CDN they use falling over.

As it stands, Fake.Runtime uses Microsoft.Deployment.DotNet.Releases to download information about .NET product releases - ref

let! productCollection = ProductCollection.GetAsync()

Looking at Microsoft.Deployment.DotNet.Releases I see dotnet/deployment-tools#419 was made to change the default domain used to download the product release list.

So - I wonder whether Fake.Runtime will need to be changed to either use the new URL, or be updated to a new Microsoft.Deployment.DotNet.Releases if one should be released

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions