Skip to content

Commit c4cf1d6

Browse files
committed
Add namespace documentation for net.openstack.Core.Synchronous
1 parent 4383bc8 commit c4cf1d6

3 files changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
namespace net.openstack.Core.Synchronous
2+
{
3+
using System.Runtime.CompilerServices;
4+
5+
/// <summary>
6+
/// The <see cref="net.openstack.Core.Synchronous"/> namespace defines classes providing
7+
/// extension methods for calling asynchronous services in a synchronous manner.
8+
/// <note>
9+
/// These extension methods are not recommended for use in new development, but are
10+
/// provided as a compatibility aid for projects where external restrictions preclude
11+
/// the direct use of the asynchronous APIs.
12+
/// </note>
13+
/// </summary>
14+
[CompilerGenerated]
15+
internal class NamespaceDoc
16+
{
17+
}
18+
}

src/corelib/corelib.v3.5.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
<Compile Include="Core\Providers\NamespaceDoc.cs" />
122122
<Compile Include="Core\ResponseExtensions.cs" />
123123
<Compile Include="Core\RestWebHeaderCollection.cs" />
124+
<Compile Include="Core\Synchronous\NamespaceDoc.cs" />
124125
<Compile Include="Core\Validators\NamespaceDoc.cs" />
125126
<Compile Include="Core\WebRequestExtensions.cs" />
126127
<Compile Include="Providers\Rackspace\Exceptions\BulkDeletionException.cs" />

src/corelib/corelib.v4.0.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
<Compile Include="Core\Providers\NamespaceDoc.cs" />
112112
<Compile Include="Core\ResponseExtensions.cs" />
113113
<Compile Include="Core\RestWebHeaderCollection.cs" />
114+
<Compile Include="Core\Synchronous\NamespaceDoc.cs" />
114115
<Compile Include="Core\Validators\NamespaceDoc.cs" />
115116
<Compile Include="Providers\Rackspace\Exceptions\BulkDeletionException.cs" />
116117
<Compile Include="Core\HttpStatusCodeParser.cs" />

0 commit comments

Comments
 (0)