Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
afrazier
Posts
Comments
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
I was just lazy
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
Then the preview isn't generated.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
However, if you post your link between angle brackets
<http://path to foo>
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
There's an "x" you can hover over on desktop. Not on mobile.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
EF Core 3.1:
https://learn.microsoft.com/en-us/ef/core/what-is-new/ef-core-3.x/breaking-changes#linq-queries-are-no-longer-evaluated-on-the-client
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
Overall yeah.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
Yeah, I think it was EF Core 3.1 or EF Core 5 that really changed the rules on how queries were translated to SQL.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
If memory serves
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
You'd also have to deal with string normalization too.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
Not if you're using OrdinalIgnoreCase
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
If you're running against SQL Server with default collations, they're case-insensitive anyway.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
EF Core 1.1 said "can't do that in SQL, so I'll just pull everything down to the client and filter it there!"
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
Yup.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
Took them a few versions to get back to what EF6 had been doing. 😄
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
MS moved a bunch of stuff from client evaluated to server evaluated between .NET Core versions.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
Oh wait.. no. maybe not.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
That's... unusual.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
They're the ones that will have to deal with it, so... yay for them I guess.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
Or.... YOLO it and see what doesn't work.
82 replies
C
C#
•
Created by Mango on 10/26/2023 in
#help
❔ NET 6 breaking changes
Exactly
82 replies