Skip to content

System.Memory 4.6.0 causes Azure Cloud Services (extended support) deployment failure #112887

Open
@OgawaTakasi

Description

Description

Deployment completes successfully with System.Memory 4.5.5, but after updating to System.Memory 4.6.0, it never finishes and eventually fails due to a timeout.
There are no errors during the build process, and local debugging works fine.
This is a CSES application, so the framework is .NET Framework. My version is 4.7.2.

Reproduction Steps

  1. Update System.Memory to version 4.6.0.
  2. Deploy a CSES application on Azure.
  3. Observe that the deployment never completes and fails due to a timeout.

Expected behavior

The CSES deployment should complete successfully without any timeout errors.

Actual behavior

CSES deployment does not complete and results in a timeout error.

Regression?

Yes, this issue does not occur with System.Memory 4.5.5.

Known Workarounds

Downgrade to System.Memory 4.5.5.

Configuration

.NET Framework 4.7.2 and OS Family 6

Other information

This may be related to #109827.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions