File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
src/LinkDotNet.Blog.Infrastructure
LinkDotNet.Blog.IntegrationTests
LinkDotNet.Blog.UnitTests/Web/Shared Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 6.0.1" />
11
- <PackageReference Include =" RavenDB.Client" Version =" 5.3.1 " />
11
+ <PackageReference Include =" RavenDB.Client" Version =" 5.3.2 " />
12
12
<PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.33.0.40503" >
13
13
<PrivateAssets >all</PrivateAssets >
14
14
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 6.0.1" />
13
13
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.1.0-preview-20211130-02" />
14
14
<PackageReference Include =" Moq" Version =" 4.16.1" />
15
- <PackageReference Include =" RavenDB.TestDriver" Version =" 5.3.1 " />
15
+ <PackageReference Include =" RavenDB.TestDriver" Version =" 5.3.2 " />
16
16
<PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.33.0.40503" >
17
17
<PrivateAssets >all</PrivateAssets >
18
18
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
Original file line number Diff line number Diff line change 6
6
using LinkDotNet . Blog . Web . Shared . Services ;
7
7
using Microsoft . AspNetCore . Components . Forms ;
8
8
using Microsoft . Extensions . DependencyInjection ;
9
- using Microsoft . Extensions . Options ;
10
9
using Moq ;
11
10
using Xunit ;
12
11
@@ -16,7 +15,6 @@ public class UploadFileTests : TestContext
16
15
{
17
16
public UploadFileTests ( )
18
17
{
19
- Services . AddSingleton ( Options . Create ( new RemoteBrowserFileStreamOptions ( ) ) ) ;
20
18
JSInterop . SetupVoid ( invocation => invocation . Identifier == "Blazor._internal.InputFile.init" )
21
19
. SetVoidResult ( ) ;
22
20
}
You can’t perform that action at this time.
0 commit comments