File tree Expand file tree Collapse file tree 4 files changed +7
-9
lines changed
AspNet.WebForms.DependencyInjection.IntegrationTests
AspNet.WebForms.DependencyInjection.Tests
AspNet.WebForms.DependencyInjection Expand file tree Collapse file tree 4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 4
4
using System . Web ;
5
5
using System . Web . Optimization ;
6
6
using System . Web . Routing ;
7
- using System . Web . Security ;
8
- using System . Web . SessionState ;
9
7
10
8
namespace PosInformatique . AspNet . WebForms . DependencyInjection . IntegrationTests
11
9
{
Original file line number Diff line number Diff line change 3
3
// Copyright (c) P.O.S Informatique. All rights reserved.
4
4
// </copyright>
5
5
//-----------------------------------------------------------------------
6
- namespace PosInformatique . AspNet . WebForms . DependencyInjection . Tests
6
+ namespace System . Web . Tests
7
7
{
8
8
using System ;
9
9
using System . Collections ;
@@ -13,12 +13,13 @@ namespace PosInformatique.AspNet.WebForms.DependencyInjection.Tests
13
13
using System . Linq ;
14
14
using System . Reflection ;
15
15
using System . Runtime . Serialization ;
16
- using System . Web ;
17
16
using System . Web . Hosting ;
18
17
using System . Web . SessionState ;
19
18
using FluentAssertions ;
20
19
using Microsoft . Extensions . DependencyInjection ;
21
20
using Moq ;
21
+ using PosInformatique . AspNet . WebForms . DependencyInjection ;
22
+ using PosInformatique . AspNet . WebForms . DependencyInjection . Tests ;
22
23
using Xunit ;
23
24
24
25
public class HttpApplicationExtensionsTest : IDisposable
Original file line number Diff line number Diff line change 8
8
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
9
9
<PackageProjectUrl >https://github.com/PosInformatique/PosInformatique.AspNet.WebForms.DependencyInjection</PackageProjectUrl >
10
10
<RepositoryType >git</RepositoryType >
11
- <PackageLicenseExpression ></PackageLicenseExpression >
12
11
<Company >P.O.S Informatique</Company >
13
12
<Copyright >Copyright © 1999-2019 P.O.S Informatique - All rights reserved.</Copyright >
14
13
<PackageTags >aspnet webforms ioc dependencyinjection</PackageTags >
15
14
<Description >PosInformatique.AspNet.WebForms.DependencyInjection is a library to add the IoC container support of Microsoft.Extensions.DependencyInjection for ASP .NET Web Forms</Description >
16
15
<Authors >Gilles TOURREAU</Authors >
17
16
<PackageReleaseNotes >1.0.0 - Initial version</PackageReleaseNotes >
18
17
<RepositoryUrl >https://github.com/PosInformatique/PosInformatique.AspNet.WebForms.DependencyInjection.git</RepositoryUrl >
19
- <Version >1.0.0-alpha1 </Version >
20
- <AssemblyVersion >1.0.0.0 </AssemblyVersion >
18
+ <Version >1.0.0-alpha2 </Version >
19
+ <AssemblyVersion >1.0.0.2 </AssemblyVersion >
21
20
<PackageLicenseFile >LICENSE</PackageLicenseFile >
22
21
</PropertyGroup >
23
22
Original file line number Diff line number Diff line change 3
3
// Copyright (c) P.O.S Informatique. All rights reserved.
4
4
// </copyright>
5
5
//-----------------------------------------------------------------------
6
- namespace PosInformatique . AspNet . WebForms . DependencyInjection
6
+ namespace System . Web
7
7
{
8
8
using System ;
9
9
using System . Collections . Generic ;
10
10
using System . Collections . ObjectModel ;
11
11
using System . Linq ;
12
- using System . Web ;
13
12
using System . Web . Hosting ;
14
13
using Microsoft . Extensions . DependencyInjection ;
14
+ using PosInformatique . AspNet . WebForms . DependencyInjection ;
15
15
16
16
/// <summary>
17
17
/// Contains extension methods to register a <see cref="ServiceCollection"/> as <see cref="IServiceProvider"/>
You can’t perform that action at this time.
0 commit comments