jobbrIO / jobbr-server

Jobbr is a non-invasive .NET JobServer
https://jobbr.readthedocs.io
GNU General Public License v3.0
50 stars 5 forks source link

IJobStorageRepository.GetJobRunsByJobId uses int instead of long #61

Open linkdotnet opened 5 years ago

linkdotnet commented 5 years ago

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.