This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +13
-14
lines changed
tests/ServiceStack.OrmLite.Tests Expand file tree Collapse file tree 8 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 88using System . Linq . Expressions ;
99using System . Threading ;
1010using System . Threading . Tasks ;
11- using ServiceStack . Text ;
11+ using ServiceStack . OrmLite . Async ;
1212
13- namespace ServiceStack . OrmLite . Async
13+ namespace ServiceStack . OrmLite
1414{
1515 public static class OrmLiteReadApiAsync
1616 {
Original file line number Diff line number Diff line change 77using System . Linq . Expressions ;
88using System . Threading ;
99using System . Threading . Tasks ;
10+ using ServiceStack . OrmLite . Async ;
1011
11- namespace ServiceStack . OrmLite . Async
12+ namespace ServiceStack . OrmLite
1213{
1314 public static class OrmLiteReadExpressionsApiAsync
1415 {
Original file line number Diff line number Diff line change 99using System . Threading ;
1010using System . Threading . Tasks ;
1111using ServiceStack . Data ;
12+ using ServiceStack . OrmLite . Async ;
1213
13- namespace ServiceStack . OrmLite . Async
14+ namespace ServiceStack . OrmLite
1415{
1516 public static class OrmLiteWriteApiAsync
1617 {
Original file line number Diff line number Diff line change 33using System . Linq . Expressions ;
44using System . Threading ;
55using System . Threading . Tasks ;
6+ using ServiceStack . OrmLite . Async ;
67
7- namespace ServiceStack . OrmLite . Async
8+ namespace ServiceStack . OrmLite
89{
910 public static class OrmLiteWriteExpressionsApiAsync
1011 {
Original file line number Diff line number Diff line change 106106 <ItemGroup >
107107 <Compile Include =" AliasNamingStrategy.cs" />
108108 <Compile Include =" Async\async.cs" />
109- <Compile Include =" Async\ OrmLiteReadApiAsync.cs" />
109+ <Compile Include =" OrmLiteReadApiAsync.cs" />
110110 <Compile Include =" Async\OrmLiteReadCommandExtensionsAsync.cs" />
111111 <Compile Include =" Async\OrmLiteResultsFilterExtensionsAsync.cs" />
112112 <Compile Include =" Async\OrmLiteUtilExtensionsAsync.cs" />
113- <Compile Include =" Async\ OrmLiteWriteApiAsync.cs" />
113+ <Compile Include =" OrmLiteWriteApiAsync.cs" />
114114 <Compile Include =" Async\OrmLiteWriteCommandExtensionsAsync.cs" />
115- <Compile Include =" Async\ OrmLiteReadExpressionsApiAsync.cs" />
115+ <Compile Include =" OrmLiteReadExpressionsApiAsync.cs" />
116116 <Compile Include =" Async\ReadExpressionCommandExtensionsAsync.cs" />
117- <Compile Include =" Async\ OrmLiteWriteExpressionsApiAsync.cs" />
117+ <Compile Include =" OrmLiteWriteExpressionsApiAsync.cs" />
118118 <Compile Include =" Async\WriteExpressionCommandExtensionsAsync.cs" />
119119 <Compile Include =" Expressions\SqlExpression.Join.cs" />
120120 <Compile Include =" Expressions\SqlExpressionVisitor.cs" />
Original file line number Diff line number Diff line change 22using System . Data ;
33using System . Threading . Tasks ;
44using NUnit . Framework ;
5- using ServiceStack . OrmLite . Async ;
65using ServiceStack . OrmLite . Tests . Shared ;
76
87namespace ServiceStack . OrmLite . Tests
Original file line number Diff line number Diff line change 22using System . Data ;
33using System . Threading . Tasks ;
44using NUnit . Framework ;
5- using ServiceStack . OrmLite . Async ;
65using ServiceStack . OrmLite . Tests . Shared ;
76
87namespace ServiceStack . OrmLite . Tests
Original file line number Diff line number Diff line change 1- using System . Linq ;
2- using System . Threading ;
1+ using System . Threading ;
32using System . Threading . Tasks ;
43using NUnit . Framework ;
54using ServiceStack . Common . Tests . Models ;
6- using ServiceStack . OrmLite . Async ;
75using ServiceStack . Text ;
86
97using ServiceStack . OrmLite . Tests . Shared ;
You can’t perform that action at this time.
0 commit comments