File tree Expand file tree Collapse file tree
tests/PhenX.EntityFrameworkCore.BulkInsert.Benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 <!-- Pomelo.EntityFrameworkCore.MySql.NetTopologySuite is not yet available for .NET 10.0 -->
3030 <MysqlSupported >true</MysqlSupported >
3131 <MysqlSupported Condition =" '$(TargetFramework)' == 'net10.0'" >false</MysqlSupported >
32- <Constants Condition =" '$(MysqlSupported)' == 'true'" >$(Constants );MYSQL_SUPPORTED</Constants >
32+ <DefineConstants Condition =" '$(MysqlSupported)' == 'true'" >$(DefineConstants );MYSQL_SUPPORTED</DefineConstants >
3333 </PropertyGroup >
3434</Project >
Original file line number Diff line number Diff line change 11<Project >
22
33 <!-- Import parents Directory.Build.props files -->
4- <Import Project =" $(SBuildThisFileDirectory )..\Directory.Build.props" Condition =" Exists('$(MSBuildThisFileDirectory)..\Directory.Build.props')" />
4+ <Import Project =" $(MSBuildThisFileDirectory )..\Directory.Build.props" Condition =" Exists('$(MSBuildThisFileDirectory)..\Directory.Build.props')" />
55
66 <ItemGroup >
77 <None Include =" $(MSBuildThisFileDirectory)..\README.md" Pack =" true" PackagePath =" \" />
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public void RawInsert()
8888#if MYSQL_SUPPORTED
8989 else if ( DbContext . Database . ProviderName ! . Contains ( "MySql" , StringComparison . InvariantCultureIgnoreCase ) )
9090 {
91- // Use MySqlBulkCopy for PostgreSQL
91+ // Use MySqlBulkCopy for MySQL
9292 RawInsertMySql ( ) ;
9393 }
9494#endif
You can’t perform that action at this time.
0 commit comments