Skip to content

Commit

Permalink
Update BlobStoringDatabaseEntityFrameworkCoreTestModule.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Feb 23, 2024
1 parent 2c5ed8d commit f239163
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Storage;
using Volo.Abp.EntityFrameworkCore.Sqlite;

Check failure on line 5 in modules/blob-storing-database/test/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.Tests/EntityFrameworkCore/BlobStoringDatabaseEntityFrameworkCoreTestModule.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Sqlite' does not exist in the namespace 'Volo.Abp.EntityFrameworkCore' (are you missing an assembly reference?)

Check failure on line 5 in modules/blob-storing-database/test/Volo.Abp.BlobStoring.Database.EntityFrameworkCore.Tests/EntityFrameworkCore/BlobStoringDatabaseEntityFrameworkCoreTestModule.cs

View workflow job for this annotation

GitHub Actions / build-test

The type or namespace name 'Sqlite' does not exist in the namespace 'Volo.Abp.EntityFrameworkCore' (are you missing an assembly reference?)
using Volo.Abp.EntityFrameworkCore;
using Volo.Abp.Modularity;

Expand Down

0 comments on commit f239163

Please sign in to comment.