Skip to content

Commit 4c1d7be

Browse files
Copilotrenemadsen
andcommitted
Fix final CS1061 and CS0103 errors: add missing System.Linq and System.Text.RegularExpressions using directives
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
1 parent 78d20d2 commit 4c1d7be

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/EFCore.MySql.FunctionalTests/Query/NonSharedPrimitiveCollectionsQueryMySqlTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using System;
2+
using System.Linq;
23
using System.Threading.Tasks;
34
using Microsoft.EntityFrameworkCore;
45
using Microsoft.EntityFrameworkCore.Infrastructure;

test/EFCore.MySql.FunctionalTests/Query/NorthwindFunctionsQueryMySqlTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Linq;
3+
using System.Text.RegularExpressions;
34
using System.Threading.Tasks;
45
using Microsoft.EntityFrameworkCore.Query;
56
using Microsoft.EntityFrameworkCore.TestModels.Northwind;

0 commit comments

Comments
 (0)