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
MySqlConnectionStringBuilder should return object, not object?, from this[string keyword]. All reference properties should return non-null objects, e.g., an empty string instead of null.
MySqlConnectionStringBuilder
object
object?
this[string keyword]
null
Also add [AllowNull].
[AllowNull]
This is based on the most recent null-annotation proposal at https://github.com/dotnet/runtime/pull/689/files#diff-fbc8b4fa5b891e40cb60fd8fd075cc81R1964-R1965.
The text was updated successfully, but these errors were encountered:
f96b35e
Fixed in 1.0.0-beta.4.
Sorry, something went wrong.
No branches or pull requests
MySqlConnectionStringBuilder
should returnobject
, notobject?
, fromthis[string keyword]
. All reference properties should return non-null objects, e.g., an empty string instead ofnull
.Also add
[AllowNull]
.This is based on the most recent null-annotation proposal at https://github.com/dotnet/runtime/pull/689/files#diff-fbc8b4fa5b891e40cb60fd8fd075cc81R1964-R1965.
The text was updated successfully, but these errors were encountered: