-
-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated optimistic concurrency exercises
- Loading branch information
1 parent
a8cad2b
commit f3509c1
Showing
32 changed files
with
420 additions
and
469 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ops/IntroductionToEventSourcing/08-ApplicationLogic.Marten/Properties/launchSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...troductionToEventSourcing/09-ApplicationLogic.EventStoreDB/Properties/launchSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ntroductionToEventSourcing/10-OptimisticConcurrency.Marten/Properties/launchSettings.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 0 additions & 15 deletions
15
...shops/IntroductionToEventSourcing/11-OptimisticConcurrency.EventStoreDB.Tests/Settings.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
using Oakton; | ||
using Xunit; | ||
using Xunit.Abstractions; | ||
using Xunit.Sdk; | ||
|
||
[assembly: TestFramework("OptimisticConcurrency.Marten.Tests.AssemblyFixture", "OptimisticConcurrency.Marten.Tests")] | ||
[assembly: CollectionBehavior(DisableTestParallelization = true)] | ||
|
||
namespace OptimisticConcurrency.EventStoreDB.Tests; | ||
|
||
public sealed class AssemblyFixture : XunitTestFramework | ||
{ | ||
public AssemblyFixture(IMessageSink messageSink) | ||
:base(messageSink) | ||
{ | ||
OaktonEnvironment.AutoStartHost = true; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.