We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calling TSuperRecord<T>.AsJSONObject(Value); where T is a defined record raises the Exception
TSuperRecord<T>.AsJSONObject(Value);
E2512 Type parameter 'T' must be a non-nullable value type
The text was updated successfully, but these errors were encountered:
@UrbanCohortDev I had the same error with Delphi 10.4 Patch 3, and then magically with Delphi 10.4 Release 1 things started working again!
Looks like it was this issue: https://quality.embarcadero.com/browse/RSP-30288
Sorry, something went wrong.
No branches or pull requests
Calling
TSuperRecord<T>.AsJSONObject(Value);
where T is a defined record raises the ExceptionE2512 Type parameter 'T' must be a non-nullable value type
The text was updated successfully, but these errors were encountered: