Skip to content

Microsoft.EntityFrameworkCore.Query.SqlExpressions.LikeExpression.Equals(Microsoft.EntityFrameworkCore.Query.SqlExpressions.LikeExpression likeExpression) missing null check on the nullable instance #25362

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Truetotosse opened this issue Jul 29, 2021 · 1 comment

Comments

@Truetotosse
Copy link

in the Microsoft.EntityFrameworkCore.Query.SqlExpressions.LikeExpression.Equals(Microsoft.EntityFrameworkCore.Query.SqlExpressions.LikeExpression likeExpression) method:
NullReferenceException when trying to access EscapeChar properties with EscapeChar being null

EF Core version:
Database provider: (e.g. Microsoft.EntityFrameworkCore.SqlServer)
Target framework: (e.g. .NET 5.0)

@smitpatel
Copy link
Contributor

Fixed in #23185

@smitpatel smitpatel added this to the 6.0.0 milestone Jul 29, 2021
@ajcvickers ajcvickers modified the milestones: 6.0.0, 6.0.0-rc1 Aug 12, 2021
@ajcvickers ajcvickers modified the milestones: 6.0.0-rc1, 6.0.0 Nov 8, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants