File tree Expand file tree Collapse file tree
test/EFCore.PG.FunctionalTests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11 <Project >
22 <PropertyGroup >
3- <EFCoreVersion >11.0.0-preview.4.26224.122 </EFCoreVersion >
4- <MicrosoftExtensionsVersion >11.0.0-preview.4.26224.122 </MicrosoftExtensionsVersion >
5- <MicrosoftExtensionsConfigurationVersion >11.0.0-preview.4.26224.122 </MicrosoftExtensionsConfigurationVersion >
3+ <EFCoreVersion >11.0.0-preview.5.26227.124 </EFCoreVersion >
4+ <MicrosoftExtensionsVersion >11.0.0-preview.5.26227.124 </MicrosoftExtensionsVersion >
5+ <MicrosoftExtensionsConfigurationVersion >11.0.0-preview.5.26227.124 </MicrosoftExtensionsConfigurationVersion >
66 <NpgsqlVersion >10.0.0</NpgsqlVersion >
77 </PropertyGroup >
88
Original file line number Diff line number Diff line change @@ -34,10 +34,6 @@ public IRelationalCommandBuilder RemoveParameterAt(int index)
3434 return this ;
3535 }
3636
37- [ Obsolete ( "Code trying to add parameter should add type mapped parameter using TypeMappingSource directly." ) ]
38- public IRelationalTypeMappingSource TypeMappingSource
39- => Dependencies . TypeMappingSource ;
40-
4137 public IRelationalCommand Build ( )
4238 => new TestRelationalCommand (
4339 Dependencies ,
Original file line number Diff line number Diff line change @@ -11,13 +11,6 @@ public override Task SaveChanges_can_be_used_with_AutoTransactionBehavior_Never(
1111 // (see https://github.com/npgsql/npgsql/issues/1307)
1212 => Task . CompletedTask ;
1313
14- #pragma warning disable CS0618 // AutoTransactionsEnabled is obsolete
15- public override Task SaveChanges_can_be_used_with_AutoTransactionsEnabled_false ( bool async )
16- // Npgsql batches the inserts, creating an implicit transaction which fails the test
17- // (see https://github.com/npgsql/npgsql/issues/1307)
18- => Task . CompletedTask ;
19- #pragma warning restore CS0618
20-
2114 protected override DbContext CreateContextWithConnectionString ( )
2215 {
2316 var options = Fixture . AddOptions (
You can’t perform that action at this time.
0 commit comments