Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpalme committed Nov 14, 2023
1 parent 75b4cda commit 2af2b38
Show file tree
Hide file tree
Showing 81 changed files with 1,468 additions and 1,648 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -7,7 +7,7 @@ env:
buildPlatform: Any CPU
buildConfiguration: Release
version: 5.2.0
dotnetSDKVersion: 8.0.100-rc.2.23502.2
dotnetSDKVersion: 8.0.100
nodeVersion: 20

jobs:
Expand Down
Binary file modified docs/resources/SampleReports.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/resources/reports/Badges/badge_branchcoverage.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/resources/reports/Badges/badge_combined.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/resources/reports/Badges/badge_linecoverage.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/resources/reports/Badges/badge_methodcoverage.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 13 additions & 20 deletions docs/resources/reports/Clover/Clover.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<coverage generated="1696538171" clover="4.3.1">
<project timestamp="1696538171">
<metrics complexity="0" elements="108" coveredelements="75" conditionals="8" coveredconditionals="4" statements="108" coveredstatements="75" coveredmethods="14" methods="24" classes="5" loc="273" ncloc="108" files="5" packages="1" />
<coverage generated="1699984902" clover="4.3.1">
<project timestamp="1699984902">
<metrics complexity="0" elements="108" coveredelements="75" conditionals="8" coveredconditionals="4" statements="108" coveredstatements="75" coveredmethods="14" methods="24" classes="5" loc="260" ncloc="108" files="5" packages="1" />
<package name="Sample">
<metrics complexity="0" elements="108" coveredelements="75" conditionals="8" coveredconditionals="4" statements="108" coveredstatements="75" coveredmethods="14" methods="24" classes="5" loc="273" ncloc="108" files="5" />
<metrics complexity="0" elements="108" coveredelements="75" conditionals="8" coveredconditionals="4" statements="108" coveredstatements="75" coveredmethods="14" methods="24" classes="5" loc="260" ncloc="108" files="5" />
<file path="C:\temp\PartialClass.cs" name="PartialClass.cs">
<metrics complexity="0" elements="16" coveredelements="9" conditionals="2" coveredconditionals="1" statements="16" coveredstatements="9" coveredmethods="2" methods="4" classes="1" loc="36" ncloc="16" />
<class name="Sample.PartialClass">
Expand Down Expand Up @@ -39,9 +39,9 @@
<line num="15" count="0" type="stmt" />
</file>
<file path="C:\temp\Program.cs" name="Program.cs">
<metrics complexity="0" elements="15" coveredelements="15" conditionals="0" coveredconditionals="0" statements="15" coveredstatements="15" coveredmethods="2" methods="3" classes="1" loc="75" ncloc="15" />
<metrics complexity="0" elements="15" coveredelements="15" conditionals="0" coveredconditionals="0" statements="15" coveredstatements="15" coveredmethods="3" methods="3" classes="1" loc="84" ncloc="15" />
<class name="Test.Program">
<metrics complexity="0" elements="15" coveredelements="15" conditionals="0" coveredconditionals="0" statements="15" coveredstatements="15" coveredmethods="2" methods="3" />
<metrics complexity="0" elements="15" coveredelements="15" conditionals="0" coveredconditionals="0" statements="15" coveredstatements="15" coveredmethods="3" methods="3" />
</class>
<line num="22" count="2" type="stmt" />
<line num="50" count="2" type="stmt" />
Expand All @@ -54,11 +54,15 @@
<line complexity="1" signature=".ctor(System.Net.Http.HttpResponseMessage)" num="73" count="1" type="method" />
<line num="74" count="1" type="stmt" />
<line num="75" count="1" type="stmt" />
<line num="76" count="1" type="stmt" />
<line complexity="1" signature="SendAsync(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)" num="79" count="1" type="method" />
<line num="80" count="1" type="stmt" />
<line num="81" count="1" type="stmt" />
</file>
<file path="C:\temp\TestClass.cs" name="TestClass.cs">
<metrics complexity="0" elements="33" coveredelements="24" conditionals="4" coveredconditionals="2" statements="33" coveredstatements="24" coveredmethods="4" methods="5" classes="1" loc="60" ncloc="33" />
<metrics complexity="0" elements="33" coveredelements="24" conditionals="4" coveredconditionals="2" statements="33" coveredstatements="24" coveredmethods="3" methods="5" classes="1" loc="38" ncloc="33" />
<class name="Test.TestClass">
<metrics complexity="0" elements="33" coveredelements="24" conditionals="4" coveredconditionals="2" statements="33" coveredstatements="24" coveredmethods="4" methods="5" />
<metrics complexity="0" elements="33" coveredelements="24" conditionals="4" coveredconditionals="2" statements="33" coveredstatements="24" coveredmethods="3" methods="5" />
</class>
<line complexity="4" signature="SampleFunction()" num="9" count="2" type="method" />
<line num="10" count="2" type="stmt" />
Expand All @@ -82,17 +86,6 @@
<line num="36" count="2" type="stmt" />
<line num="37" count="2" type="stmt" />
<line num="38" count="2" type="stmt" />
<line complexity="1" signature="MethodWithLambda()" num="41" count="8" type="method" />
<line num="42" count="8" type="stmt" />
<line num="44" count="8" type="stmt" />
<line num="46" count="2" type="stmt" />
<line num="47" count="2" type="stmt" />
<line complexity="1" signature="SampleFunction()" num="52" count="0" type="method" />
<line num="53" count="0" type="stmt" />
<line num="54" count="0" type="stmt" />
<line num="55" count="0" type="stmt" />
<line num="56" count="0" type="stmt" />
<line num="57" count="0" type="stmt" />
</file>
<file path="C:\temp\TestClass2.cs" name="TestClass2.cs">
<metrics complexity="0" elements="38" coveredelements="24" conditionals="2" coveredconditionals="1" statements="38" coveredstatements="24" coveredmethods="5" methods="10" classes="1" loc="85" ncloc="38" />
Expand Down Expand Up @@ -140,7 +133,7 @@
</file>
</package>
</project>
<testproject timestamp="1696538171">
<testproject timestamp="1699984902">
<metrics complexity="0" elements="0" coveredelements="0" conditionals="0" coveredconditionals="0" statements="0" coveredstatements="0" coveredmethods="0" methods="0" classes="0" loc="0" ncloc="0" files="0" packages="0" />
</testproject>
</coverage>
45 changes: 15 additions & 30 deletions docs/resources/reports/Cobertura/Cobertura.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
<coverage line-rate="0.694444444444444" branch-rate="0.5" lines-covered="75" lines-valid="108" branches-covered="4" branches-valid="8" complexity="27" version="0" timestamp="1696545373">
<coverage line-rate="0.694444444444444" branch-rate="0.5" lines-covered="75" lines-valid="108" branches-covered="4" branches-valid="8" complexity="27" version="0" timestamp="1699988503">
<sources />
<packages>
<package name="Sample" line-rate="0.694444444444444" branch-rate="0.5" complexity="27">
Expand Down Expand Up @@ -92,10 +92,15 @@
<line number="73" hits="1" branch="false" />
<line number="74" hits="1" branch="false" />
<line number="75" hits="1" branch="false" />
<line number="76" hits="1" branch="false" />
</lines>
</method>
<method name="SendAsync" signature="(System.Net.Http.HttpRequestMessage,System.Threading.CancellationToken)" line-rate="1" branch-rate="1" complexity="1">
<lines />
<lines>
<line number="79" hits="1" branch="false" />
<line number="80" hits="1" branch="false" />
<line number="81" hits="1" branch="false" />
</lines>
</method>
<method name="CallAsyncMethod" signature="()" line-rate="1" branch-rate="1" complexity="3">
<lines>
Expand All @@ -120,9 +125,13 @@
<line number="73" hits="1" branch="false" />
<line number="74" hits="1" branch="false" />
<line number="75" hits="1" branch="false" />
<line number="76" hits="1" branch="false" />
<line number="79" hits="1" branch="false" />
<line number="80" hits="1" branch="false" />
<line number="81" hits="1" branch="false" />
</lines>
</class>
<class name="Test.TestClass" filename="C:\temp\TestClass.cs" line-rate="0.727272727272727" branch-rate="0.5" complexity="8">
<class name="Test.TestClass" filename="C:\temp\TestClass.cs" line-rate="0.863636363636364" branch-rate="0.5" complexity="8">
<methods>
<method name="SampleFunction" signature="()" line-rate="0.8" branch-rate="0.5" complexity="4">
<lines>
Expand Down Expand Up @@ -155,13 +164,7 @@
</lines>
</method>
<method name="MethodWithLambda" signature="()" line-rate="1" branch-rate="1" complexity="1">
<lines>
<line number="41" hits="2" branch="false" />
<line number="42" hits="8" branch="false" />
<line number="44" hits="8" branch="false" />
<line number="46" hits="2" branch="false" />
<line number="47" hits="2" branch="false" />
</lines>
<lines />
</method>
<method name="NestedLocalFunction" signature="(System.String)" line-rate="1" branch-rate="1" complexity="1">
<lines>
Expand All @@ -170,15 +173,8 @@
<line number="37" hits="2" branch="false" />
</lines>
</method>
<method name="SampleFunction" signature="()" line-rate="0" branch-rate="1" complexity="1">
<lines>
<line number="52" hits="0" branch="false" />
<line number="53" hits="0" branch="false" />
<line number="54" hits="0" branch="false" />
<line number="55" hits="0" branch="false" />
<line number="56" hits="0" branch="false" />
<line number="57" hits="0" branch="false" />
</lines>
<method name="SampleFunction" signature="()" line-rate="1" branch-rate="1" complexity="1">
<lines />
</method>
</methods>
<lines>
Expand All @@ -204,17 +200,6 @@
<line number="36" hits="2" branch="false" />
<line number="37" hits="2" branch="false" />
<line number="38" hits="2" branch="false" />
<line number="41" hits="2" branch="false" />
<line number="42" hits="8" branch="false" />
<line number="44" hits="8" branch="false" />
<line number="46" hits="2" branch="false" />
<line number="47" hits="2" branch="false" />
<line number="52" hits="0" branch="false" />
<line number="53" hits="0" branch="false" />
<line number="54" hits="0" branch="false" />
<line number="55" hits="0" branch="false" />
<line number="56" hits="0" branch="false" />
<line number="57" hits="0" branch="false" />
</lines>
</class>
<class name="Test.TestClass2" filename="C:\temp\TestClass2.cs" line-rate="0.631578947368421" branch-rate="0.5" complexity="10">
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/reports/CsvSummary/Summary.csv
@@ -1,5 +1,5 @@
Summary
Generated on:;05.10.2023 - 22:36:23
Generated on:;14.11.2023 - 19:01:46
Parser:;OpenCover
Assemblies:;1
Classes:;4
Expand All @@ -8,7 +8,7 @@ Line coverage:;69.4%
Covered lines:;75
Uncovered lines:;33
Coverable lines:;108
Total lines:;273
Total lines:;260

Sample;69.4%

Expand Down
8 changes: 4 additions & 4 deletions docs/resources/reports/Html/Sample_PartialClass.html
Expand Up @@ -109,7 +109,7 @@ <h1><a href="index.html" class="back">&lt;</a> Summary</h1>
</div>
</div>
<h1>Coverage history</h1>
<div class="historychart ct-chart" data-data="historyChartData9d2740795284488eaa1535f8800b4c06"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="ct-chart" width="1200" height="150" viewBox="0 0 1200 150">
<div class="historychart ct-chart" data-data="historyChartData8366254f931f48d285a40a79fd9716bf"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="ct-chart" width="1200" height="150" viewBox="0 0 1200 150">
<style type="text/css">
<![CDATA[
.ct-chart .ct-grid {
Expand Down Expand Up @@ -181,12 +181,12 @@ <h1>Coverage history</h1>
</svg>
</div>
<script type="text/javascript">/* <![CDATA[ */
var historyChartData9d2740795284488eaa1535f8800b4c06 = {
var historyChartData8366254f931f48d285a40a79fd9716bf = {
"series" : [[{ 'meta': 0, 'value': 40.9 }, { 'meta': 1, 'value': 54.5 }, { 'meta': 2, 'value': 59 }, { 'meta': 3, 'value': 59 }, { 'meta': 4, 'value': 45.4 }, { 'meta': 5, 'value': 50 }, { 'meta': 6, 'value': 50 }, { 'meta': 7, 'value': 59 }, { 'meta': 8, 'value': 54.5 }],
[{ 'meta': 0, 'value': 50 }, { 'meta': 1, 'value': 40 }, { 'meta': 2, 'value': 40 }, { 'meta': 3, 'value': 45 }, { 'meta': 4, 'value': 45 }, { 'meta': 5, 'value': 45 }, { 'meta': 6, 'value': 45 }, { 'meta': 7, 'value': 45 }, { 'meta': 8, 'value': 50 }],
[{ 'meta': 0, 'value': 50 }, { 'meta': 1, 'value': 33.3 }, { 'meta': 2, 'value': 50 }, { 'meta': 3, 'value': 66.6 }, { 'meta': 4, 'value': 66.6 }, { 'meta': 5, 'value': 66.6 }, { 'meta': 6, 'value': 83.3 }, { 'meta': 7, 'value': 83.3 }, { 'meta': 8, 'value': 50 }]
],
"tooltips" : ['<h3>01.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 40.9% (9/22)<br /><span class="branchcoverage"></span> Branch coverage: 50% (10/20)<br /><span class="codeelementcoverage"></span> Method coverage: 50% (3/6)<br />Total lines: 53','<h3>02.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 54.5% (12/22)<br /><span class="branchcoverage"></span> Branch coverage: 40% (8/20)<br /><span class="codeelementcoverage"></span> Method coverage: 33.3% (2/6)<br />Total lines: 53','<h3>03.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 59% (13/22)<br /><span class="branchcoverage"></span> Branch coverage: 40% (8/20)<br /><span class="codeelementcoverage"></span> Method coverage: 50% (3/6)<br />Total lines: 53','<h3>04.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 59% (13/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 66.6% (4/6)<br />Total lines: 53','<h3>05.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 45.4% (10/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 66.6% (4/6)<br />Total lines: 53','<h3>06.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 50% (11/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 66.6% (4/6)<br />Total lines: 53','<h3>07.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 50% (11/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 83.3% (5/6)<br />Total lines: 53','<h3>08.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 59% (13/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 83.3% (5/6)<br />Total lines: 53','<h3>05.10.2023 - 22:35:55</h3><br /><span class="linecoverage"></span> Line coverage: 54.5% (12/22)<br /><span class="branchcoverage"></span> Branch coverage: 50% (1/2)<br /><span class="codeelementcoverage"></span> Method coverage: 50% (3/6)<br />Total lines: 53']
"tooltips" : ['<h3>01.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 40.9% (9/22)<br /><span class="branchcoverage"></span> Branch coverage: 50% (10/20)<br /><span class="codeelementcoverage"></span> Method coverage: 50% (3/6)<br />Total lines: 53','<h3>02.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 54.5% (12/22)<br /><span class="branchcoverage"></span> Branch coverage: 40% (8/20)<br /><span class="codeelementcoverage"></span> Method coverage: 33.3% (2/6)<br />Total lines: 53','<h3>03.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 59% (13/22)<br /><span class="branchcoverage"></span> Branch coverage: 40% (8/20)<br /><span class="codeelementcoverage"></span> Method coverage: 50% (3/6)<br />Total lines: 53','<h3>04.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 59% (13/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 66.6% (4/6)<br />Total lines: 53','<h3>05.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 45.4% (10/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 66.6% (4/6)<br />Total lines: 53','<h3>06.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 50% (11/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 66.6% (4/6)<br />Total lines: 53','<h3>07.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 50% (11/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 83.3% (5/6)<br />Total lines: 53','<h3>08.02.2022 - 20:50:35</h3><br /><span class="linecoverage"></span> Line coverage: 59% (13/22)<br /><span class="branchcoverage"></span> Branch coverage: 45% (9/20)<br /><span class="codeelementcoverage"></span> Method coverage: 83.3% (5/6)<br />Total lines: 53','<h3>14.11.2023 - 19:01:36</h3><br /><span class="linecoverage"></span> Line coverage: 54.5% (12/22)<br /><span class="branchcoverage"></span> Branch coverage: 50% (1/2)<br /><span class="codeelementcoverage"></span> Method coverage: 50% (3/6)<br />Total lines: 53']
};
/* ]]> */ </script>
<h1>Metrics</h1>
Expand Down Expand Up @@ -271,7 +271,7 @@ <h2 id="CtempPartialClass2cs">C:\temp\PartialClass2.cs</h2>
</tbody>
</table>
</div>
<div class="footer">Generated by: ReportGenerator 5.1.26.0<br />05.10.2023 - 22:35:55<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="https://reportgenerator.io">reportgenerator.io</a></div></div>
<div class="footer">Generated by: ReportGenerator 5.2.0.0<br />14.11.2023 - 19:01:36<br /><a href="https://github.com/danielpalme/ReportGenerator">GitHub</a> | <a href="https://reportgenerator.io">reportgenerator.io</a></div></div>
<div class="containerright">
<div class="containerrightfixed">
<h1>Methods/Properties</h1>
Expand Down

0 comments on commit 2af2b38

Please sign in to comment.