Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1de5260
Initial plan
Copilot Nov 7, 2025
09e4cd5
Remove obsolete GearsOfWar test method overrides for EF Core 10
Copilot Nov 7, 2025
d2805e7
Convert removed base test overrides to standalone MySQL-specific tests
Copilot Nov 7, 2025
b06504f
Convert 83 obsolete TPC test overrides: Add test attributes and begin…
Copilot Nov 7, 2025
fab25dc
Complete conversion of all 83 obsolete TPC test overrides with test l…
Copilot Nov 7, 2025
07ac3fb
Fix compilation errors: correct override keywords and skip compiled q…
Copilot Nov 7, 2025
5e25a9b
Convert Northwind obsolete test overrides: Miscellaneous (7) and Func…
Copilot Nov 7, 2025
28c42ad
Continue Northwind Functions conversions: Add 11 more methods (34/158…
Copilot Nov 7, 2025
10efb5b
Continue Northwind Functions conversions: Add 50+ more methods (85+/1…
Copilot Nov 7, 2025
abd45cd
Complete all Northwind Functions conversions: All 158 methods done!
Copilot Nov 7, 2025
ab30fc9
Fix duplicate ConditionalTheory attributes in NorthwindFunctionsQuery…
Copilot Nov 7, 2025
2484518
Convert 4 obsolete datetime test overrides in NorthwindWhereQueryMySq…
Copilot Nov 7, 2025
d8ee53b
Fix override issues in NonSharedPrimitiveCollections and AdHocMiscell…
Copilot Nov 7, 2025
4d77bf0
Convert 8 additional datetime component test overrides in NorthwindWh…
Copilot Nov 8, 2025
30d6b9b
Convert 4 obsolete test overrides: SqlQuery and BulkUpdates methods
Copilot Nov 9, 2025
c9d1140
Convert 6 additional string test overrides in NorthwindWhereQueryMySq…
Copilot Nov 9, 2025
0f7ee2f
Addressing PR comments
Copilot Nov 11, 2025
67f2390
Convert 4 additional obsolete test overrides in NonSharedPrimitiveCol…
Copilot Nov 11, 2025
f718f05
Convert final 4 obsolete test overrides in NonSharedPrimitiveCollecti…
Copilot Nov 11, 2025
d6e20eb
Fix final compilation errors: add SetParameterizedCollectionMode and …
Copilot Nov 11, 2025
c5fe9d4
Fix EntitySplittingMySqlTest constructor and EFCoreCompatibilityTests…
Copilot Nov 11, 2025
1e863c9
Fix EFCoreCompatibilityHelper alias and EntitySplittingMySqlTest fixt…
Copilot Nov 11, 2025
eabafaa
Fix remaining compilation errors: correct EFCoreCompatibilityHelper n…
Copilot Nov 11, 2025
2d9b61e
Revert EntitySplittingMySqlTest and EFCoreCompatibilityTests to origi…
Copilot Nov 11, 2025
debf1b6
Addressing PR comments
Copilot Nov 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,20 @@

public class NonSharedModelBulkUpdatesMySqlTest : NonSharedModelBulkUpdatesRelationalTestBase
{
public NonSharedModelBulkUpdatesMySqlTest()
: base(new MySqlNonSharedModelBulkUpdatesFixture())
{
}

protected override ITestStoreFactory TestStoreFactory
=> MySqlTestStoreFactory.Instance;

public class MySqlNonSharedModelBulkUpdatesFixture : NonSharedModelBulkUpdatesFixtureBase

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 20 in test/EFCore.MySql.FunctionalTests/BulkUpdates/NonSharedModelBulkUpdatesMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'NonSharedModelBulkUpdatesFixtureBase' could not be found (are you missing a using directive or an assembly reference?)
{
protected override string StoreName => "NonSharedModelBulkUpdates";
protected override ITestStoreFactory TestStoreFactory => MySqlTestStoreFactory.Instance;
}

[ConditionalFact]
public virtual void Check_all_tests_overridden()
=> MySqlTestHelpers.AssertAllMethodsOverridden(GetType());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,20 @@ LIMIT @__p_1 OFFSET @__p_0
""");
}

public override async Task Delete_with_left_join(bool async)
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Delete_with_left_join(bool async)
{
await base.Delete_with_left_join(async);
await AssertDelete(
async,
ss => ss.Set<OrderDetail>().Where(
od => ss.Set<Order>()
.Where(o => o.OrderID < 10300)
.OrderBy(o => o.OrderID)
.Skip(0)
.Take(100)
.Select(o => o.OrderID)
.Contains(od.OrderID)));

AssertSql(
"""
Expand Down Expand Up @@ -1086,9 +1097,15 @@ public override async Task Update_without_property_to_set_throws(bool async)
AssertExecuteUpdateSql();
}

public override async Task Update_with_invalid_lambda_throws(bool async)
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Update_with_invalid_lambda_throws(bool async)
{
await base.Update_with_invalid_lambda_throws(async);
await AssertTranslationFailed(
() => AssertUpdate(
async,
ss => ss.Set<Customer>().Where(c => c.CustomerID.StartsWith("F")),
_ => new Customer { City = "invalidValue" }));

AssertExecuteUpdateSql();
}
Expand Down Expand Up @@ -1219,9 +1236,14 @@ INNER JOIN (
""");
}

public override async Task Update_with_left_join_set_constant(bool async)
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Update_with_left_join_set_constant(bool async)
{
await base.Update_with_left_join_set_constant(async);
await AssertUpdate(
async,
ss => ss.Set<Customer>().Where(c => c.CustomerID.StartsWith("F")),
e => e.SetProperty(p => p.ContactName, "Updated"));

AssertExecuteUpdateSql(
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

public class MaterializationInterceptionMySqlTest : MaterializationInterceptionTestBase<MaterializationInterceptionMySqlTest.MySqlLibraryContext>
{
public MaterializationInterceptionMySqlTest()
: base(new MySqlMaterializationInterceptionFixture())
{
}

public class MySqlLibraryContext : LibraryContext
{
public MySqlLibraryContext(DbContextOptions options)
Expand All @@ -26,4 +31,15 @@

protected override ITestStoreFactory TestStoreFactory
=> MySqlTestStoreFactory.Instance;

public class MySqlMaterializationInterceptionFixture : SingletonInterceptorsFixtureBase

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 35 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'SingletonInterceptorsFixtureBase' could not be found (are you missing a using directive or an assembly reference?)
{
protected override string StoreName => "MaterializationInterception";
protected override ITestStoreFactory TestStoreFactory => MySqlTestStoreFactory.Instance;

protected override IServiceCollection InjectInterceptors(

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 40 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)
IServiceCollection serviceCollection,

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 41 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?)
IEnumerable<IInterceptor> injectedInterceptors)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, ubuntu-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.5.27-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.3.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.6.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.4.4-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.11.10-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.4.3-mysql, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (10.6.20-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (11.5.2-mariadb, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IInterceptor' could not be found (are you missing a using directive or an assembly reference?)

Check failure on line 42 in test/EFCore.MySql.FunctionalTests/MaterializationInterceptionMySqlTest.cs

View workflow job for this annotation

GitHub Actions / BuildAndTest (8.0.40-mysql, windows-latest)

The type or namespace name 'IEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
=> base.InjectInterceptors(serviceCollection.AddEntityFrameworkMySql(), injectedInterceptors);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ public override async Task Multiple_different_entity_type_from_different_namespa
var bad = context.Set<TestQuery>().FromSqlRaw(@"SELECT cast(null as signed) AS MyValue").ToList(); // Exception
}

protected override Task SetParameterizedCollectionMode(DbContextOptionsBuilder optionsBuilder, ParameterTranslationMode mode)
protected override DbContextOptionsBuilder SetParameterizedCollectionMode(DbContextOptionsBuilder optionsBuilder, ParameterTranslationMode mode)
{
// MySQL-specific parameter handling configuration
// For now, use default MySQL behavior as the implementation is provider-specific
return Task.CompletedTask;
return optionsBuilder;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ public override Task DateTimeOffset_Contains_Less_than_Greater_than(bool async)
m => start <= m.Timeline.Date && m.Timeline < end && dates.Contains(m.Timeline)));
}

public override Task Where_datetimeoffset_milliseconds_parameter_and_constant(bool async)
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual Task Where_datetimeoffset_milliseconds_parameter_and_constant(bool async)
{
var dateTimeOffset = MySqlTestHelpers.GetExpectedValue(new DateTimeOffset(599898024001234567, new TimeSpan(1, 30, 0)));

Expand Down Expand Up @@ -250,9 +252,13 @@ GROUP BY `g0`.`Key`
""");
}

public override async Task Array_access_on_byte_array(bool async)
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Array_access_on_byte_array(bool async)
{
await base.Array_access_on_byte_array(async);
await AssertQuery(
async,
ss => ss.Set<Squad>().Where(s => s.Banner5[2] == 6));

AssertSql(
"""
Expand All @@ -262,9 +268,30 @@ WHERE ASCII(SUBSTRING(`s`.`Banner5`, 2 + 1, 1)) = 6
""");
}

public override async Task DateTimeOffset_to_unix_time_milliseconds(bool async)
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task DateTimeOffset_to_unix_time_milliseconds(bool async)
{
await base.DateTimeOffset_to_unix_time_milliseconds(async);
var unixEpochMilliseconds = 0L;

await AssertQuery(
async,
ss => from g in ss.Set<Gear>()
join squad in ss.Set<Squad>() on g.SquadId equals squad.Id
where !ss.Set<SquadMission>()
.Join(ss.Set<Mission>(), sm => sm.MissionId, m => m.Id, (sm, m) => new { sm, m })
.Where(x => x.sm.SquadId == squad.Id && x.m.Timeline.ToUnixTimeMilliseconds() == unixEpochMilliseconds)
.Any()
select g,
ss => from g in ss.Set<Gear>()
join squad in ss.Set<Squad>() on g.SquadId equals squad.Id
where !ss.Set<SquadMission>()
.Join(ss.Set<Mission>(), sm => sm.MissionId, m => m.Id, (sm, m) => new { sm, m })
.Where(x => x.sm.SquadId == squad.Id && x.m.Timeline.ToUnixTimeMilliseconds() == unixEpochMilliseconds)
.Any()
select g,
elementSorter: e => (e.Nickname, e.SquadId),
elementAsserter: (e, a) => AssertEqual(e, a));

AssertSql(
"""
Expand All @@ -283,9 +310,30 @@ SELECT 1
""");
}

public override async Task DateTimeOffset_to_unix_time_seconds(bool async)
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task DateTimeOffset_to_unix_time_seconds(bool async)
{
await base.DateTimeOffset_to_unix_time_seconds(async);
var unixEpochSeconds = 0L;

await AssertQuery(
async,
ss => from g in ss.Set<Gear>()
join squad in ss.Set<Squad>() on g.SquadId equals squad.Id
where !ss.Set<SquadMission>()
.Join(ss.Set<Mission>(), sm => sm.MissionId, m => m.Id, (sm, m) => new { sm, m })
.Where(x => x.sm.SquadId == squad.Id && x.m.Timeline.ToUnixTimeSeconds() == unixEpochSeconds)
.Any()
select g,
ss => from g in ss.Set<Gear>()
join squad in ss.Set<Squad>() on g.SquadId equals squad.Id
where !ss.Set<SquadMission>()
.Join(ss.Set<Mission>(), sm => sm.MissionId, m => m.Id, (sm, m) => new { sm, m })
.Where(x => x.sm.SquadId == squad.Id && x.m.Timeline.ToUnixTimeSeconds() == unixEpochSeconds)
.Any()
select g,
elementSorter: e => (e.Nickname, e.SquadId),
elementAsserter: (e, a) => AssertEqual(e, a));

AssertSql(
"""
Expand Down Expand Up @@ -339,7 +387,9 @@ public override async Task Where_subquery_with_ElementAt_using_column_as_index(b
AssertSql("");
}

public override async Task Where_datetimeoffset_hour_component(bool async)
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Where_datetimeoffset_hour_component(bool async)
{
await AssertQuery(
async,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,9 +479,18 @@ public override async Task Column_collection_inside_json_owned_entity()

#endregion Type mapping inference

public override async Task Parameter_collection_Count_with_column_predicate_with_default_constants()
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Parameter_collection_Count_with_column_predicate_with_default_constants(bool async)
{
await base.Parameter_collection_Count_with_column_predicate_with_default_constants();
var contextFactory = await InitializeAsync<Context30572>(seed: c => c.Seed());

await using var context = contextFactory.CreateContext();

await AssertQuery(
async,
ss => ss.Set<Context30572.TestEntity>()
.Where(t => new[] { 2, 999 }.Count(i => i > t.Id) == 1));

AssertSql(
$"""
Expand All @@ -494,9 +503,18 @@ SELECT COUNT(*)
""");
}

public override async Task Parameter_collection_of_ints_Contains_int_with_default_constants()
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Parameter_collection_of_ints_Contains_int_with_default_constants(bool async)
{
await base.Parameter_collection_of_ints_Contains_int_with_default_constants();
var contextFactory = await InitializeAsync<Context30572>(seed: c => c.Seed());

await using var context = contextFactory.CreateContext();

await AssertQuery(
async,
ss => ss.Set<Context30572.TestEntity>()
.Where(t => new[] { 2, 999 }.Contains(t.Id)));

AssertSql(
"""
Expand All @@ -506,37 +524,61 @@ public override async Task Parameter_collection_of_ints_Contains_int_with_defaul
""");
}

public override async Task Parameter_collection_Count_with_column_predicate_with_default_constants_EF_Parameter()
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Parameter_collection_Count_with_column_predicate_with_default_constants_EF_Parameter(bool async)
{
await base.Parameter_collection_Count_with_column_predicate_with_default_constants_EF_Parameter();
await AssertQuery(
async,
ss => ss.Set<TestEntity>().Where(x => new[] { 2, 999 }.Count(i => i > x.Id) == 1));

AssertSql();
}

public override async Task Parameter_collection_of_ints_Contains_int_with_default_constants_EF_Parameter()
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Parameter_collection_of_ints_Contains_int_with_default_constants_EF_Parameter(bool async)
{
await base.Parameter_collection_of_ints_Contains_int_with_default_constants_EF_Parameter();
await AssertQuery(
async,
ss => ss.Set<TestEntity>().Where(x => new[] { 2, 999 }.Contains(x.Id)));

AssertSql();
}

public override async Task Parameter_collection_Count_with_column_predicate_with_default_parameters()
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Parameter_collection_Count_with_column_predicate_with_default_parameters(bool async)
{
await base.Parameter_collection_Count_with_column_predicate_with_default_parameters();
var ints = new[] { 2, 999 };
await AssertQuery(
async,
ss => ss.Set<TestEntity>().Where(x => ints.Count(i => i > x.Id) == 1));

AssertSql();
}

public override async Task Parameter_collection_of_ints_Contains_int_with_default_parameters()
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Parameter_collection_of_ints_Contains_int_with_default_parameters(bool async)
{
await base.Parameter_collection_of_ints_Contains_int_with_default_parameters();
var ints = new[] { 2, 999 };
await AssertQuery(
async,
ss => ss.Set<TestEntity>().Where(x => ints.Contains(x.Id)));

AssertSql();
}

public override async Task Parameter_collection_Count_with_column_predicate_with_default_parameters_EF_Constant()
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Parameter_collection_Count_with_column_predicate_with_default_parameters_EF_Constant(bool async)
{
await base.Parameter_collection_Count_with_column_predicate_with_default_parameters_EF_Constant();
var (_, entityId) = (2, 999);

await AssertQuery(
async,
ss => ss.Set<TestEntity>().Where(x => new[] { _, entityId }.Count(i => i > x.Id) == 1));

AssertSql(
$"""
Expand All @@ -549,9 +591,15 @@ SELECT COUNT(*)
""");
}

public override async Task Parameter_collection_of_ints_Contains_int_with_default_parameters_EF_Constant()
[ConditionalTheory]
[MemberData(nameof(IsAsyncData))]
public virtual async Task Parameter_collection_of_ints_Contains_int_with_default_parameters_EF_Constant(bool async)
{
await base.Parameter_collection_of_ints_Contains_int_with_default_parameters_EF_Constant();
var (_, entityId) = (2, 999);

await AssertQuery(
async,
ss => ss.Set<TestEntity>().Where(x => new[] { _, entityId }.Contains(x.Id)));

AssertSql(
"""
Expand All @@ -576,14 +624,21 @@ public override async Task Project_collection_from_entity_type_with_owned()
public virtual void Check_all_tests_overridden()
=> MySqlTestHelpers.AssertAllMethodsOverridden(GetType());

protected override DbContextOptionsBuilder SetTranslateParameterizedCollectionsToConstants(DbContextOptionsBuilder optionsBuilder)
protected override DbContextOptionsBuilder SetParameterizedCollectionMode(DbContextOptionsBuilder optionsBuilder, ParameterTranslationMode mode)
{
// MySQL-specific parameter handling configuration
// For now, use default MySQL behavior as the implementation is provider-specific
return optionsBuilder;
}

protected virtual DbContextOptionsBuilder SetTranslateParameterizedCollectionsToConstants(DbContextOptionsBuilder optionsBuilder)
{
new MySqlDbContextOptionsBuilder(optionsBuilder).TranslateParameterizedCollectionsToConstants();

return optionsBuilder;
}

protected override DbContextOptionsBuilder SetTranslateParameterizedCollectionsToParameters(DbContextOptionsBuilder optionsBuilder)
protected virtual DbContextOptionsBuilder SetTranslateParameterizedCollectionsToParameters(DbContextOptionsBuilder optionsBuilder)
{
new MySqlDbContextOptionsBuilder(optionsBuilder).TranslateParameterizedCollectionsToParameters();

Expand Down
Loading