azureasp.net-core-mvcazure-web-app-service

I am facing issue with publishing my ASP.NET Core MVC web app in Azure


I am facing issue in publishing ASP.NET Core 8 MVC app, VS 2022.

I get thise error:

System.AggregateException: Project system data flow 'Workspace update handler 12771809' closed because of an exception: Attempted to push a project evaluation that regressed in version..

(Inner Exception #0) Microsoft.Assumes+InternalErrorException: Attempted to push a project evaluation that regressed in version.

at Microsoft.Assumes.Fail(String message)
at Microsoft.VisualStudio.ProjectSystem.LanguageServices.Handlers.AbstractEvaluationCommandLineHandler.EnqueueProjectEvaluation(IComparable version, IProjectChangeDiff evaluationDifference)

First time I am publishing to Azure, it is code first approach, while running the publish it is showing publish succeeded but then suddenly automatically canceling.


Solution

  • @Posting my comments as answer.

    System.AggregateException: Project system data flow 'Workspace update handler 12771809' closed because of an exception: Attempted to push a project evaluation that regressed in version.

    enter image description here

    enter image description here