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

fix for job type loading after version change (#1283) #1286

Merged
merged 1 commit into from
Aug 28, 2021
Merged

fix for job type loading after version change (#1283) #1286

merged 1 commit into from
Aug 28, 2021

Conversation

justmara
Copy link
Contributor

fixes #1283


public static string? GenericTypeString(string? name)
=> string.IsNullOrEmpty(name)
? null
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this return name instead of null?

@lahma lahma merged commit 29ba6a0 into quartznet:main Aug 28, 2021
@lahma
Copy link
Member

lahma commented Aug 28, 2021

Thank you!

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.

SimpleTypeLoader fails on generic jobs after version change
2 participants