Skip to content

Conversation

@tonysneed
Copy link
Contributor

@tonysneed tonysneed commented Nov 23, 2023

Set target framework to net8.0
Upgrade EF packages to 8.0
Update .targets file

Accommodate EF Core API changes

  • Add IEntityType.GetPropertiesAndNavigations
  • IProperty.DeclaringType cast to IEntityType
    Fix bug in HbsCSharpDbContextGenerator
  • Remove call to AnnotationCodeGenerator.GenerateFluentApiCalls which added HasDefaultValueSql

Remove NorthwindDbContextFixture
Remove Sqlite provider

Update tests

  • Add database test fixture
  • Add appsettings.json
  • Add user secrets
  • Amend connection string warning text- Add Tests.ReadMe.md

Update samples

  • Add debugging helper
  • Update Web Api sample
    Set package version to 8.0.0-beta1

Closes #234

Set target framework to net8.0
Upgrade EF packages to 8.0
Update .targets file
Accommodate EF Core API changes
- Add IEntityType.GetPropertiesAndNavigations
- IProperty.DeclaringType cast to IEntityType
Fix bug in HbsCSharpDbContextGenerator
- Remove call to AnnotationCodeGenerator.GenerateFluentApiCalls which added HasDefaultValueSql
Remove NorthwindDbContextFixture
Remove Sqlite provider
Update tests
- Add database test fixture
- Add appsettings.json
- Add user secrets
- Amend connection string warning text- Add Tests.ReadMe.md
Update samples
- Add debugging helper
- Update Web Api sample
Set package version to 8.0.0-beta1
@tonysneed tonysneed merged commit 5d0c21a into master Nov 23, 2023
@tonysneed tonysneed deleted the update-net-8 branch November 23, 2023 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] EF Core 8 plans?

2 participants