-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Shuttle/ms-di
- Microsoft dependency injection / options
- Loading branch information
Showing
37 changed files
with
519 additions
and
333 deletions.
There are no files selected for viewing
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
6 changes: 6 additions & 0 deletions
6
Shuttle.Esb.Process.Tests/Mocks/MockCompleteMemberRegistration.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
namespace Shuttle.Esb.Process.Tests | ||
{ | ||
public class MockCompleteMemberRegistration | ||
{ | ||
} | ||
} |
6 changes: 0 additions & 6 deletions
6
Shuttle.Esb.Process.Tests/Mocks/MockCompleteMemberRegistrationCommand.cs
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...Process.Tests/Mocks/MockEMailSentEvent.cs → ....Process.Tests/Mocks/MockCompleteOrder.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,6 +1,6 @@ | ||
namespace Shuttle.Esb.Process.Tests | ||
{ | ||
public class MockEMailSentEvent | ||
public class MockCompleteOrder | ||
{ | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
...s.Tests/Mocks/MockRegisterOrderCommand.cs → ....Esb.Process.Tests/Mocks/MockEMailSent.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,6 +1,6 @@ | ||
namespace Shuttle.Esb.Process.Tests | ||
{ | ||
public class MockRegisterOrderCommand | ||
public class MockEMailSent | ||
{ | ||
} | ||
} |
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
2 changes: 1 addition & 1 deletion
2
...s.Tests/Mocks/MockCompleteOrderCommand.cs → ...Process.Tests/Mocks/MockRegisterMember.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,6 +1,6 @@ | ||
namespace Shuttle.Esb.Process.Tests | ||
{ | ||
public class MockCompleteOrderCommand | ||
public class MockRegisterMember | ||
{ | ||
} | ||
} |
2 changes: 1 addition & 1 deletion
2
....Tests/Mocks/MockRegisterMemberCommand.cs → ....Process.Tests/Mocks/MockRegisterOrder.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,6 +1,6 @@ | ||
namespace Shuttle.Esb.Process.Tests | ||
{ | ||
public class MockRegisterMemberCommand | ||
public class MockRegisterOrder | ||
{ | ||
} | ||
} |
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
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
using System.Reflection; | ||
using System.Runtime.InteropServices; | ||
|
||
#if NETFRAMEWORK | ||
[assembly: AssemblyTitle(".NET Framework")] | ||
#endif | ||
|
||
#if NETCOREAPP | ||
[assembly: AssemblyTitle(".NET Core")] | ||
#endif | ||
|
||
#if NETSTANDARD | ||
[assembly: AssemblyTitle(".NET Standard")] | ||
#endif | ||
|
||
[assembly: AssemblyVersion("#{SemanticVersionCore}#.0")] | ||
[assembly: AssemblyCopyright("Copyright (c) #{Year}#, Eben Roux")] | ||
[assembly: AssemblyProduct("Shuttle.Esb.Process")] | ||
[assembly: AssemblyCompany("Eben Roux")] | ||
[assembly: AssemblyConfiguration("Release")] | ||
[assembly: AssemblyInformationalVersion("#{SemanticVersion}#")] | ||
[assembly: ComVisible(false)] |
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
Shuttle.Esb.Process/.package/Shuttle.NuGetPackager.targets
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<PropertyGroup> | ||
<PackageTasksPath Condition="'$(PackageTasksPath)' == ''">Shuttle.NuGetPackager.MSBuild.dll</PackageTasksPath> | ||
</PropertyGroup> | ||
|
||
<UsingTask AssemblyFile="$(PackageTasksPath)" TaskName="Shuttle.NuGetPackager.MSBuild.Prompt" /> | ||
<UsingTask AssemblyFile="$(PackageTasksPath)" TaskName="Shuttle.NuGetPackager.MSBuild.RegexFindAndReplace" /> | ||
<UsingTask AssemblyFile="$(PackageTasksPath)" TaskName="Shuttle.NuGetPackager.MSBuild.NuGet.SetNuGetPackageVersions" /> | ||
<UsingTask AssemblyFile="$(PackageTasksPath)" TaskName="Shuttle.NuGetPackager.MSBuild.Zip" /> | ||
<UsingTask AssemblyFile="$(PackageTasksPath)" TaskName="Shuttle.NuGetPackager.MSBuild.NuGet.SemanticVersion" /> | ||
</Project> |
Oops, something went wrong.