Hi there. Using ProjectsClient.GetExportStatusAsync after calling ProjectsClient.ExportAsync oftentimes throws a JsonSerializationException with the message: "Error converting value 'queued' to type ExportStatusEnum".
From what I can see, ExportStatusEnum does not contain a "queued" value, perhaps the GitlabApi was updated?