Skip to content
master
Go to file
Code

Latest commit

* Rename project to PersistenceTests and test Learning

* Update API approval

* Shorten saga path in tests

* Persister doesn't support pesimistic locking

* My bad, pessimistic locking is the only supported mode for learning

* Retry when file is locked

* Cleanup

* Make retry intervall configurable

* Default to retrying for 1 second

* Misc formatting/cleanup

* Adjust timeout to match test expectations

* Fixup after rebase

Co-authored-by: Andreas Öhlund <andreas.ohlund@particular.net>
c63a6a1

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Building

To build NServiceBus just open NServiceBus.sln in Visual Studio.

You'll find the built assemblies in /binaries.

If you see the build failing, check that you haven't put the source of NServiceBus in a deep subdirectory since long path names (greater than 248 characters) aren't supported by MSBuild.

Licensing

NServiceBus

NServiceBus is licensed under the RPL 1.5 license. More details can be found here.

LightInject

LightInject is licensed under the MIT license as described here.

LightInject sources are compiled into the NServiceBus distribution as allowed under the license terms found here.

[LightInject.Microsoft.DependencyInjection]

LightInject.Microsoft.DependencyInjection is licensed under the MIT license as described here.

LightInject.Microsoft.DependencyInjection sources are compiled into the NServiceBus distribution as allowed under the license terms found here.

SimpleJson

SimpleJson is licensed under the MIT license as described here.

SimpleJson sources are compiled into the NServiceBus distribution as allowed under the license terms found here.

net-object-deep-copy

net-object-deep-copy is licensed under the MIT license as described here.

net-object-deep-copy sources are compiled into the NServiceBus distribution as allowed under the license terms found here.

FastExpressionCompiler

FastExpressionCompiler is licensed under the MIT license as described here.

FastExpressionCompiler sources are compiled into the NServiceBus distribution as allowed under the license terms found here.

ServiceCollection.cs

ServiceCollection.cs is licensed under the Apache 2.0 License as described here.

ServiceCollection.cs sources are compiled into the NServiceBus distribution as allowed under the license terms found here.

You can’t perform that action at this time.