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

Code style cleanup #271

Merged
merged 5 commits into from
Nov 4, 2024
Merged

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
13 checks passed
@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