File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/FluentAssertions.Analyzers.Tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 17
17
using System . Reflection ;
18
18
19
19
using XunitAssert = Xunit . Assert ;
20
+ using System . Net . Http ;
20
21
21
22
namespace FluentAssertions . Analyzers . Tests
22
23
{
@@ -37,6 +38,7 @@ static DiagnosticVerifier()
37
38
typeof ( Compilation ) , // Microsoft.CodeAnalysis
38
39
typeof ( AssertionScope ) , // FluentAssertions.Core
39
40
typeof ( AssertionExtensions ) , // FluentAssertions
41
+ typeof ( HttpRequestMessage ) , // System.Net.Http
40
42
typeof ( Microsoft . VisualStudio . TestTools . UnitTesting . Assert ) , // MsTest
41
43
typeof ( XunitAssert ) , // Xunit
42
44
} . Select ( type => type . GetTypeInfo ( ) . Assembly . Location )
Original file line number Diff line number Diff line change 11
11
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
12
12
<PrivateAssets >all</PrivateAssets >
13
13
</PackageReference >
14
- <PackageReference Include =" FluentAssertions" Version =" 6.1 .0" />
14
+ <PackageReference Include =" FluentAssertions" Version =" 6.12 .0" />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0" />
16
16
<PackageReference Include =" MSTest.TestAdapter" Version =" 3.1.1" />
17
17
<PackageReference Include =" MSTest.TestFramework" Version =" 3.1.1" />
You can’t perform that action at this time.
0 commit comments