Releases: NorthernLight1/N.EntityFrameworkCore.Extensions
Releases · NorthernLight1/N.EntityFrameworkCore.Extensions
Release v8.0.0.13
What's Changed
- Fixed KeepIdentity bug in BulkInsert() by @NorthernLight1 in #1
- Create CODE_OF_CONDUCT.md by @NorthernLight1 in #2
- Create LICENSE by @NorthernLight1 in #3
- Develop by @NorthernLight1 in #4
- Update README.md by @NorthernLight1 in #5
- Updated README.md by @NorthernLight1 in #6
- Updated README.md by @NorthernLight1 in #7
- Added QueryToCsvFile(), SqlQueryToCsvFile() functions to Data/DbConte… by @NorthernLight1 in #8
- Added Data/SqlQuery.cs by @NorthernLight1 in #9
- Fixed UsingTable() functionality so LINQ queries can target different… by @NorthernLight1 in #10
- Match Feature Parity With N.EntityFramework.Extensions Part 1 by @NorthernLight1 in #11
- Feature Parity with N.EntityFramework.Extensions Part 2 by @NorthernLight1 in #13
- Added missing classes by @NorthernLight1 in #14
- 100% Feature Parity with N.EntityFramework.Extensions by @NorthernLight1 in #15
- Support Property Names That Use Reserved SQL Keywords by @NorthernLight1 in #16
- Updated nuget version to v1.6.0 by @NorthernLight1 in #17
- Update README.md by @NorthernLight1 in #18
- Develop by @NorthernLight1 in #19
- Updated Code To Match Feature Parity With N.EntityFramework.Extensions by @NorthernLight1 in #20
- Updated to EF Core 6.0.8 by @NorthernLight1 in #21
- Updated README.md by @NorthernLight1 in #22
- Update nuget version to v6.0.8.1 by @NorthernLight1 in #23
- Create dotnet.yml by @NorthernLight1 in #24
- Update dotnet.yml by @NorthernLight1 in #25
- Update README.md by @NorthernLight1 in #26
- Fixed Bug "Exception thrown calling BulkInsert if AutoMapOutputIdenti… by @NorthernLight1 in #27
- Fetch(), FetchAsync() To Use New Connection by @NorthernLight1 in #28
- Merge development into master branch by @NorthernLight1 in #30
- Database Generated Columns Not Working by @NorthernLight1 in #32
- Added BulkSaveChanges() bulk operation by @NorthernLight1 in #33
- Add Support For Table-Per-Concrete Inheritance by @NorthernLight1 in #34
- BulkMergeAsync Not Adding Default Value On Insert Or Updating Computed Column by @NorthernLight1 in #38
- Added Support For .NET 8.0 by @NorthernLight1 in #39
- Update dotnet.yml by @NorthernLight1 in #41
- Fixed Bug in SQLBuilder.Parse() When Parsing JSON Value by @NorthernLight1 in #42
- Development by @NorthernLight1 in #40
- Merge development-beta into development by @NorthernLight1 in #43
- Development by @NorthernLight1 in #44
- Development by @NorthernLight1 in #45
- Fixed DateTimeOffset Bug In UpdateFromQuery, UpdateFromQueryAsync by @NorthernLight1 in #46
- Update README.md by @NorthernLight1 in #48
- Added Support For Multiple Schemas by @NorthernLight1 in #50
- Added Support For Foreign Relationships To DeleteFromQuery(), DeleteF… by @NorthernLight1 in #52
- Fixed bug in ExecuteMergeAsync() So Output Clause Is Ignored If AutoM… by @NorthernLight1 in #53
- Added Support Enums In BulkMergeOptions.MergeOnCondition by @NorthernLight1 in #56
- Enable enum parsning for bulk fetch, fetch and fetch async by @rykkart in #57
- Map all auto generated properties on merge. Both inserted and updaed by @rykkart in #60
- Merge Master Branch Into Development by @NorthernLight1 in #61
- Rewrite ToSqlPredicate to handle enums and skip using reflection by @rykkart in #55
- Merge Master Branch Into Development by @NorthernLight1 in #62
- Added Support For Property Conversions by @NorthernLight1 in #63
- Development v8 by @NorthernLight1 in #64
- Development by @NorthernLight1 in #67
- Added default .editorconfig and ran dotnet format by @SpaceOgre in #69
- Merge development into master by @NorthernLight1 in #70
- Added Support For Proxy Types by @NorthernLight1 in #71
- Ignore Rider auto generated files by @rykkart in #73
- Use file scoped namespace by @rykkart in #72
- Remove unused usings by @rykkart in #74
- Feature/new sql commands for merge on condition by @MarceloValiense in #76
- Merge develpment into master branch by @NorthernLight1 in #77
- Create dependabot.yml by @NorthernLight1 in #78
- Update N.EntityFrameworkCore.Extensions.csproj by @NorthernLight1 in #79
- Merge master into development by @NorthernLight1 in #80
- Merge development into master branch by @NorthernLight1 in #87
- Added test case With_Trigger to BulkInsert by @NorthernLight1 in #89
- Merge develoment into master by @NorthernLight1 in #91
New Contributors
- @NorthernLight1 made their first contribution in #1
- @rykkart made their first contribution in #57
- @SpaceOgre made their first contribution in #69
- @MarceloValiense made their first contribution in #76
Full Changelog: https://github.com/NorthernLight1/N.EntityFrameworkCore.Extensions/commits/v8.0.0.13