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

IJobStorageRepository.GetJobRunsByJobId uses int instead of long #61

Open
linkdotnet opened this issue Apr 15, 2019 · 0 comments
Open
Labels

Comments

@linkdotnet
Copy link
Member

Currently the IJobStorageProvider.GetJobRunsByJobId-method accepts only an integer as argument for the Job-Id nevertheless that JobId itself is defined as long in the Job-Object.
This will mainly lead to unnecessary casts and could lead to potential missing overflows.

@linkdotnet linkdotnet added the bug label Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant