File tree Expand file tree Collapse file tree 8 files changed +252
-10
lines changed Expand file tree Collapse file tree 8 files changed +252
-10
lines changed Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
5
- using CommunityToolkit . Datasync . Client . Service ;
6
5
using System . Linq . Expressions ;
7
6
8
7
namespace CommunityToolkit . Datasync . Client . Query ;
Original file line number Diff line number Diff line change 3
3
// See the LICENSE file in the project root for more information.
4
4
5
5
using CommunityToolkit . Datasync . Client . Query ;
6
- using CommunityToolkit . Datasync . Client . Service ;
7
6
8
7
namespace CommunityToolkit . Datasync . Client ;
9
8
Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
5
- using CommunityToolkit . Datasync . Client . Service ;
6
-
7
5
namespace CommunityToolkit . Datasync . Client ;
8
6
9
7
/// <summary>
Original file line number Diff line number Diff line change 7
7
using CommunityToolkit . Datasync . Client . Query . Linq ;
8
8
using CommunityToolkit . Datasync . Client . Query . OData ;
9
9
using CommunityToolkit . Datasync . Client . Serialization ;
10
- using Microsoft . Extensions . Options ;
10
+ using CommunityToolkit . Datasync . Client . Service ;
11
11
using System . Linq . Expressions ;
12
12
using System . Net ;
13
13
using System . Net . Http . Headers ;
14
14
using System . Net . Http . Json ;
15
15
using System . Text . Json ;
16
- using static Microsoft . EntityFrameworkCore . DbLoggerCategory ;
17
16
18
- namespace CommunityToolkit . Datasync . Client . Service ;
17
+ namespace CommunityToolkit . Datasync . Client ;
19
18
20
19
/// <summary>
21
20
/// The concrete implementation of the <see cref="IDatasyncServiceClient{TEntity}"/> interface.
Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
5
- namespace CommunityToolkit . Datasync . Client . Service ;
5
+ namespace CommunityToolkit . Datasync . Client ;
6
6
7
7
/// <summary>
8
8
/// The options that can be used to modify the request for the service.
Original file line number Diff line number Diff line change 4
4
5
5
using CommunityToolkit . Datasync . Client . Query ;
6
6
7
- namespace CommunityToolkit . Datasync . Client . Service ;
7
+ namespace CommunityToolkit . Datasync . Client ;
8
8
9
9
/// <summary>
10
10
/// A read-only version of the service client that talks to a datasync service.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
5
+ using CommunityToolkit . Datasync . Client . Service ;
5
6
using System . Diagnostics . CodeAnalysis ;
6
7
using System . Net . Http . Headers ;
7
8
using System . Text . Json ;
8
9
9
- namespace CommunityToolkit . Datasync . Client . Service ;
10
+ namespace CommunityToolkit . Datasync . Client ;
10
11
11
12
/// <summary>
12
13
/// A response from a remote datasync service.
You can’t perform that action at this time.
0 commit comments