Commit c08404b
Ver 0.6.1 (#215)
* chore: add permissions for changelog generation
(cherry picked from commit 46e133a)
* chore: update changelog for release
(cherry picked from commit b6a6f17)
* Fix type references in README for DTOs
(cherry picked from commit 405d76b)
* feat: add changelog generation step to release workflow
(cherry picked from commit dd72ff4)
* docs: add comparison section with other mapping libraries in README
(cherry picked from commit 4441364)
* docs: enhance README with detailed explanation of Linqraft's DTO generation feature and comparison with other libraries
(cherry picked from commit c7523ff)
* fix: correct spelling of "dependencies" in README files
(cherry picked from commit 11ac12c)
* docs: update README and nuget documentation to include new features for automatic DTO generation and calculated fields
(cherry picked from commit 44f3bec)
* docs: refine README overview to clarify Linqraft's features and eliminate redundancy
(cherry picked from commit f272837)
* Add AutoMapper, Mapperly, Mapster, and Facet to benchmark (#209)
* Initial plan
* Add AutoMapper, Mapperly, Mapster, and Facet to benchmark
Co-authored-by: arika0093 <[email protected]>
* Fix Mapperly warnings by ignoring unmapped source members
Co-authored-by: arika0093 <[email protected]>
* Fix Facet benchmark to use standard NestedFacets pattern for proper DTO mapping
Co-authored-by: arika0093 <[email protected]>
* refactor: update benchmark descriptions and set baseline for Linqraft Auto-Generated DTO
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: arika0093 <[email protected]>
Co-authored-by: Arika Ishinami <[email protected]>
(cherry picked from commit 0916634)
* Fix nested SelectExpr generation - convert inner SelectExpr to Select (#208)
* Initial plan
* Add support for nested SelectExpr - convert inner SelectExpr to Select
Co-authored-by: arika0093 <[email protected]>
* Refactor: Extract shared helper for Select expression generation
Co-authored-by: arika0093 <[email protected]>
* Address PR feedback: unify methods, use record class for LINQ info, extract explicit DTO type from syntax
Co-authored-by: arika0093 <[email protected]>
* Address PR feedback: rename test file, use SelectExpr with explicit DTO types, verify nested namespace, update record syntax, simplify code
Co-authored-by: arika0093 <[email protected]>
* Improve null safety: add explicit null coalescing for propertyType
Co-authored-by: arika0093 <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: arika0093 <[email protected]>
(cherry picked from commit 348f441)
* docs: update FAQ section in README to clarify Linqraft's compatibility with LINQ providers
(cherry picked from commit 24db040)
* fix: add playground CSS file to .gitignore
(cherry picked from commit 9c9740c)
* refactor: streamline template creation and remove unused methods
(cherry picked from commit 2d08f8e)
* chore: remove unused tailwind CSS file from playground
(cherry picked from commit 73e74c0)
* docs: update FAQ to clarify Linqraft's compatibility with LINQ providers
(cherry picked from commit 9773b53)
* chore: update CI workflows for .NET build and test with multi-platform support
(cherry picked from commit d3fbfc7)
* chore: Update target frameworks and add build error suppression (#210)
* fix: add SuppressTfmSupportBuildErrors property to Directory.Build.props
* I207 test only run .NET 9 or later temporary
* fix: remove .NET 6.0 from target frameworks in CI workflow
* fix: correct property name in NestedSelectExpr test for clarity
(cherry picked from commit c1bb6cf)
* docs: clarify usage of Linqraft for generating shared DTOs from OpenAPI Schema
(cherry picked from commit 400daf8)
* docs: add collapsible section for available MSBuild properties in README
(cherry picked from commit b9fdff6)
* docs: add clarification on .csproj package reference for Linqraft installation
(cherry picked from commit d67e521)
* docs: improve clarity in reverse conversion explanation in README
(cherry picked from commit 0add9bf)
* Fix nested SelectExpr interceptor generation (#213)
* Initial plan
* Fix: Skip nested SelectExpr interceptor generation and generate DTOs with correct names
Co-authored-by: arika0093 <[email protected]>
* Fix: Address code review - move global:: prefix removal before class name extraction
Co-authored-by: arika0093 <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: arika0093 <[email protected]>
(cherry picked from commit 8a370f8)
* docs: clarify target frameworks setup for Windows in CI workflow
(cherry picked from commit 1cfba41)
---------
Co-authored-by: arika0093 <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: arika0093 <[email protected]>1 parent 1c4d018 commit c08404b
File tree
27 files changed
+1285
-1753
lines changed- .github/workflows
- docs
- examples/Linqraft.Benchmark
- playground
- Services
- wwwroot/css
- src
- Linqraft.Core
- RoslynHelpers
- SyntaxHelpers
- Linqraft.SourceGenerator
- tests
- Linqraft.Tests
27 files changed
+1285
-1753
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 18 | + | |
| 19 | + | |
25 | 20 | | |
26 | 21 | | |
27 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
0 commit comments