Skip to content

Commit a5bedd6

Browse files
committed
Missing xml comment added
1 parent 93cb8e9 commit a5bedd6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/Simplify.Web/Core/Controllers/ControllersProcessor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public class ControllersProcessor : IControllersProcessor
2121
/// </summary>
2222
/// <param name="controllersAgent">The controllers agent.</param>
2323
/// <param name="controllerExecutor">The controller executor.</param>
24+
/// <param name="redirector">The redirector.</param>
2425
public ControllersProcessor(IControllersAgent controllersAgent, IControllerExecutor controllerExecutor, IRedirector redirector)
2526
{
2627
_agent = controllersAgent;

src/Simplify.Web/Simplify.Web.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,5 @@
4747
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
4848
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
4949
<PackageReference Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
50-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.8" />
5150
</ItemGroup>
5251
</Project>

0 commit comments

Comments
 (0)