Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change int to long for all project statistic values #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Change int to long for all project statistic values #205

wants to merge 1 commit into from

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