Skip to content

Commit 4bdd6cb

Browse files
NH-3905 - Regenerate async.
This removes <content> generated comments which sometimes interfere with some tooling (Rider), and clean some undue generated imports.
1 parent 8742512 commit 4bdd6cb

File tree

325 files changed

+0
-1128
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+0
-1128
lines changed

src/NHibernate.DomainModel/Async/CustomPersister.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ namespace NHibernate.DomainModel
2626
{
2727
using System.Threading.Tasks;
2828
using System.Threading;
29-
/// <content>
30-
/// Contains generated async methods
31-
/// </content>
3229
public partial class CustomPersister : IEntityPersister
3330
{
3431

src/NHibernate.Test/Async/ConnectionStringTest/NamedConnectionStringFixture.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ namespace NHibernate.Test.ConnectionStringTest
2020
using System.Threading.Tasks;
2121
using System.Threading;
2222

23-
/// <content>
24-
/// Contains generated async methods
25-
/// </content>
2623
public partial class MockConnectionProvider : ConnectionProvider
2724
{
2825

src/NHibernate.Test/Async/DebugConnectionProvider.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ namespace NHibernate.Test
1919
{
2020
using System.Threading.Tasks;
2121
using System.Threading;
22-
/// <content>
23-
/// Contains generated async methods
24-
/// </content>
2522
public partial class DebugConnectionProvider : DriverConnectionProvider
2623
{
2724

src/NHibernate.Test/Async/DebugSessionFactory.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ namespace NHibernate.Test
3737
{
3838
using System.Threading.Tasks;
3939
using System.Threading;
40-
/// <content>
41-
/// Contains generated async methods
42-
/// </content>
4340
public partial class DebugSessionFactory : ISessionFactoryImplementor
4441
{
4542

src/NHibernate.Test/Async/DynamicProxyTests/PeVerifier.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
namespace NHibernate.Test.DynamicProxyTests
1717
{
1818
using System.Threading.Tasks;
19-
20-
/// <content>
21-
/// Contains generated async methods
22-
/// </content>
23-
2419
public partial class PeVerifier
2520
{
2621

src/NHibernate.Test/Async/Events/Collections/CollectionListeners.cs

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717

1818
namespace NHibernate.Test.Events.Collections
1919
{
20-
/// <content>
21-
/// Contains generated async methods
22-
/// </content>
2320
public partial class CollectionListeners
2421
{
2522

@@ -32,9 +29,6 @@ public partial class CollectionListeners
3229

3330
#region Nested type: InitializeCollectionListener
3431

35-
/// <content>
36-
/// Contains generated async methods
37-
/// </content>
3832
public partial class InitializeCollectionListener : DefaultInitializeCollectionEventListener, IListener
3933
{
4034

@@ -53,9 +47,6 @@ public override async Task OnInitializeCollectionAsync(InitializeCollectionEvent
5347

5448
#region Nested type: PostCollectionRecreateListener
5549

56-
/// <content>
57-
/// Contains generated async methods
58-
/// </content>
5950
public partial class PostCollectionRecreateListener : AbstractListener, IPostCollectionRecreateEventListener
6051
{
6152

@@ -81,9 +72,6 @@ public Task OnPostRecreateCollectionAsync(PostCollectionRecreateEvent @event, Ca
8172

8273
#region Nested type: PostCollectionRemoveListener
8374

84-
/// <content>
85-
/// Contains generated async methods
86-
/// </content>
8775
public partial class PostCollectionRemoveListener : AbstractListener, IPostCollectionRemoveEventListener
8876
{
8977

@@ -109,9 +97,6 @@ public Task OnPostRemoveCollectionAsync(PostCollectionRemoveEvent @event, Cancel
10997

11098
#region Nested type: PostCollectionUpdateListener
11199

112-
/// <content>
113-
/// Contains generated async methods
114-
/// </content>
115100
public partial class PostCollectionUpdateListener : AbstractListener, IPostCollectionUpdateEventListener
116101
{
117102

@@ -137,9 +122,6 @@ public Task OnPostUpdateCollectionAsync(PostCollectionUpdateEvent @event, Cancel
137122

138123
#region Nested type: PreCollectionRecreateListener
139124

140-
/// <content>
141-
/// Contains generated async methods
142-
/// </content>
143125
public partial class PreCollectionRecreateListener : AbstractListener, IPreCollectionRecreateEventListener
144126
{
145127

@@ -165,9 +147,6 @@ public Task OnPreRecreateCollectionAsync(PreCollectionRecreateEvent @event, Canc
165147

166148
#region Nested type: PreCollectionRemoveListener
167149

168-
/// <content>
169-
/// Contains generated async methods
170-
/// </content>
171150
public partial class PreCollectionRemoveListener : AbstractListener, IPreCollectionRemoveEventListener
172151
{
173152

@@ -193,9 +172,6 @@ public Task OnPreRemoveCollectionAsync(PreCollectionRemoveEvent @event, Cancella
193172

194173
#region Nested type: PreCollectionUpdateListener
195174

196-
/// <content>
197-
/// Contains generated async methods
198-
/// </content>
199175
public partial class PreCollectionUpdateListener : AbstractListener, IPreCollectionUpdateEventListener
200176
{
201177

src/NHibernate.Test/Async/Events/DisposableListenersTest.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ namespace NHibernate.Test.Events
1717
{
1818
using System.Threading.Tasks;
1919
using System.Threading;
20-
/// <content>
21-
/// Contains generated async methods
22-
/// </content>
2320
public partial class MyDisposableListener : IPostUpdateEventListener, IDisposable
2421
{
2522
public Task OnPostUpdateAsync(PostUpdateEvent @event, CancellationToken cancellationToken)

src/NHibernate.Test/Async/Events/PostEvents/AssertOldStatePostListener.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ namespace NHibernate.Test.Events.PostEvents
1616
using System.Threading.Tasks;
1717
using System.Threading;
1818

19-
/// <content>
20-
/// Contains generated async methods
21-
/// </content>
2219
public partial class AssertOldStatePostListener : IPostUpdateEventListener
2320
{
2421

src/NHibernate.Test/Async/IdGen/Enhanced/SourceMock.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ namespace NHibernate.Test.IdGen.Enhanced
1414
{
1515
using System.Threading.Tasks;
1616
using System.Threading;
17-
/// <content>
18-
/// Contains generated async methods
19-
/// </content>
2017
public partial class SourceMock : IAccessCallback
2118
{
2219

src/NHibernate.Test/Async/Insertordering/InsertOrderingFixture.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -677,9 +677,6 @@ public IBatcher CreateBatcher(ConnectionManager connectionManager, IInterceptor
677677

678678
#endregion
679679
}
680-
/// <content>
681-
/// Contains generated async methods
682-
/// </content>
683680
public partial class InsertOrderingFixture : TestCase
684681
{
685682

@@ -695,9 +692,6 @@ public partial class InsertOrderingFixture : TestCase
695692

696693

697694

698-
/// <content>
699-
/// Contains generated async methods
700-
/// </content>
701695
public partial class StatsBatcher : SqlClientBatchingBatcher
702696
{
703697

0 commit comments

Comments
 (0)