4 references to CurrentStateProperty
Aspire.Hosting (4)
Pipelines\Internal\FileDeploymentStateManager.cs (4)
761
var 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(),