We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://docs.microsoft.com/ko-kr/ef/efcore-and-ef6/porting/ensure-requirements https://docs.microsoft.com/ko-kr/ef/efcore-and-ef6/porting/port-code 참조하기~
DbSet.Attach
0
EntityState.Added
EntityState.Unchanged
Configure
Migrate
NavigationBuilder.AutoInclude
IServiceScopeProvider
DbContextFactory
The text was updated successfully, but these errors were encountered:
feat: app.config으로 DB connection string 설정 지원 (#76)
85a6325
* feat: app.config으로 DB connection string 설정 지원 * fix: DI 통해서 BibleContext 사용 * feat: in-memory DbContext 추가 Implement #44 (connection string)
chore(release): 2.0.0 [skip ci]
b9bd407
# [2.0.0](v1.4.0...v2.0.0) (2020-10-04) ### Bug Fixes * 대상 프레임워크 .NET Framework 4.8로 변경 ([#66](#66)) ([b7d24e8](b7d24e8)) * 성경 소스 응답 없을 때 자세한 오류 안내 ([#82](#82)) ([9d762a1](9d762a1)) * 코드 분석기 추가 및 권장 사항 적용 ([#74](#74)) ([d164237](d164237)) ### Features * app.config으로 DB connection string 설정 지원 ([#76](#76)) ([85a6325](85a6325)), closes [#44](#44) * 장별 시작 절 번호 `[CPAS]`, 끝 번호 `[CPAE]` 치환자 활성화 ([#83](#83)) ([b022586](b022586)) ### Reverts * Revert "refactor: Jobs 이름 변경 (#78)" (#79) ([437c09c](437c09c)), closes [#78](#78) [#79](#79) ### BREAKING CHANGES * .NET Framework 4.8
9bcccb4
No branches or pull requests
https://docs.microsoft.com/ko-kr/ef/efcore-and-ef6/porting/ensure-requirements
https://docs.microsoft.com/ko-kr/ef/efcore-and-ef6/porting/port-code 참조하기~
- 변경 사항 추적이 되지 않은 값은 항상DbSet.Attach
호출 제거: PK가0
(기본값)이 아니면 불필요함.EntityState.Added
라 삽입 중복 발생하므로EntityState.Unchanged
로 처리하도록DbSet.Attach
호출 필요Configure
구문 살펴보기: connection string, create if not exist,Migrate
구문 살펴보기NavigationBuilder.AutoInclude
#IServiceScopeProvider
대신DbContextFactory
사용 #The text was updated successfully, but these errors were encountered: