Skip to content

Commit

Permalink
Moved DI details to own page + moved examples to own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-marini committed Feb 3, 2022
1 parent fd9bef6 commit 119cc3a
Show file tree
Hide file tree
Showing 33 changed files with 90 additions and 391 deletions.
30 changes: 0 additions & 30 deletions MediatR.Extensions.Azure.Storage.Abstractions/CommandException.cs

This file was deleted.

10 changes: 0 additions & 10 deletions MediatR.Extensions.Azure.Storage.Abstractions/ICommand.cs

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions MediatR.Extensions.Azure.Storage.Abstractions/PipelineContext.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

26 changes: 1 addition & 25 deletions Mediator.sln → MediatR.Extensions.Azure.Storage.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{2D89F1CE-1F50-4B0A-8490-086089E425FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClassLibrary1", "ClassLibrary1\ClassLibrary1.csproj", "{5C0C33CE-EC2E-4F0D-B8C3-7904FE5A9F40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FunctionApp2", "FunctionApp2\FunctionApp2.csproj", "{401F542D-A3F6-438C-AAB9-1178DC357FCC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{4C09278C-E77A-40E6-9F4D-E229F12C148D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MediatR.Extensions.Azure.Storage.Tests", "MediatR.Extensions.Azure.Storage.Tests\MediatR.Extensions.Azure.Storage.Tests.csproj", "{678083D7-1CE2-4C8A-8573-D04062B965E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7ED0046B-574B-4121-8482-7F1B3583EE5A}"
ProjectSection(SolutionItems) = preProject
docs\BlobExtensions.md = docs\BlobExtensions.md
docs\DependencyInjection.md = docs\DependencyInjection.md
docs\QueueExtensions.md = docs\QueueExtensions.md
README.md = README.md
docs\TableExtensions.md = docs\TableExtensions.md
Expand All @@ -33,18 +26,6 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D89F1CE-1F50-4B0A-8490-086089E425FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D89F1CE-1F50-4B0A-8490-086089E425FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D89F1CE-1F50-4B0A-8490-086089E425FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D89F1CE-1F50-4B0A-8490-086089E425FD}.Release|Any CPU.Build.0 = Release|Any CPU
{5C0C33CE-EC2E-4F0D-B8C3-7904FE5A9F40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C0C33CE-EC2E-4F0D-B8C3-7904FE5A9F40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C0C33CE-EC2E-4F0D-B8C3-7904FE5A9F40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C0C33CE-EC2E-4F0D-B8C3-7904FE5A9F40}.Release|Any CPU.Build.0 = Release|Any CPU
{401F542D-A3F6-438C-AAB9-1178DC357FCC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{401F542D-A3F6-438C-AAB9-1178DC357FCC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{401F542D-A3F6-438C-AAB9-1178DC357FCC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{401F542D-A3F6-438C-AAB9-1178DC357FCC}.Release|Any CPU.Build.0 = Release|Any CPU
{678083D7-1CE2-4C8A-8573-D04062B965E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{678083D7-1CE2-4C8A-8573-D04062B965E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{678083D7-1CE2-4C8A-8573-D04062B965E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -65,11 +46,6 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2D89F1CE-1F50-4B0A-8490-086089E425FD} = {4C09278C-E77A-40E6-9F4D-E229F12C148D}
{5C0C33CE-EC2E-4F0D-B8C3-7904FE5A9F40} = {4C09278C-E77A-40E6-9F4D-E229F12C148D}
{401F542D-A3F6-438C-AAB9-1178DC357FCC} = {4C09278C-E77A-40E6-9F4D-E229F12C148D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5625AEFF-0F48-4575-B79C-CF93007E5B70}
EndGlobalSection
Expand Down
Loading

0 comments on commit 119cc3a

Please sign in to comment.