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 1717using System . Reflection ;
1818
1919using XunitAssert = Xunit . Assert ;
20+ using System . Net . Http ;
2021
2122namespace FluentAssertions . Analyzers . Tests
2223{
@@ -37,6 +38,7 @@ static DiagnosticVerifier()
3738 typeof ( Compilation ) , // Microsoft.CodeAnalysis
3839 typeof ( AssertionScope ) , // FluentAssertions.Core
3940 typeof ( AssertionExtensions ) , // FluentAssertions
41+ typeof ( HttpRequestMessage ) , // System.Net.Http
4042 typeof ( Microsoft . VisualStudio . TestTools . UnitTesting . Assert ) , // MsTest
4143 typeof ( XunitAssert ) , // Xunit
4244 } . Select ( type => type . GetTypeInfo ( ) . Assembly . Location )
Original file line number Diff line number Diff line change 1111 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
1212 <PrivateAssets >all</PrivateAssets >
1313 </PackageReference >
14- <PackageReference Include =" FluentAssertions" Version =" 6.1 .0" />
14+ <PackageReference Include =" FluentAssertions" Version =" 6.12 .0" />
1515 <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.3.0" />
1616 <PackageReference Include =" MSTest.TestAdapter" Version =" 3.1.1" />
1717 <PackageReference Include =" MSTest.TestFramework" Version =" 3.1.1" />
You can’t perform that action at this time.
0 commit comments