SwitchMediator
A Source-Generated Mediator for C#, Created Specifically to Address Pet Peeves with MediatR - but MUCH Faster and with MUCH Less Allocations!
파일 탐색기
최종 버전 다운로드 (.zip)- dotnet.yml
- publish.yml
- Placeholders.cs
- benchmark_results.md
- HandlerScalingBenchmarks.cs
- Mediator.Switch.Benchmark.csproj
- PipelineScalingBenchmarks.cs
- Program.cs
- Mediator.Switch.Benchmark.Generator.csproj
- Program.cs
- run_benchmarks.bat
- run_benchmarks.sh
- Definitions.cs
- Program.cs
- README.md
- Sample.ConsoleApp.csproj
- publish.sh
- Abstractions.cs
- Attributes.cs
- Mediator.Switch.csproj
- Unit.cs
- AnalyzerReleases.Shipped.md
- AnalyzerReleases.Unshipped.md
- Mediator.Switch.Analyzer.csproj
- PipelineConsistencyAnalyzer.cs
- RequestHandlerAttributeAnalyzer.cs
- Mediator.Switch.Extensions.Microsoft.DependencyInjection.csproj
- MicrosoftDependencyInjectionServiceProvider.cs
- ServiceCollectionExtensions.cs
- SwitchMediatorOptions.cs
- SourceGenerationException.cs
- StringExtensions.cs
- SymbolExtensions.cs
- TypeSymbolExtensions.cs
- BehaviorApplicabilityChecker.cs
- BehaviorChainBuilder.cs
- CodeGenerator.cs
- ConstraintChecker.cs
- TypeHierarchyComparer.cs
- IsExternalInit.cs
- Mediator.Switch.SourceGenerator.csproj
- SemanticAnalysis.cs
- SemanticAnalyzer.cs
- SwitchMediatorSourceGenerator.cs
- SyntaxCollector.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Expected.txt
- Input.cs
- Mediator.Switch.SourceGenerator.Tests.csproj
- ReferencedProjectTest.cs
- SelfReferentialResponseConstraintPipelineBehaviorTests.cs
- SwitchMediatorBaselineUpdateTests.cs
- SwitchMediatorSourceGeneratorTests.cs
- TestDefinitions.cs
- TheoryRunnableInDebugOnlyAttribute.cs
- Definitions.cs
- Mediator.Switch.Tests.csproj
- MediatorIntegrationTests.cs
- MediatorNotificationOrderingTests.cs
- MediatorTestSetup.cs
- NotificationTracker.cs
- TestUserLoggedInAnalytics.cs
- TestUserLoggedInLogger.cs
- Usings.cs
- ExternalTypes.cs
- Mediator.Switch.Tests.Referenced.csproj
- .gitignore
- LICENSE
- logo.png
- README.md
- SwitchMediator.sln
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/zachsaw/SwitchMediator
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd SwitchMediator
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천dotnet add package Mediator.Switch.SourceGenerator
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet add package Mediator.Switch.Extensions.Microsoft.DependencyInjection
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
