Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 5.98 KB

README.md

File metadata and controls

69 lines (53 loc) · 5.98 KB

builds

Projects Status Packages Actions
Sundew.Base GitHub Workflow Status Nuget GitHub Actions
Sundew.Injection GitHub Workflow Status Nuget GitHub Actions
Sundew.CommandLine GitHub Workflow Status Nuget GitHub Actions
Sundew.DiscriminatedUnions GitHub Workflow Status Nuget GitHub Actions
Sundew.Packaging.Publish/Tool GitHub Workflow Status Nuget GitHub Actions
CommandlineBatcher GitHub Workflow Status Nuget GitHub Actions
Sundew.Generator GitHub Workflow Status Nuget GitHub Actions
Sundew.Quantities GitHub Workflow Status Nuget GitHub Actions
TransparentMoq GitHub Workflow Status Nuget GitHub Actions

Repository Dependencies

flowchart RL

subgraph spp[Sundew.Packaging.Publish]
end

subgraph sd[Sundew.DiscriminatedUnions]
end

subgraph sb[Sundew.Base]
end

subgraph sc[Sundew.CommandLine]
end

subgraph cb[CommandlineBatcher]
end

subgraph sg[Sundew.Generator]
end

subgraph sq[Sundew.Quantities]
end

subgraph tm[TransparentMoq]
end

subgraph si[Sundew.Injection]
end

sb--runtime-->sd
sg--runtime-->sb
sg--runtime-->sc
sq--runtime-->sb
spp--runtime-->sb
cb--runtime-->sc--runtime-->sb

sq-.development.->sg
si-.development.->spp
sd-.development.->spp
sb-.development.->spp
sc<--runtime---spp
sc-.development.->spp
cb-.development.->spp
sg-.development.->spp
sq-.development.->spp
tm-.development.->spp
si-.development.->sb
si-.development.->sg

linkStyle 0 color:blue;
Loading