Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathSharpCoreDB.slnx
More file actions
Latest commit
151 lines (151 loc) · 8.05 KB
/
Copy pathSharpCoreDB.slnx
File metadata and controls
151 lines (151 loc) · 8.05 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<Solution>
<Configurations>
<PlatformName="Any CPU" />
<PlatformName="x64" />
<PlatformName="x86" />
</Configurations>
<FolderName="/.github/">
<FilePath=".github/CI_STATUS.md" />
<FilePath=".github/CODING_STANDARDS_CSHARP14.md" />
<FilePath=".github/copilot-instructions.md" />
<FilePath=".github/dependabot.yml" />
<FilePath=".github/FUNDING.yml" />
<FilePath=".github/SIMD_STANDARDS.md" />
<FilePath=".github/workflows/ci.yml" />
</Folder>
<FolderName="/docs/">
<FilePath="docs/IMPLEMENTATION_AUDIT_v1.7.0.md" />
<FilePath="docs/ACTION_PLAN_2026.md" />
<FilePath="docs/BENCHMARK_RESULTS.md" />
<FilePath="docs/CONTRIBUTING.md" />
<FilePath="docs/INDEX.md" />
<FilePath="docs/PROJECT_STATUS.md" />
<FilePath="docs/UseCases.md" />
<FilePath="docs/USER_MANUAL.md" />
</Folder>
<FolderName="/docs/server-docs/">
<FilePath="docs/server/BINARY_PROTOCOL_SPEC.md" />
<FilePath="docs/server/CLIENT_GUIDE.md" />
<FilePath="docs/server/CONFIGURATION_SCHEMA.md" />
<FilePath="docs/server/HTTP_REST_API.md" />
<FilePath="docs/server/INSTALLATION.md" />
<FilePath="docs/server/QUICKSTART.md" />
<FilePath="docs/server/REST_API.md" />
<FilePath="docs/server/SECURITY.md" />
</Folder>
<FolderName="/Examples/">
<ProjectPath="Examples/SharpCoreDB.GraphRAG.AIAssistant/SharpCoreDB.GraphRAG.AIAssistant.csproj" />
</Folder>
<FolderName="/Examples/CQRS/">
<ProjectPath="Examples/CQRS/OrderManagement.CqrsDemo/OrderManagement.CqrsDemo.csproj" />
</Folder>
<FolderName="/Examples/Desktop/">
<ProjectPath="Examples/Desktop/SharpCoreDB.Examples.TimeSeries/SharpCoreDB.Examples.TimeSeries.csproj" />
</Folder>
<FolderName="/Examples/EventSourcing/">
<ProjectPath="Examples/EventSourcing/OrderManagement.PersistentDemo/OrderManagement.PersistentDemo.csproj" />
<ProjectPath="Examples/EventSourcing/OrderManagement.Tests/OrderManagement.Tests.csproj" />
<ProjectPath="Examples/EventSourcing/OrderManagement/OrderManagement.csproj" />
</Folder>
<FolderName="/Examples/Web/" />
<FolderName="/Examples/Web/OrchardCore/" />
<FolderName="/Examples/Web/OrchardCore/SharpCoreDb.Orchardcore/">
<ProjectPath="Examples/Web/Orchardcore/SharpCoreDb.Orchardcore/SharpCoreDb.Orchardcore.csproj" />
</Folder>
<FolderName="/installers/" />
<FolderName="/installers/linux/">
<FilePath="installers/linux/install.sh" />
<FilePath="installers/linux/sharpcoredb.service" />
</Folder>
<FolderName="/installers/macos/">
<FilePath="installers/macos/build_pkg.sh" />
<FilePath="installers/macos/com.sharpcoredb.server.plist" />
<FilePath="installers/macos/install.sh" />
<FilePath="installers/macos/uninstall.sh" />
</Folder>
<FolderName="/installers/windows/">
<FilePath="installers/windows/install-service.ps1" />
</Folder>
<FolderName="/scripts/">
<FilePath="scripts/build-nuget.ps1" />
<FilePath="scripts/build-server.bat" />
<FilePath="scripts/commit-grpc.bat" />
<FilePath="scripts/commit-server-phase1.bat" />
<FilePath="scripts/create-collate-issue.ps1" />
<FilePath="scripts/docs-cleanup.bat" />
<FilePath="scripts/docs-cleanup.ps1" />
<FilePath="scripts/docs-cleanup.sh" />
<FilePath="scripts/docs-commit.bat" />
</Folder>
<FolderName="/Solution Items/">
<FilePath=".editorconfig" />
<FilePath=".gitattributes" />
<FilePath=".gitignore" />
<FilePath="CODE_OF_CONDUCT.md" />
<FilePath="CONTRIBUTING.md" />
<FilePath="Directory.Build.props" />
<FilePath="docs/CHANGELOG.md" />
<FilePath="LICENSE" />
<FilePath="README.md" />
<FilePath="SharpCoreDB.jpg" />
</Folder>
<FolderName="/src/">
<ProjectPath="src/SharpCoreDB.Analytics/SharpCoreDB.Analytics.csproj" />
<ProjectPath="src/SharpCoreDB.AppHost/SharpCoreDB.AppHost.csproj" />
<ProjectPath="src/SharpCoreDB.Client.Protocol/SharpCoreDB.Client.Protocol.csproj" />
<ProjectPath="src/SharpCoreDB.Client/SharpCoreDB.Client.csproj" />
<ProjectPath="src/SharpCoreDB.CQRS/SharpCoreDB.CQRS.csproj" />
<ProjectPath="src/SharpCoreDB.Data.Provider/SharpCoreDB.Data.Provider.csproj" />
<ProjectPath="src/SharpCoreDB.Distributed/SharpCoreDB.Distributed.csproj" />
<ProjectPath="src/SharpCoreDB.EntityFrameworkCore/SharpCoreDB.EntityFrameworkCore.csproj" />
<ProjectPath="src/SharpCoreDB.EventSourcing/SharpCoreDB.EventSourcing.csproj" />
<ProjectPath="src/SharpCoreDB.Extensions/SharpCoreDB.Extensions.csproj" />
<ProjectPath="src/SharpCoreDB.Functional.Dapper/SharpCoreDB.Functional.Dapper.csproj" />
<ProjectPath="src/SharpCoreDB.Functional.EntityFrameworkCore/SharpCoreDB.Functional.EntityFrameworkCore.csproj" />
<ProjectPath="src/SharpCoreDB.Functional.Linq2DB/SharpCoreDB.Functional.Linq2DB.csproj" />
<ProjectPath="src/SharpCoreDB.Functional/SharpCoreDB.Functional.csproj" />
<ProjectPath="src/SharpCoreDB.Graph.Advanced/SharpCoreDB.Graph.Advanced.csproj" />
<ProjectPath="src/SharpCoreDB.Graph/SharpCoreDB.Graph.csproj" />
<ProjectPath="src/SharpCoreDB.Identity/SharpCoreDB.Identity.csproj" />
<ProjectPath="src/SharpCoreDB.Projections/SharpCoreDB.Projections.csproj" />
<ProjectPath="src/SharpCoreDB.Provider.Sync/SharpCoreDB.Provider.Sync.csproj" />
<ProjectPath="src/SharpCoreDB.Provider.YesSql/SharpCoreDB.Provider.YesSql.csproj" />
<ProjectPath="src/SharpCoreDB.Serilog.Sinks/SharpCoreDB.Serilog.Sinks.csproj" />
<ProjectPath="src/SharpCoreDB.Server.Core/SharpCoreDB.Server.Core.csproj" />
<ProjectPath="src/SharpCoreDB.Server.Protocol/SharpCoreDB.Server.Protocol.csproj" />
<ProjectPath="src/SharpCoreDB.Server/SharpCoreDB.Server.csproj" />
<ProjectPath="src/SharpCoreDB.VectorSearch/SharpCoreDB.VectorSearch.csproj" />
<ProjectPath="src/SharpCoreDB/SharpCoreDB.csproj" />
</Folder>
<FolderName="/tests/">
<ProjectPath="tests/DiagTest/DiagTest.csproj" />
<ProjectPath="tests/Manual/RefFieldDemo/RefFieldDemo.csproj" />
<ProjectPath="tests/SharpCoreDB.Analytics.Tests/SharpCoreDB.Analytics.Tests.csproj" />
<ProjectPath="tests/SharpCoreDB.Benchmarks/SharpCoreDB.Benchmarks.csproj" />
<ProjectPath="tests/SharpCoreDB.CQRS.Tests/SharpCoreDB.CQRS.Tests.csproj" />
<ProjectPath="tests/SharpCoreDB.DemoJoinsSubQ/SharpCoreDB.DemoJoinsSubQ.csproj" />
<ProjectPath="tests/SharpCoreDB.EntityFrameworkCore.Tests/SharpCoreDB.EntityFrameworkCore.Tests.csproj" />
<ProjectPath="tests/SharpCoreDB.EventSourcing.Tests/SharpCoreDB.EventSourcing.Tests.csproj" />
<ProjectPath="tests/SharpCoreDB.Functional.Linq2DB.Tests/SharpCoreDB.Functional.Linq2DB.Tests.csproj" />
<ProjectPath="tests/SharpCoreDB.Functional.Tests/SharpCoreDB.Functional.Tests.csproj" />
<ProjectPath="tests/SharpCoreDB.Profiling/SharpCoreDB.Profiling.csproj" />
<ProjectPath="tests/SharpCoreDB.Projections.Tests/SharpCoreDB.Projections.Tests.csproj" />
<ProjectPath="tests/SharpCoreDB.Provider.Sync.Tests/SharpCoreDB.Provider.Sync.Tests.csproj" />
<ProjectPath="tests/SharpCoreDB.Server.IntegrationTests/SharpCoreDB.Server.IntegrationTests.csproj" />
<ProjectPath="tests/SharpCoreDB.Tests/SharpCoreDB.Tests.csproj" />
<ProjectPath="tests/SharpCoreDB.VectorSearch.Tests/SharpCoreDB.VectorSearch.Tests.csproj" />
</Folder>
<FolderName="/tests/benchmarks/">
<ProjectPath="tests/benchmarks/QuickZvecTest/QuickZvecTest.csproj" />
<ProjectPath="tests/benchmarks/SharpCoreDB.Benchmarks.Comparative/SharpCoreDB.Benchmarks.Comparative.csproj" />
<ProjectPath="tests/benchmarks/SharpCoreDB.Benchmarks/SharpCoreDB.Benchmarks.csproj" />
<ProjectPath="tests/benchmarks/SharpCoreDB.Server.Benchmarks/SharpCoreDB.Server.Benchmarks.csproj" />
</Folder>
<FolderName="/tests/Manual/">
<ProjectPath="tests/Manual/SingleFileTest/SingleFileTest.csproj" />
</Folder>
<FolderName="/tools/">
<ProjectPath="tools/SharpCoreDB.DebugBenchmark/SharpCoreDB.DebugBenchmark.csproj" />
<ProjectPath="tools/SharpCoreDB.Demo/SharpCoreDB.Demo.csproj" />
</Folder>
</Solution>