Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / efcore/EFCore.FSharp issues and pull requests

#163 - Changelog: fix formatting

Pull Request - State: open - Opened by ForNeVeR 15 days ago

#162 - switch over to .net 8

Pull Request - State: open - Opened by crimsonhawk47 3 months ago - 10 comments

#158 - Fix isNullTranstion which chokes if use ToLower

Pull Request - State: closed - Opened by kant2002 9 months ago - 3 comments

#155 - Support EF Core 7

Issue - State: open - Opened by otto-gebb over 1 year ago - 1 comment

#154 - NullReferenceException when deleting optional fields

Issue - State: open - Opened by Mrjuanblack over 1 year ago

#153 - Update GETTING_STARTED.md

Pull Request - State: open - Opened by eagle-k over 1 year ago

#152 - The Getting Started guide does not work well

Issue - State: open - Opened by eagle-k over 1 year ago - 3 comments

#151 - NullReferenceException on second migration

Issue - State: closed - Opened by EspenBrun over 1 year ago - 1 comment

#150 - Add how to on many to may relationships - Fixes #148

Pull Request - State: closed - Opened by EspenBrun over 1 year ago - 2 comments

#148 - Documentation: Guide on how to create a many-to-many relationships

Issue - State: closed - Opened by EspenBrun over 1 year ago - 2 comments

#147 - Support for empty discriminated union

Issue - State: open - Opened by EspenBrun over 1 year ago - 2 comments

#145 - Scaffolding fails if a column uses a DEFAULT value

Issue - State: open - Opened by ntwilson almost 2 years ago

#144 - How do you create an optional navigation property?

Issue - State: open - Opened by eastwing27 almost 2 years ago - 3 comments

#142 - Migration not generated due to optional single case DU

Issue - State: open - Opened by brud almost 2 years ago - 1 comment

#141 - [Option] Optional DateTime properties cannot be filtered

Issue - State: closed - Opened by xperiandri almost 2 years ago - 1 comment

#140 - DbContextHelpers.fs methods return type obj instead of 'a

Issue - State: closed - Opened by kirse about 2 years ago - 1 comment

#138 - Incorrectly generated migration for newly added bool property

Issue - State: closed - Opened by otsomkalov about 2 years ago - 2 comments

#137 - Fix superfluous ending parentheses.

Pull Request - State: closed - Opened by jing8956 over 2 years ago - 1 comment

#136 - Fix quoting issue for defaultValue in migrations

Pull Request - State: closed - Opened by LiteracyFanatic over 2 years ago - 1 comment

#135 - Fix escaping error

Pull Request - State: closed - Opened by LiteracyFanatic over 2 years ago

#134 - Remove call to Console.WriteLine

Pull Request - State: closed - Opened by LiteracyFanatic over 2 years ago - 1 comment

#133 - AlterColumn operations no longer create unnecessary migrations

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#132 - Helper methods should allow composite keys

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#131 - Multi-Part Composite Key causes "Find" Exception using tryFindEntity / updateEntity

Issue - State: closed - Opened by kirse over 2 years ago - 4 comments

#130 - Prevent ManyServiceProvidersCreatedWarning exception (#129)

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#128 - Fix actions

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#127 - Fix GitHub actions for Windows

Issue - State: closed - Opened by simon-reynolds over 2 years ago
Labels: bug

#126 - AlterColumn operations included in what should be an empty migration

Issue - State: closed - Opened by simon-reynolds over 2 years ago
Labels: bug, nullable

#125 - Fix AlterColumnMigration generation (#124)

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#124 - Missing calls to ignore in migrations

Issue - State: closed - Opened by LiteracyFanatic over 2 years ago - 2 comments
Labels: bug

#123 - Change code generation to use stringBuilder CE

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#122 - Broken migrations navigation

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#121 - Migrations don't compile

Issue - State: closed - Opened by LiteracyFanatic over 2 years ago - 7 comments

#120 - .NET 6 - EnsureCreated creates all fields nullable

Issue - State: open - Opened by Ciantic over 2 years ago - 5 comments
Labels: enhancement, nullable

#119 - Fix compilation issues in scaffolded code. (#118)

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#118 - Failure to compile database-first Context in 6.0.1

Issue - State: closed - Opened by ntwilson over 2 years ago - 5 comments
Labels: bug

#117 - AltCover not playing nicely with unit tests

Issue - State: closed - Opened by simon-reynolds over 2 years ago

#116 - No ModelSnapshot was found.

Issue - State: closed - Opened by lucasteles over 2 years ago - 2 comments
Labels: bug, invalid

#115 - EFCore 6.0 support

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#114 - Translate calls to isNull to evaluate as IS NULL

Pull Request - State: closed - Opened by simon-reynolds over 2 years ago

#113 - Support isNull and isNotNull in queries

Issue - State: closed - Opened by LiteracyFanatic over 2 years ago - 2 comments
Labels: enhancement

#112 - Support EF Core 6

Issue - State: closed - Opened by bricelam almost 3 years ago - 3 comments

#111 - Serialization/Deserialization throws exception when a target type is not public

Issue - State: closed - Opened by Reenuay almost 3 years ago - 1 comment

#110 - The migrations generate F# code in a C# project

Issue - State: open - Opened by lucasteles almost 3 years ago - 2 comments

#109 - Scaffold Many-to-Many table join

Issue - State: closed - Opened by simon-reynolds almost 3 years ago
Labels: enhancement

#108 - Remove DevelopmentDependency so package restores as expected

Pull Request - State: closed - Opened by simon-reynolds almost 3 years ago

#107 - Handle nullablility correctly in snapshot generation

Pull Request - State: closed - Opened by simon-reynolds almost 3 years ago

#106 - Fix formatting of Nullable parameters

Pull Request - State: closed - Opened by LiteracyFanatic almost 3 years ago - 1 comment

#105 - Namespace or module "EntityFrameworkCore" is not defined.

Issue - State: closed - Opened by Reenuay about 3 years ago - 4 comments

#104 - Migrations try to make columns nullable that already are

Issue - State: closed - Opened by LiteracyFanatic about 3 years ago - 2 comments
Labels: bug

#103 - Bugfixes

Pull Request - State: closed - Opened by simon-reynolds about 3 years ago - 1 comment

#102 - Missing calls to HasIndex in ContextModelSnapshot.fs after scaffolding

Issue - State: closed - Opened by LiteracyFanatic about 3 years ago - 1 comment
Labels: bug

#101 - Scaffolding doesn't set table name correctly

Issue - State: closed - Opened by LiteracyFanatic about 3 years ago - 1 comment
Labels: bug

#100 - Scaffolding generates incorrect attribute

Issue - State: closed - Opened by LiteracyFanatic about 3 years ago - 2 comments
Labels: bug

#99 - Add Dotnet Templates with EFCore

Issue - State: open - Opened by jkone27 about 3 years ago - 2 comments

#98 - Single case union support

Pull Request - State: closed - Opened by lucasteles about 3 years ago - 3 comments

#97 - Update GETTING_STARTED.md

Pull Request - State: closed - Opened by mika76 about 3 years ago - 1 comment

#96 - Better extensions and more helpers

Pull Request - State: closed - Opened by lucasteles about 3 years ago - 2 comments

#95 - Update miniscaffold

Pull Request - State: closed - Opened by simon-reynolds about 3 years ago

#94 - Adding DbSet/IQueryiable helpers to deal with EF Core async and nullable methods

Pull Request - State: closed - Opened by lucasteles about 3 years ago - 1 comment

#93 - Adds query translation for option types

Pull Request - State: closed - Opened by lucasteles about 3 years ago - 3 comments

#92 - Filtering by an option column

Issue - State: closed - Opened by lucasteles about 3 years ago - 3 comments
Labels: enhancement

#91 - RegisterOptionTypes was not working before

Pull Request - State: closed - Opened by lucasteles about 3 years ago - 1 comment

#90 - fix(getting_started): add missing package required

Pull Request - State: closed - Opened by KanagawaMarcos about 3 years ago - 1 comment

#89 - Scaffolding tweaks

Pull Request - State: closed - Opened by simon-reynolds about 3 years ago

#88 - Example property for `DbSet` does not work

Issue - State: closed - Opened by rstm-sf about 3 years ago - 2 comments
Labels: documentation

#87 - Replace double underscore with `this` for doc

Pull Request - State: closed - Opened by rstm-sf about 3 years ago - 1 comment

#86 - Automatically set design time services

Pull Request - State: closed - Opened by simon-reynolds about 3 years ago

#85 - Automatically add design-time services

Issue - State: closed - Opened by bricelam about 3 years ago - 2 comments
Labels: enhancement

#84 - Module opening is not generated for an entities for migrations

Issue - State: closed - Opened by rstm-sf about 3 years ago - 3 comments
Labels: bug

#83 - Revert scaffold

Pull Request - State: closed - Opened by simon-reynolds about 3 years ago

#82 - Question: nullable foreign key

Issue - State: open - Opened by zelenij over 3 years ago - 1 comment

#81 - Code for HasData now generates correctly

Pull Request - State: closed - Opened by simon-reynolds over 3 years ago

#80 - HasData seems to generate invalid code

Issue - State: closed - Opened by zelenij over 3 years ago - 7 comments
Labels: bug

#79 - Properties should be "required" by default, if not declared as option or nullable

Issue - State: closed - Opened by zelenij over 3 years ago - 5 comments
Labels: bug

#78 - Fixes for 73, 76, 77

Pull Request - State: closed - Opened by simon-reynolds over 3 years ago

#77 - Foreign key constraints don't seem to be working

Issue - State: closed - Opened by teknikal-wizard over 3 years ago - 2 comments
Labels: bug

#76 - Subsequent migrations have a missing unit arg to the "Up" method

Issue - State: closed - Opened by teknikal-wizard over 3 years ago - 2 comments
Labels: bug

#75 - Fix indentation

Pull Request - State: closed - Opened by simon-reynolds over 3 years ago

#74 - Latest alpha generates invalid F# for migrations

Issue - State: closed - Opened by zelenij over 3 years ago - 1 comment
Labels: bug

#73 - Question: any practical differences between 2 types of declarations in DbContext?

Issue - State: closed - Opened by zelenij over 3 years ago - 4 comments
Labels: question

#72 - Create constraints as expected

Pull Request - State: closed - Opened by simon-reynolds over 3 years ago

#71 - Primary Key constraint is missing from all new migrations

Issue - State: closed - Opened by GunnerGuyven over 3 years ago - 3 comments

#70 - Always include System namespace in generated Migrations

Pull Request - State: closed - Opened by simon-reynolds over 3 years ago

#69 - `System` namespace not included in new migrations

Issue - State: closed - Opened by GunnerGuyven over 3 years ago - 1 comment
Labels: bug

#67 - Unable to access record fields via lambdas via EntityTypeBuilder

Issue - State: closed - Opened by zelenij over 3 years ago - 8 comments

#66 - Support for modelling Discriminated Unions

Issue - State: open - Opened by simon-reynolds over 3 years ago - 2 comments
Labels: enhancement

#54 - Add a CRUD example to Getting Started doc

Issue - State: closed - Opened by reinert almost 4 years ago - 16 comments
Labels: documentation

#29 - Exception with optional navigation properties

Issue - State: open - Opened by simon-reynolds about 5 years ago - 5 comments