Skip to content

Commit 8cca55c

Browse files
release 300.0.0
1 parent ed64d71 commit 8cca55c

File tree

246 files changed

+115672
-426
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

246 files changed

+115672
-426
lines changed

.gitignore

+31-42
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,38 @@
1-
################################################################################
2-
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
3-
################################################################################
41

5-
/dolphindb_csharpapi/bin/Debug
6-
/dolphindb_csharpapi/obj/Debug
7-
/dolphindb_csharpapi_test/bin/Debug
8-
/dolphindb_csharpapi_test/obj/Debug
9-
/packages
10-
/.vs/api-csharp/v15
11-
/dolphindb_csharpapi_test/obj/Release
122
*.cache
13-
*.cache
14-
.vs/dolphindb_csharpapi/v15/.suo
15-
dolphindb_csharpapi_test/obj/Release/CoreCompileInputs.cache
16-
dolphindb_csharpapi_test/obj/Release/CoreCompileInputs.cache
17-
*.dll
18-
.vs/dolphindb_csharpapi/v15/.suo
3+
.idea
4+
.idea/*
5+
*.pdb
196

20-
dolphindb_csharpapi_test/SupWin.cs
7+
*.dll
218

22-
dolphindb_csharpapi_test/obj/Release/
23-
dolphindb_csharpapi_test/bin/
24-
dolphindb_csharpapi_test/obj/Release/CoreCompileInputs.cache
9+
*.props
2510

26-
dolphindb_csharpapi/obj/
27-
*.opendb
28-
*.db
29-
.vs/dolphindb_csharpapi/v15/.suo
30-
.vs/dolphindb_csharpapi/v15/.suo
31-
.vs/dolphindb_csharpapi/v15/.suo
32-
*.cache
33-
.vs/dolphindb_csharpapi/v15/.suo
34-
*.cache
35-
*.cache
36-
dolphindb_csharpapi_test/obj/Release/CoreCompileInputs.cache
37-
dolphindb_csharpapi/bin/Release/dolphindb_csharpapi.instr.pdb
38-
dolphindb_csharpapi/bin/Release/dolphindb_csharpapi.pdb
39-
dolphindb_csharpapi/dolphindb_csharpapi.csproj.user
40-
dolphindb_csharpapi/dolphindb_csharpapi.csproj.user
41-
*.user
11+
*.targets
12+
packages
13+
obj/
14+
bin/
15+
*.dll
16+
*.pdb
17+
*.sqlite
4218
.vs/dolphindb_csharpapi/v15/.suo
43-
dolphindb_csharpapi/nuget.exe
44-
dolphindb_csharpapi/dolphindb_csharpapi.nuspec
45-
dolphindb_csharpapi/dolphindb_csharpapi.1.0.0.nupkg
46-
dolphindb_csharpapi/release.bat
47-
dolphindb_csharpapi_test/obj/Release/CoreCompileInputs.cache
48-
dolphindb_csharpapi/obj/Release/CoreCompileInputs.cache
19+
*.pdb
20+
*.dll
4921
.vs/dolphindb_csharpapi/v15/.suo
22+
/WindowsFormsApp1
23+
.vs/dolphindb_csharpapi/v15/Browse.VC.db
24+
.vs/dolphindb_csharpapi/v15/Server/
25+
.vs/dolphindb_csharpapi/v15/ipch/
26+
/.idea
27+
/.vs
28+
/dolphindb_dataAppender
29+
/WindowsFormsApp1
30+
/dolphindb_csharpapi_test/SupWin.cs
31+
/dolphindb_csharpapi/*.user
32+
/dolphindb_csharpapi/*.user
33+
test/SupWin.cs
34+
.vscode/launch.json
35+
examples/HAWritingData.cs
36+
longTimeTask/Properties/AssemblyInfo.cs
37+
longTimeTask/Program.cs
38+
longTimeTask/longTimeTask.csproj

0 commit comments

Comments
 (0)