Commit Graph

99 Commits

Author SHA1 Message Date
Koen a42645a645 Update README.md 2021-11-05 06:01:28 +08:00
Koen Bekkenutte 36b7430471 Fixed compilation issue 2021-11-05 05:34:33 +08:00
Koen Bekkenutte 0397ad9552 Merge branch 'master' of https://github.com/koenbeuk/EntityFrameworkCore.Projectables 2021-11-05 05:30:45 +08:00
Koen Bekkenutte 3a065a3674 Prepping for EF Core 6: Removed Z prefix to extension namespace 2021-11-05 05:30:35 +08:00
Koen ed2bef0b35 Merge pull request #7 from koenbeuk/generics-support
Support for projectable generic methods
2021-10-27 02:22:32 +08:00
Koen Bekkenutte fa2e34c7bb Fixed V1 build issue 2021-10-27 01:44:38 +08:00
Koen Bekkenutte ede53de1c2 Support for projectable generic methods 2021-10-27 01:16:26 +08:00
Koen Bekkenutte 14a8f1ebd2 Ensure that parameters are written with their fully qualified type name 2021-10-26 19:16:26 +08:00
Koen Bekkenutte fe2750e49f Fixed return type unit test 2021-10-26 19:07:35 +08:00
Koen Bekkenutte 503c0a07bd Fixed property return types 2021-10-26 18:54:12 +08:00
Koen Bekkenutte cd3ee16676 Fixed logging in sample 2021-10-26 18:54:03 +08:00
Koen Bekkenutte 8c611b9fd4 Fixed nullability rewrites with parameters and return types 2021-10-18 23:40:43 +08:00
Koen Bekkenutte 8ccb73d424 Generate diagnostic when null conditional expressions are used but rewrite is not configured 2021-10-18 23:08:36 +08:00
Koen Bekkenutte 58770723dd Updated ScenarioTests dependency 2021-10-18 22:53:19 +08:00
Koen 167b53396e Merge pull request #6 from koenbeuk/nullable-rewriting
support for rewriting null conditional access expressions
2021-10-18 22:51:03 +08:00
Koen Bekkenutte 578d0d8d00 Disable test in V1 branch due to different output 2021-10-18 22:47:53 +08:00
Koen Bekkenutte 86223a11c9 support for rewriting null conditional access expressions 2021-10-18 22:36:06 +08:00
Koen 654dcba6ff Update README.md 2021-09-17 03:00:30 +08:00
Koen Bekkenutte 0eda885b34 Merge branch 'master' of https://github.com/koenbeuk/EntityFrameworkCore.Projectables 2021-09-17 02:54:22 +08:00
Koen Bekkenutte e0b84009d0 Fixed VS Load issue 2021-09-17 02:54:17 +08:00
Koen 33ebe75362 Update build.yml 2021-09-17 02:52:21 +08:00
Koen a94702bcc3 Update release.yml 2021-09-17 02:47:19 +08:00
Koen b0cf168c4c Merge pull request #5 from koenbeuk/efcore6
[WIP] Added support for EF Core 6
2021-09-17 02:44:56 +08:00
Koen Bekkenutte 12038ed164 Fixed broken tests 2021-09-17 02:39:47 +08:00
Koen Bekkenutte 7b63883683 Ensure to build both versions 2021-09-17 02:29:29 +08:00
Koen Bekkenutte 082b39bcfa Use dotnet 6 in build 2021-09-17 02:25:01 +08:00
Koen Bekkenutte 35fc7a2c78 Added support for EF Core 6 2021-09-17 02:22:40 +08:00
Koen ef60fff059 Update README.md 2021-09-05 05:44:08 +08:00
Koen Bekkenutte e4ac176d67 Fixed old name reference 2021-07-04 18:50:30 +08:00
Koen Bekkenutte 659f10ac10 Fixed code gen issue for Projectable extension methods using other projectable extension methods 2021-07-02 03:28:40 +08:00
Koen Bekkenutte 0899408ed1 Correctly described new analyzer release 2021-07-02 02:26:51 +08:00
Koen Bekkenutte 45c1170686 Released diagnostics 2021-07-02 01:52:09 +08:00
Koen Bekkenutte 3bb5dd9f1a Fixed basicsample dependency 2021-07-02 01:41:02 +08:00
Koen Bekkenutte 9fdc33b4ad Removed unused test 2021-07-02 01:39:58 +08:00
Koen Bekkenutte e6d00f8007 Added a description to the package 2021-07-01 02:48:54 +08:00
Koen Bekkenutte 962a98fd50 Merge branch 'master' of https://github.com/koenbeuk/EntityFrameworkCore.Projectables 2021-06-10 02:20:25 +08:00
Koen Bekkenutte dde9bd3339 Generator perf improvement 2021-06-10 02:20:21 +08:00
Koen 2f1b51878f Update README.md 2021-06-07 03:10:31 +08:00
Koen Bekkenutte ce9ed10f8a Proper code reuse 2021-06-04 05:02:43 +08:00
Koen Bekkenutte 459ca9c976 Merge branch 'master' of https://github.com/koenbeuk/EntityFrameworkCore.Projectables 2021-06-04 04:46:33 +08:00
Koen Bekkenutte 3ea1f0da40 Fixed bug where Limited compatbility mode would not properly cascade 2021-06-04 04:45:17 +08:00
Koen 0e8c24523e Update README.md 2021-06-04 04:34:08 +08:00
Koen Bekkenutte bbc2d9abe1 Fixed broken tests after switching to Limited compatibility by default 2021-06-04 04:12:18 +08:00
Koen Bekkenutte 5c7bdd01a4 Uses limiated compatibility mode by default 2021-06-04 04:00:30 +08:00
Koen Bekkenutte a3770cf62d Moved DbContextOptionsExtensions to default EF namespace 2021-06-04 02:12:40 +08:00
Koen Bekkenutte 63400666e6 Fixed typo in benchmark 2021-06-04 02:08:59 +08:00
Koen Bekkenutte 764580155a Merge branch 'master' of https://github.com/koenbeuk/EntityFrameworkCore.Projectables 2021-06-04 02:05:47 +08:00
Koen Bekkenutte fc7f6dbf37 Another minor readme sample tweak 2021-06-04 02:05:44 +08:00
Koen 120bb7af64 Update README.md 2021-06-04 02:05:30 +08:00
Koen Bekkenutte 7ba1caa133 Cleaned up readme sample 2021-06-04 02:03:36 +08:00