4 references to CurrentStateProperty
Aspire.Hosting (4)
Pipelines\Internal\FileDeploymentStateManager.cs (4)
761var currentState = migrationState[CurrentStateProperty] switch 765?? throw new InvalidDataException($"'{CurrentStateProperty}' must contain a JSON object."), 766_ => throw new InvalidDataException($"'{CurrentStateProperty}' must be a JSON string.") 807[CurrentStateProperty] = currentState.ToJsonString(),