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

Remove StringComparison.OrdinalIgnoreCase as EF Core translation #1995

Conversation

valentinmarinro
Copy link
Contributor

What this PR does / why we need it:
Fix EF Core translation to SQL code

Which issue(s) this PR fixes:
Remove StringComparison.OrdinalIgnoreCase as EF Core is not able to translate to SQL code string.Equals with StringComparison

Special notes for your reviewer:
It fails in at least two EF Core providers I've tested SQLServer and SQLite

Does this PR introduce a user-facing change?:
NO

Please make sure you've completed the relevant tasks for this PR, out of the following list:

  • [x ] Code compiles correctly

@github-actions github-actions bot added the UI label Aug 14, 2023
@valentinmarinro
Copy link
Contributor Author

@dotnet-policy-service agree

@codecov-commenter
Copy link

Codecov Report

Merging #1995 (286a5c9) into master (136d8dc) will increase coverage by 0.12%.
Report is 7 commits behind head on master.
The diff coverage is 33.33%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@            Coverage Diff             @@
##           master    #1995      +/-   ##
==========================================
+ Coverage   66.19%   66.31%   +0.12%     
==========================================
  Files         253      251       -2     
  Lines        8726     8701      -25     
  Branches      627      623       -4     
==========================================
- Hits         5776     5770       -6     
+ Misses       2785     2769      -16     
+ Partials      165      162       -3     
Flag Coverage Δ
Dapr ?
UI 65.92% <33.33%> (+0.30%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
...I/Core/HostedService/HealthCheckReportCollector.cs 59.37% <33.33%> (+5.35%) ⬆️

... and 3 files with indirect coverage changes

@sungam3r sungam3r merged commit 21d051e into Xabaril:master Aug 15, 2023
2 checks passed
@valentinmarinro
Copy link
Contributor Author

hey @sungam3r , when is the next nuget release planned?

@sungam3r
Copy link
Collaborator

sungam3r commented Dec 3, 2023

I was away from this repo for 4 months. Since my last commits many things happened. I think we will publish v8 release next month or two. ping @adamsitnik @unaizorrilla

@kamil-oberaj kamil-oberaj mentioned this pull request Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants