Skip to content

Commit ce1ae04

Browse files
committed
cleanup
1 parent d45fc2f commit ce1ae04

58 files changed

Lines changed: 5 additions & 149 deletions

File tree

Some content is hidden

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

samples/EntityFramework/Tracker.Client/Tracker.Client.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
</ItemGroup>
1919

2020
<ItemGroup>
21-
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.0" />
22-
<PackageReference Include="Microsoft.Extensions.Caching.Hybrid" Version="10.0.0" />
2321
<ProjectReference Include="..\..\..\src\Foundatio.CommandQuery.Dispatcher\Foundatio.CommandQuery.Dispatcher.csproj" />
2422
<ProjectReference Include="..\Tracker.Shared\Tracker.Shared.csproj" />
2523
</ItemGroup>

src/Foundatio.CommandQuery.Dispatcher/Foundatio.CommandQuery.Dispatcher.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</ItemGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0" />
2726
<ProjectReference Include="..\Foundatio.CommandQuery\Foundatio.CommandQuery.csproj" />
2827
</ItemGroup>
2928

src/Foundatio.CommandQuery.Dispatcher/RemoteDispatcher.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
using Foundatio.CommandQuery.Definitions;
55
using Foundatio.CommandQuery.Extensions;
6-
using Foundatio.CommandQuery.Models;
76

87
using Microsoft.Extensions.Caching.Hybrid;
98
using Microsoft.Extensions.Options;

src/Foundatio.CommandQuery.EntityFramework/Foundatio.CommandQuery.EntityFramework.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
</ItemGroup>
2525

2626
<ItemGroup>
27-
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="10.0.0" />
2827
<ProjectReference Include="..\Foundatio.CommandQuery\Foundatio.CommandQuery.csproj" />
2928
</ItemGroup>
3029

src/Foundatio.CommandQuery.MongoDB/Foundatio.CommandQuery.MongoDB.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,4 @@
2121
<ProjectReference Include="..\Foundatio.CommandQuery\Foundatio.CommandQuery.csproj" />
2222
</ItemGroup>
2323

24-
<ItemGroup>
25-
26-
</ItemGroup>
27-
2824
</Project>

src/Foundatio.CommandQuery/Definitions/ITrackUpdated.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Security.Claims;
2-
31
namespace Foundatio.CommandQuery.Definitions;
42

53
/// <summary>

tests/Foundatio.CommandQuery.Dispatcher.Tests/DispatchRequestTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
using System.Security.Claims;
22
using System.Text.Json;
3+
34
using Foundatio.CommandQuery.Commands;
4-
using Foundatio.CommandQuery.Models;
55
using Foundatio.CommandQuery.Converters;
6+
using Foundatio.CommandQuery.Models;
67

78
namespace Foundatio.CommandQuery.Dispatcher.Tests;
89

tests/Foundatio.CommandQuery.Endpoints.Tests/EntityCommandEndpointBaseTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
61
using System.Security.Claims;
72

83
using Foundatio.CommandQuery.Commands;
94
using Foundatio.CommandQuery.Models;
105
using Foundatio.CommandQuery.Queries;
116

127
using Microsoft.AspNetCore.Builder;
13-
using Microsoft.AspNetCore.Http;
148
using Microsoft.AspNetCore.Http.HttpResults;
159
using Microsoft.AspNetCore.Routing;
1610
using Microsoft.Extensions.DependencyInjection;

tests/Foundatio.CommandQuery.Endpoints.Tests/EntityQueryEndpointBaseTests.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Linq;
4-
using System.Text;
5-
using System.Threading.Tasks;
61
using System.Security.Claims;
72

83
using Foundatio.CommandQuery.Commands;
94
using Foundatio.CommandQuery.Models;
105
using Foundatio.CommandQuery.Queries;
116

127
using Microsoft.AspNetCore.Builder;
13-
using Microsoft.AspNetCore.Http;
148
using Microsoft.AspNetCore.Http.HttpResults;
159
using Microsoft.AspNetCore.Routing;
1610
using Microsoft.Extensions.DependencyInjection;

tests/Foundatio.CommandQuery.EntityFramework.Tests/Data/Entities/Status.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
using System;
2-
using System.Collections.Generic;
3-
41
namespace Foundatio.CommandQuery.EntityFramework.Tests.Data.Entities;
52

63
public partial class Status

0 commit comments

Comments
 (0)