|
150 | 150 | <HintPath>..\packages\Newtonsoft.Json.8.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
151 | 151 | <Private>True</Private> |
152 | 152 | </Reference> |
| 153 | + <Reference Include="NMoneys, Version=4.2.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 154 | + <HintPath>..\packages\NMoneys.4.2.0.0\lib\Net40-client\NMoneys.dll</HintPath> |
| 155 | + <Private>True</Private> |
| 156 | + </Reference> |
153 | 157 | <Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
154 | 158 | <HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath> |
155 | 159 | <Private>True</Private> |
|
204 | 208 | <Private>True</Private> |
205 | 209 | </Reference> |
206 | 210 | <Reference Include="System.Core" /> |
| 211 | + <Reference Include="System.Xml" /> |
207 | 212 | <Reference Include="Wire, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
208 | 213 | <HintPath>..\packages\Wire.0.0.6\lib\Wire.dll</HintPath> |
209 | 214 | <Private>True</Private> |
|
215 | 220 | <Compile Include="DateTimeSpec.cs" /> |
216 | 221 | <Compile Include="DependencyInjection\AggregateActor_can_be_created_with_iServiceLocator.cs" /> |
217 | 222 | <Compile Include="DependencyInjection\Given_configured_container_When_executing_aggregate_handler.cs" /> |
218 | | - <Compile Include="FutureEvents\AggregateDebugExtensions.cs" /> |
219 | 223 | <Compile Include="FutureEvents\Cancelation\Given_aggregate_When_cancel_not_existing_future_event.cs" /> |
220 | 224 | <Compile Include="FutureEvents\Cancelation\Given_aggregate_When_cancel_existing_future_event.cs" /> |
221 | 225 | <Compile Include="FutureEvents\Cancelation\Given_future_event_in_aggregate_When_cancelling_it.cs" /> |
222 | | - <Compile Include="FutureEvents\CannotFindRequestedEventException.cs" /> |
223 | 226 | <Compile Include="FutureEvents\Given_aggregate_When_raising_future_event_by_methods.cs" /> |
224 | 227 | <Compile Include="FutureEvents\Given_aggregate_When_raising_several_future_events.cs" /> |
225 | 228 | <Compile Include="FutureEvents\Given_aggregate_When_raising_future_event_by_commands.cs" /> |
|
229 | 232 | <Compile Include="FutureEvents\Raising_future_events_too_late.cs" /> |
230 | 233 | <Compile Include="FutureEvents\Reraising_future_event.cs" /> |
231 | 234 | <Compile Include="Given_Node_When_Start_TrasportRegistrations_Test.cs" /> |
232 | | - <Compile Include="Sagas\InstanceSagas\Commands\GoSleepCommand.cs" /> |
| 235 | + <Compile Include="Sagas\SoftwareProgrammingDomain\Commands\GoSleepCommand.cs" /> |
233 | 236 | <Compile Include="Sagas\InstanceSagas\CreateSagaGraph.cs" /> |
234 | | - <Compile Include="Sagas\InstanceSagas\Events\CoffeMakeFailedDomainEvent.cs" /> |
235 | | - <Compile Include="Sagas\InstanceSagas\Commands\MakeCoffeCommand.cs" /> |
236 | | - <Compile Include="Sagas\InstanceSagas\Events\SleptWellDomainEvent.cs" /> |
237 | | - <Compile Include="Sagas\InstanceSagas\Events\GotTiredDomainEvent.cs" /> |
238 | | - <Compile Include="Sagas\InstanceSagas\Events\CoffeMadeDomainEvent.cs" /> |
| 237 | + <Compile Include="Sagas\SoftwareProgrammingDomain\Events\CoffeMakeFailedEvent.cs" /> |
| 238 | + <Compile Include="Sagas\SoftwareProgrammingDomain\Commands\MakeCoffeCommand.cs" /> |
| 239 | + <Compile Include="Sagas\SoftwareProgrammingDomain\Events\SleptWellEvent.cs" /> |
| 240 | + <Compile Include="Sagas\SoftwareProgrammingDomain\Events\GotTiredEvent.cs" /> |
| 241 | + <Compile Include="Sagas\SoftwareProgrammingDomain\Events\CoffeMadeEvent.cs" /> |
239 | 242 | <Compile Include="Sagas\InstanceSagas\Given_istance_saga_saga_actor_can_be_created.cs" /> |
240 | | - <Compile Include="Sagas\InstanceSagas\Recover\Given_instance_saga_When_recovering.cs" /> |
| 243 | + <Compile Include="Sagas\InstanceSagas\Recovery\Given_instance_saga_When_recovering.cs" /> |
241 | 244 | <Compile Include="Sagas\InstanceSagas\SagaDataAggregateCommandsHandlerDummy.cs" /> |
242 | 245 | <Compile Include="Sagas\InstanceSagas\Saga_produced_events_and_commands_has_sagaId.cs" /> |
243 | 246 | <Compile Include="Sagas\SagaRecycling\SagaRecyclingTest.cs" /> |
|
263 | 266 | <Compile Include="Sagas\InstanceSagas\Transitions\Given_created_event_when_hydrating.cs" /> |
264 | 267 | <Compile Include="Sagas\StateSagas\SagaStart_with_predefined_id_messaging.cs" /> |
265 | 268 | <Compile Include="Sagas\StateSagas\SagaStart_with_predifined_id_and_state_aggregate_change_in_process.cs" /> |
266 | | - <Compile Include="Sagas\StateSagas\SampleSaga\Events\GotMoreTiredEvent.cs" /> |
267 | | - <Compile Include="Sagas\StateSagas\SampleSaga\GotMoreTiredSagaEvent.cs" /> |
| 269 | + <Compile Include="Sagas\StateSagas\SampleSaga\BadCoffeMachineRememberedEvent.cs" /> |
| 270 | + <Compile Include="Sagas\StateSagas\SampleSaga\PersonRememberedEvent.cs" /> |
268 | 271 | <Compile Include="Sagas\StateSagas\SoftwareProgramming_StateSaga_Test.cs" /> |
| 272 | + <Compile Include="Sagas\StateSagas\Transitions\Given_AutomatonymousSagas_When_apply_known_but_not_mapped_event_in_state.cs" /> |
| 273 | + <Compile Include="Sagas\StateSagas\Transitions\Given_StateSaga_When_invalid_Transitions.cs" /> |
| 274 | + <Compile Include="Sagas\StateSagas\Transitions\Given_AutomatonymousSaga_When_valid_Transitions.cs" /> |
| 275 | + <Compile Include="Sagas\StateSagas\Transitions\Given_State_SoftareProgramming_Saga.cs" /> |
269 | 276 | <Compile Include="SampleDomain\ProjectionBuilders\AggregateChangedEventNotification.cs" /> |
270 | 277 | <Compile Include="AsyncAggregates\When_async_method_is_called_domainEvents_are_persisted.cs" /> |
271 | 278 | <Compile Include="AsyncAggregates\Given_async_events_execute.cs" /> |
|
346 | 353 | <Compile Include="Sagas\InstanceSagas\Given_saga_When_publishing_start_message.cs" /> |
347 | 354 | <Compile Include="Sagas\StateSagas\Given_several_repeating_messages_should_dispatch_only_one_command.cs" /> |
348 | 355 | <Compile Include="Sagas\StateSagas\SubscriptionRenewSagaStateTransitionTests.cs" /> |
349 | | - <Compile Include="Sagas\StateSagas\SampleSaga\Commands\SleepWellCommand.cs" /> |
350 | | - <Compile Include="Sagas\StateSagas\SampleSaga\Commands\DrinkCupOfCoffeCommand.cs" /> |
351 | | - <Compile Include="Sagas\StateSagas\SampleSaga\Events\SleptWellEvent.cs" /> |
352 | | - <Compile Include="Sagas\StateSagas\SampleSaga\Events\GotTiredEvent.cs" /> |
353 | | - <Compile Include="Sagas\StateSagas\SampleSaga\Events\FeltGoodEvent.cs" /> |
354 | 356 | <Compile Include="Sagas\StateSagas\SampleSaga\SoftwareProgrammingSaga.cs" /> |
355 | 357 | <Compile Include="SyncProjection\SynchronizedProjectionBuildersTests.cs" /> |
356 | 358 | <Compile Include="ThenAttribute.cs" /> |
|
0 commit comments