We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972fffb commit 7259205Copy full SHA for 7259205
2 files changed
src/Ninject.Web.Common.Owin/OwinAppBuilderExtensions.cs
@@ -19,13 +19,14 @@
19
// </copyright>
20
// -------------------------------------------------------------------------------------------------
21
22
-namespace Ninject.Web.Common.Owin
+namespace Owin
23
{
24
using System;
25
using System.Collections.Generic;
26
using System.Threading.Tasks;
27
28
- using global::Owin;
+ using Ninject;
29
+ using Ninject.Web.Common.Owin;
30
31
/// <summary>
32
/// The OWIN app builder extensions.
src/Ninject.Web.Common.WebHost/App_Start/NinjectWebCommon.cs.pp
@@ -17,7 +17,7 @@
17
private static readonly Bootstrapper bootstrapper = new Bootstrapper();
18
- /// Starts the application
+ /// Starts the application.
/// </summary>
public static void Start()
0 commit comments