File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88using Flurl . Http ;
99using OpenStack . Authentication ;
1010using OpenStack . Networking . v2 . Serialization ;
11+ using OpenStack . Serialization ;
1112
1213namespace OpenStack . Networking . v2
1314{
Original file line number Diff line number Diff line change 854854 <Compile Include =" Serialization\IPageLink.cs" />
855855 <Compile Include =" Serialization\IServiceResource.cs" />
856856 <Compile Include =" Serialization\ResourceStatus.cs" />
857+ <Compile Include =" Serialization\ServiceEndpoint.cs" />
857858 <Compile Include =" Serialization\StringEnumeration.cs" />
858859 <Compile Include =" Serialization\IdentifierConverter.cs" />
859860 <Compile Include =" Serialization\IHaveExtraData.cs" />
867868 <Compile Include =" Serialization\TimeSpanInSecondsConverter.cs" />
868869 <Compile Include =" Serialization\TolerantEnumConverter.cs" />
869870 <Compile Include =" Serialization\RootWrapperConverter.cs" />
870- <Compile Include =" ServiceEndpoint.cs" />
871871 <Compile Include =" Testing\HttpTest.cs" />
872872 <Compile Include =" Testing\NamespaceDoc.cs" />
873873 </ItemGroup >
Original file line number Diff line number Diff line change 1- using System ;
1+ using System ;
22using System . Collections . Generic ;
33using System . Linq ;
44using System . Net ;
88using Flurl . Extensions ;
99using Flurl . Http ;
1010using OpenStack . Authentication ;
11- using OpenStack . Serialization ;
1211
13- namespace OpenStack
12+ namespace OpenStack . Serialization
1413{
1514 /// <summary>
1615 /// Creates urls
You can’t perform that action at this time.
0 commit comments