Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhelleborg committed Mar 11, 2024
1 parent 717a467 commit 32b4338
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion Samples/MongoDBProjections/DishCounter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

using System;
using Dolittle.SDK.Projections;
using Dolittle.SDK.Projections.Copies.MongoDB;

[Projection("98f9db66-b6ca-4e5f-9fc3-638626c9ecfa")]
public class DishCounter: ReadModel
Expand Down
1 change: 0 additions & 1 deletion Source/Projections/Builder/ConventionProjectionBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
using System.Runtime.CompilerServices;
using Dolittle.SDK.Common.ClientSetup;
using Dolittle.SDK.Events;
using Dolittle.SDK.Projections.Internal;

namespace Dolittle.SDK.Projections.Builder;

Expand Down
29 changes: 0 additions & 29 deletions Source/Projections/Copies/ProjectionCopies.cs

This file was deleted.

2 changes: 0 additions & 2 deletions Source/Projections/ProjectionResult{TReadModel}.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using System;

namespace Dolittle.SDK.Projections;

/// <summary>
Expand Down
3 changes: 0 additions & 3 deletions Source/SDK/Builders/SetupBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using BaselineTypeDiscovery;
Expand All @@ -13,9 +12,7 @@
using Dolittle.SDK.EventHorizon;
using Dolittle.SDK.Events.Builders;
using Dolittle.SDK.Events.Filters.Builders;
using Dolittle.SDK.Events.Handling;
using Dolittle.SDK.Events.Handling.Builder;
using Dolittle.SDK.Projections;
using Dolittle.SDK.Projections.Builder;
using Microsoft.Extensions.Logging;

Expand Down
1 change: 0 additions & 1 deletion Source/Testing/Aggregates/AggregatesMock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using Dolittle.SDK.Aggregates;
using Dolittle.SDK.Aggregates.Builders;
using Dolittle.SDK.Events;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using System;
using Dolittle.SDK.Protobuf;
using Machine.Specifications;
using PbCommittedAggregateEvent = Dolittle.Runtime.Events.Contracts.CommittedAggregateEvents.Types.CommittedAggregateEvent;
using PbCommittedAggregateEvents = Dolittle.Runtime.Events.Contracts.CommittedAggregateEvents;

#pragma warning disable CS0612
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Dolittle. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

using Dolittle.SDK.Events;
using Dolittle.SDK.Projections.Types;

namespace Dolittle.SDK.Projections.InvalidProjections;
Expand Down

0 comments on commit 32b4338

Please sign in to comment.