Skip to content

Conversation

dnagl
Copy link
Contributor

@dnagl dnagl commented Feb 2, 2021

Change int to long for all project statistic values

Summary

In this PR the datatype int got replaced by long for project statistics to prevent deserialization issues while parsing responses from the API which use long as datatype for storage_size, ....

Purpose

This PR resolves #203

Changes

Changed files:

  • src/GitLabApiClient/Models/Projects/Responses/Statistics.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong Datatype for statistics.storage_size
1 participant