issues
search
efcore
/
EFCore.FSharp
Adds F# design-time support to EF Core
MIT License
234
stars
27
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Changelog: fix formatting
#163
ForNeVeR
opened
4 months ago
0
switch over to .net 8
#162
crimsonhawk47
opened
7 months ago
11
Npgsql JSONB to POCO mapping produces an empty `open` stmt in `Migration/*Snapshot.fs`
#161
nodakai
opened
11 months ago
0
Subsequent migrations fail with `type 'JsonDocument' is not defined` error for JSONB column
#160
nodakai
opened
1 year ago
3
Extension UseFsharpTypes() interferes with the npgsql translation for where statement on jsonb columns
#159
thomrad
opened
1 year ago
0
Fix isNullTranstion which chokes if use ToLower
#158
kant2002
closed
11 months ago
3
Nullpointer on second migration when having a string option field
#157
EspenBrun
opened
1 year ago
0
Scaffolding a `nvarchar NULL` creates a `string` and not a `string option`
#156
ntwilson
opened
1 year ago
0
Support EF Core 7
#155
otto-gebb
opened
1 year ago
2
NullReferenceException when deleting optional fields
#154
Mrjuanblack
opened
1 year ago
0
Update GETTING_STARTED.md
#153
eagle-k
opened
1 year ago
0
The Getting Started guide does not work well
#152
eagle-k
opened
1 year ago
3
NullReferenceException on second migration
#151
EspenBrun
closed
1 year ago
1
Add how to on many to may relationships - Fixes #148
#150
EspenBrun
closed
1 year ago
2
When trying to call registerSingleCaseUnionTypes from C#, I get an InvalidOperationException
#149
sonicbhoc
opened
2 years ago
0
Documentation: Guide on how to create a many-to-many relationships
#148
EspenBrun
closed
1 year ago
2
Support for empty discriminated union
#147
EspenBrun
opened
2 years ago
2
singleCaseUnionMemberTranslator Translate should return null for non-applicable expressions
#146
MaceWindu
opened
2 years ago
0
Scaffolding fails if a column uses a DEFAULT value
#145
ntwilson
opened
2 years ago
0
How do you create an optional navigation property?
#144
eastwing27
opened
2 years ago
3
Unable to create migration using Pomelo's connector when Option types are already present in model
#143
GunnerGuyven
opened
2 years ago
7
Migration not generated due to optional single case DU
#142
brud
opened
2 years ago
1
[Option] Optional DateTime properties cannot be filtered
#141
xperiandri
closed
2 years ago
1
DbContextHelpers.fs methods return type obj instead of 'a
#140
kirse
closed
2 years ago
1
[Single case DUs] The binary operator Equal is not defined for the types `UserId` and `UserId`
#139
xperiandri
opened
2 years ago
1
Incorrectly generated migration for newly added bool property
#138
otsomkalov
closed
2 years ago
2
Fix superfluous ending parentheses.
#137
jing8956
closed
2 years ago
1
Fix quoting issue for defaultValue in migrations
#136
LiteracyFanatic
closed
2 years ago
1
Fix escaping error
#135
LiteracyFanatic
closed
2 years ago
0
Remove call to Console.WriteLine
#134
LiteracyFanatic
closed
2 years ago
1
AlterColumn operations no longer create unnecessary migrations
#133
simon-reynolds
closed
2 years ago
0
Helper methods should allow composite keys
#132
simon-reynolds
closed
2 years ago
0
Multi-Part Composite Key causes "Find" Exception using tryFindEntity / updateEntity
#131
kirse
closed
2 years ago
4
Prevent ManyServiceProvidersCreatedWarning exception (#129)
#130
simon-reynolds
closed
2 years ago
0
UseFSharpTypes causes ASP.NET Core 6 to throw Microsoft.EntityFrameworkCore.Infrastructure.ManyServiceProvidersCreatedWarning exception
#129
LiteracyFanatic
closed
2 years ago
3
Fix actions
#128
simon-reynolds
closed
2 years ago
0
Fix GitHub actions for Windows
#127
simon-reynolds
closed
2 years ago
0
AlterColumn operations included in what should be an empty migration
#126
simon-reynolds
closed
2 years ago
0
Fix AlterColumnMigration generation (#124)
#125
simon-reynolds
closed
2 years ago
0
Missing calls to ignore in migrations
#124
LiteracyFanatic
closed
2 years ago
2
Change code generation to use stringBuilder CE
#123
simon-reynolds
closed
2 years ago
0
Broken migrations navigation
#122
simon-reynolds
closed
2 years ago
0
Migrations don't compile
#121
LiteracyFanatic
closed
2 years ago
7
.NET 6 - EnsureCreated creates all fields nullable
#120
Ciantic
opened
2 years ago
5
Fix compilation issues in scaffolded code. (#118)
#119
simon-reynolds
closed
2 years ago
0
Failure to compile database-first Context in 6.0.1
#118
ntwilson
closed
2 years ago
5
AltCover not playing nicely with unit tests
#117
simon-reynolds
closed
2 years ago
0
No ModelSnapshot was found.
#116
lucasteles
closed
3 years ago
2
EFCore 6.0 support
#115
simon-reynolds
closed
3 years ago
0
Translate calls to isNull to evaluate as IS NULL
#114
simon-reynolds
closed
3 years ago
0
Next