You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a runnable DependencyInjection.Sample that demonstrates generated RegisterDi for Strategy, Factory, and Handler pipelines using DesignPatterns.Extensions.DependencyInjection.
Acceptance criteria
New sample under samples/DependencyInjection.Sample/ referenced from DesignPatterns.slnx
Program.cs builds ServiceCollection, calls RegisterDi, resolves registries/pipeline, prints results
Sample references DI package, generator, and DesignPatterns.Extensions.DependencyInjection.targets
Nuke BuildSamples / CI continues to build the new sample
Summary
Add a runnable
DependencyInjection.Samplethat demonstrates generatedRegisterDifor Strategy, Factory, and Handler pipelines usingDesignPatterns.Extensions.DependencyInjection.Acceptance criteria
samples/DependencyInjection.Sample/referenced fromDesignPatterns.slnxProgram.csbuildsServiceCollection, callsRegisterDi, resolves registries/pipeline, prints resultsDesignPatterns.Extensions.DependencyInjection.targetsBuildSamples/ CI continues to build the new sampleREADME.mdordocs/DEVELOPMENT.mdModule
samples/only