Skip to content

Conversation

@dennisdoomen
Copy link
Member

Fixes #2121 and #2120

@coveralls
Copy link

coveralls commented Feb 4, 2023

Pull Request Test Coverage Report for Build 4090839905

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.248%

Totals Coverage Status
Change from base Build 3984980529: 0.0%
Covered Lines: 8565
Relevant Lines: 8784

💛 - Coveralls

<ItemGroup>
<Reference Include="System.Data.DataSetExtensions" Condition="'$(TargetFramework)' == 'net472'" />
<Reference Include="System.Net.Http" Condition="'$(TargetFramework)' == 'net472'">
<HintPath>..\..\..\..\Program Files\dotnet\sdk\7.0.102\Microsoft\Microsoft.NET.Build.Extensions\net461\lib\System.Net.Http.dll</HintPath>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This hintpath doesn't look ready for any machine where the repo was cloned at an arbitrary location.

<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Net.Http" />
Copy link
Contributor

@AArnott AArnott Feb 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, I found in testing that this change wasn't enough for the nuspec to express this as a framework dependency in the nuspec. That's why in my PR I add an additional item.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's continue with your PR

@dennisdoomen dennisdoomen deleted the Fix/NetHttpRef branch August 13, 2023 14:20
@coveralls
Copy link

coveralls commented Oct 6, 2024

Pull Request Test Coverage Report for Build 4090839905

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.9%) to 97.12%

Totals Coverage Status
Change from base Build 3984980529: 0.9%
Covered Lines: 12489
Relevant Lines: 12708

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Builds break because System.Net.Http NuGet and assembly reference do not agree

3 participants