Skip to content

Conversation

@ChrisJollyAU
Copy link
Member

Bit of a cleanup of the code style

  • Added .editorconfig so that any instance in VS uses the same style suggestions
  • Updated strings to raw string literals where necessary (mostly the AssertSql in the tests - new tests were already using it but not old tests)
  • Use range indexers
  • Use collection expressions
  • Start implementing implicit usings
  • Use primary constructors
  • Use pattern matching

EFCore.Jet.Data

  • Further work on nullable reference types (it's the only project not with it enabled)
  • Throw a better error if it can't find any compatible drivers installed

@ChrisJollyAU ChrisJollyAU added this to the 9.0.0 milestone Oct 20, 2024
@ChrisJollyAU ChrisJollyAU self-assigned this Oct 20, 2024
@ChrisJollyAU ChrisJollyAU merged commit dd24f9a into CirrusRedOrg:master Nov 4, 2024
@ChrisJollyAU ChrisJollyAU deleted the codecleanup branch November 4, 2024 16:32
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.

1 participant