Skip to content

Commit bae7bd4

Browse files
NH-4011 - Fix current system transaction handling.
1 parent f1be2e2 commit bae7bd4

Some content is hidden

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

53 files changed

+1709
-755
lines changed

Tools/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
<package id="NUnit.Extension.NUnitV2ResultWriter" version="3.6.0" targetFramework="net461" />
88
<package id="NUnit.Extension.TeamCityEventListener" version="1.0.2" targetFramework="net461" />
99
<package id="NUnit.Extension.VSProjectLoader" version="3.6.0" targetFramework="net461" />
10-
<package id="CSharpAsyncGenerator.CommandLine" version="0.3.6" targetFramework="net461" />
10+
<package id="CSharpAsyncGenerator.CommandLine" version="0.3.7" targetFramework="net461" />
1111
</packages>

src/AsyncGenerator.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@
109109
typeConversion:
110110
- conversion: Ignore
111111
name: EnumerableImpl
112+
- conversion: Ignore
113+
name: SystemTransactionContext
114+
containingTypeName: AdoNetWithSystemTransactionFactory
115+
- conversion: Ignore
116+
name: DependentContext
117+
containingTypeName: AdoNetWithSystemTransactionFactory
112118
ignoreSearchForAsyncCounterparts:
113119
- name: GetFieldValue
114120
- name: IsDBNull

src/NHibernate.Test/Async/DebugSessionFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
using System.Collections.Generic;
1414
using System.Data.Common;
1515
using System.Linq;
16-
using System.Threading;
1716
using log4net;
1817
using NHibernate.Cache;
1918
using NHibernate.Cfg;
@@ -37,6 +36,7 @@
3736
namespace NHibernate.Test
3837
{
3938
using System.Threading.Tasks;
39+
using System.Threading;
4040
/// <content>
4141
/// Contains generated async methods
4242
/// </content>

0 commit comments

Comments
 (0)