You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: