-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3be079d
commit 20bb449
Showing
432 changed files
with
316 additions
and
5,853 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
2 changes: 2 additions & 0 deletions
2
DragonSpark.Application.Hosting.BenchmarkDotNet/BenchmarkDotNetApplicationAttribute.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
2 changes: 2 additions & 0 deletions
2
DragonSpark.Application.Hosting.Console/ConsoleApplicationAttribute.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
2 changes: 2 additions & 0 deletions
2
DragonSpark.Application.Hosting.Console/ConsoleMessageTemplate.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
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,10 +1,12 @@ | ||
using DragonSpark.Application.Compose; | ||
using DragonSpark.Composition.Compose; | ||
using JetBrains.Annotations; | ||
|
||
namespace DragonSpark.Application.Hosting.Console; | ||
|
||
public static class Extensions | ||
{ | ||
[UsedImplicitly] | ||
public static ApplicationProfileContext WithConsoleApplication(this BuildHostContext @this) | ||
=> @this.Apply(ConsoleApplicationProfile.Default); | ||
} |
2 changes: 2 additions & 0 deletions
2
DragonSpark.Application.Hosting.Console/IConsoleApplication.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,8 @@ | ||
using DragonSpark.Model.Commands; | ||
using DragonSpark.Model.Sequences; | ||
using JetBrains.Annotations; | ||
|
||
namespace DragonSpark.Application.Hosting.Console; | ||
|
||
[UsedImplicitly] | ||
public interface IConsoleApplication : ICommand<Array<string>>; |
10 changes: 0 additions & 10 deletions
10
DragonSpark.Application.Hosting.Server.Blazor/ApplicationSelector.cs
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
DragonSpark.Application.Hosting.Server.Testing.Environment.Development/Configurations.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
5 changes: 4 additions & 1 deletion
5
DragonSpark.Application.Hosting.Server.Testing.Environment/Dependency.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,3 +1,6 @@ | ||
namespace DragonSpark.Application.Hosting.Server.Testing.Environment; | ||
using JetBrains.Annotations; | ||
|
||
namespace DragonSpark.Application.Hosting.Server.Testing.Environment; | ||
|
||
[UsedImplicitly] | ||
public class Dependency : IDependency; |
2 changes: 2 additions & 0 deletions
2
DragonSpark.Application.Hosting.Server.Testing.Environment/RootServiceConfiguration.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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.