diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1e9a606..f639174 100755
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
with:
- dotnet-version: "6.0.x"
+ dotnet-version: "8.0.x"
- name: Enable Homebrew
run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
@@ -102,7 +102,7 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
- dotnet-version: "6.0.x"
+ dotnet-version: "8.0.x"
- name: Enable NuGet cache
uses: actions/cache@v3.3.1
@@ -146,7 +146,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
- run: find ~+ -type f -name "*.Test.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
+ run: find ~+ -type f -name "*.Tests.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal --results-directory "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
working-directory: ./src
- name: Stop docker-compose
@@ -163,7 +163,7 @@ jobs:
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
- directory: "src/${{ env.TEST_RESULTS }}"
+ directory: "src/"
files: "**/coverage.opencover.xml"
flags: unittests
name: codecov-umbrella
@@ -195,7 +195,7 @@ jobs:
- uses: actions/setup-dotnet@v3
with:
- dotnet-version: "6.0.x"
+ dotnet-version: "8.0.x"
- name: Enable NuGet cache
uses: actions/cache@v3.3.1
@@ -275,7 +275,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
- dotnet-version: "6.0.x"
+ dotnet-version: "8.0.x"
source-url: https://nuget.pkg.github.com/Project-MONAI/index.json
- name: Publish to GitHub
@@ -300,7 +300,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
- dotnet-version: "6.0.x"
+ dotnet-version: "8.0.x"
source-url: https://nuget.pkg.github.com/Project-MONAI/index.json
- name: Publish to GitHub
diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml
index 4b9fd9b..cfe1c23 100755
--- a/doc/dependency_decisions.yml
+++ b/doc/dependency_decisions.yml
@@ -4,7 +4,7 @@
- :who: mocsharp
:why: MIT (https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
:versions:
- - 4.1.1
+ - 4.3.0
:when: 2022-08-16 21:39:30.077666354 Z
- - :approve
- Castle.Core
@@ -13,103 +13,96 @@
:versions:
- 5.1.1
:when: 2023-08-16 16:49:26.950721112 Z
-- - :approve
- - coverlet.collector
- - :who: mocsharp
- :why: MIT (https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE)
- :versions:
- - 6.0.0
- :when: 2022-08-16 21:40:21.855388365 Z
-- - :approve
- - JetBrains.Annotations
- - :who: mocsharp
- :why: MIT (https://github.com/JetBrains/JetBrains.Annotations/raw/main/license.md)
- :versions:
- - 2021.3.0
- :when: 2022-08-16 21:39:36.950721112 Z
- - :approve
- Microsoft.AspNetCore.TestHost
- :who: woodheadio
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
:versions:
- - 6.0.21
+ - 8.0.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.CodeCoverage
- :who: woodheadio
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
:versions:
- - 17.7.0
+ - 17.8.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.Extensions.Configuration.Abstractions
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- - 6.0.0
+ - 8.0.0
:when: 2022-08-16 21:39:38.225591162 Z
- - :approve
- Microsoft.Extensions.DependencyInjection.Abstractions
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- - 6.0.0
+ - 8.0.0
:when: 2022-08-16 21:39:41.552489638 Z
+- - :approve
+ - Microsoft.Extensions.Diagnostics.Abstractions
+ - :who: woodheadio
+ :why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
+ :versions:
+ - 8.0.0
+ :when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.Extensions.Diagnostics.HealthChecks
- :who: woodheadio
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
:versions:
- - 6.0.21
+ - 8.0.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
- :who: woodheadio
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
:versions:
- - 6.0.21
+ - 8.0.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.Extensions.FileProviders.Abstractions
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- - 6.0.0
+ - 8.0.0
:when: 2022-08-16 21:39:41.978000106 Z
- - :approve
- Microsoft.Extensions.Hosting.Abstractions
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- - 6.0.0
+ - 8.0.0
:when: 2022-08-16 21:39:43.643788345 Z
- - :approve
- Microsoft.Extensions.Logging.Abstractions
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- - 6.0.4
+ - 8.0.0
:when: 2022-08-16 21:39:44.471693654 Z
- - :approve
- Microsoft.Extensions.Options
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- - 6.0.0
+ - 8.0.0
:when: 2022-08-16 21:39:46.980521333 Z
- - :approve
- Microsoft.Extensions.Primitives
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- - 6.0.0
+ - 8.0.0
:when: 2022-08-16 21:39:47.818886422 Z
- - :approve
- Microsoft.NET.Test.Sdk
- :who: woodheadio
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
:versions:
- - 17.7.0
+ - 17.8.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.NETCore.Platforms
@@ -130,14 +123,14 @@
- :who: woodheadio
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
:versions:
- - 17.7.0
+ - 17.8.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.TestPlatform.TestHost
- :who: woodheadio
:why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
:versions:
- - 17.7.0
+ - 17.8.0
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- Microsoft.Win32.Primitives
@@ -151,7 +144,7 @@
- :who: woodheadio
:why: BSD 3-Clause License ( https://raw.githubusercontent.com/moq/moq4/main/License.txt)
:versions:
- - 4.20.69
+ - 4.20.70
:when: 2023-08-16 16:49:26.950721112 Z
- - :approve
- NETStandard.Library
@@ -179,127 +172,22 @@
- :who: mocsharp
:why: MIT ( https://licenses.nuget.org/MIT)
:versions:
- - 7.2.4
+ - 8.2.0
:when: 2022-11-09 18:57:32.294717110 Z
- - :approve
- - RabbitMQ.Client
- - :who: mocsharp
- :why: Apache-2.0 (https://github.com/rabbitmq/rabbitmq-dotnet-client/raw/main/LICENSE-APACHE2)
- :versions:
- - 6.5.0
- :when: 2022-08-16 21:39:52.474284611 Z
-- - :approve
- - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:22.289423980 Z
-- - :approve
- - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:22.712579013 Z
-- - :approve
- - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:23.140549879 Z
-- - :approve
- - runtime.native.System
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:23.578082745 Z
-- - :approve
- - runtime.native.System.IO.Compression
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:23.998148184 Z
-- - :approve
- - runtime.native.System.Net.Http
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:24.434111736 Z
-- - :approve
- - runtime.native.System.Security.Cryptography.Apple
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:24.868505894 Z
-- - :approve
- - runtime.native.System.Security.Cryptography.OpenSsl
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:25.303742409 Z
-- - :approve
- - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:25.719795625 Z
-- - :approve
- - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:26.152928791 Z
-- - :approve
- - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:26.579463736 Z
-- - :approve
- - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - Polly.Core
- :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:27.001874526 Z
-- - :approve
- - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:27.431289100 Z
-- - :approve
- - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
- :versions:
- - 4.3.0
- :when: 2022-08-16 21:40:27.853144921 Z
-- - :approve
- - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
- - :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :why: MIT ( https://licenses.nuget.org/MIT)
:versions:
- - 4.3.0
- :when: 2022-08-16 21:40:28.265837209 Z
+ - 8.2.0
+ :when: 2022-11-09 18:57:32.294717110 Z
- - :approve
- - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - RabbitMQ.Client
- :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :why: Apache-2.0 (https://github.com/rabbitmq/rabbitmq-dotnet-client/raw/main/LICENSE-APACHE2)
:versions:
- - 4.3.0
- :when: 2022-08-16 21:40:28.686857664 Z
+ - 6.8.1
+ :when: 2022-08-16 21:39:52.474284611 Z
- - :approve
- System.AppContext
- :who: mocsharp
@@ -314,13 +202,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 21:39:53.322949012 Z
-- - :approve
- - System.Buffers
- - :who: mocsharp
- :why: MIT (https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
- :versions:
- - 4.5.1
- :when: 2022-08-16 21:39:53.747562166 Z
- - :approve
- System.Collections
- :who: mocsharp
@@ -355,6 +236,7 @@
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- 4.3.0
+ - 8.0.0
:when: 2022-08-16 21:39:56.310443725 Z
- - :approve
- System.Diagnostics.EventLog
@@ -410,14 +292,14 @@
- :who: samrooke
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- - 17.2.3
+ - 20.0.4
:when: 2022-12-14 12:28:00.728481602 Z
- - :approve
- System.IO.Abstractions.TestingHelpers
- :who: samrooke
:why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- - 17.2.3
+ - 20.0.4
:when: 2022-12-14 12:28:00.728481602 Z
- - :approve
- System.IO.Compression
@@ -452,7 +334,7 @@
- :who: mocsharp
:why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
:versions:
- - 6.0.3
+ - 8.0.0
:when: 2022-08-16 23:06:53.356642197 Z
- - :approve
- System.Linq
@@ -573,13 +455,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 21:40:09.951778503 Z
-- - :approve
- - System.Runtime.CompilerServices.Unsafe
- - :who: mocsharp
- :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
- :versions:
- - 6.0.0
- :when: 2022-08-16 21:40:10.372835347 Z
- - :approve
- System.Runtime.Extensions
- :who: mocsharp
@@ -734,12 +609,152 @@
:versions:
- 4.3.0
:when: 2022-08-16 21:40:21.430356356 Z
+- - :approve
+ - TestableIO.System.IO.Abstractions
+ - :who: mocsharp
+ :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
+ :versions:
+ - 20.0.4
+ :when: 2022-08-16 21:40:21.430356356 Z
+- - :approve
+ - TestableIO.System.IO.Abstractions.TestingHelpers
+ - :who: mocsharp
+ :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
+ :versions:
+ - 20.0.4
+ :when: 2022-08-16 21:40:21.430356356 Z
+- - :approve
+ - TestableIO.System.IO.Abstractions.Wrappers
+ - :who: mocsharp
+ :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
+ :versions:
+ - 20.0.4
+ :when: 2022-08-16 21:40:21.430356356 Z
+- - :approve
+ - coverlet.collector
+ - :who: mocsharp
+ :why: MIT (https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE)
+ :versions:
+ - 6.0.0
+ :when: 2022-08-16 21:40:21.855388365 Z
+- - :approve
+ - runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:22.289423980 Z
+- - :approve
+ - runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:22.712579013 Z
+- - :approve
+ - runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:23.140549879 Z
+- - :approve
+ - runtime.native.System
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:23.578082745 Z
+- - :approve
+ - runtime.native.System.IO.Compression
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:23.998148184 Z
+- - :approve
+ - runtime.native.System.Net.Http
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:24.434111736 Z
+- - :approve
+ - runtime.native.System.Security.Cryptography.Apple
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:24.868505894 Z
+- - :approve
+ - runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:25.303742409 Z
+- - :approve
+ - runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:25.719795625 Z
+- - :approve
+ - runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:26.152928791 Z
+- - :approve
+ - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:26.579463736 Z
+- - :approve
+ - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:27.001874526 Z
+- - :approve
+ - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:27.431289100 Z
+- - :approve
+ - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:27.853144921 Z
+- - :approve
+ - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:28.265837209 Z
+- - :approve
+ - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - :who: mocsharp
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :versions:
+ - 4.3.0
+ :when: 2022-08-16 21:40:28.686857664 Z
- - :approve
- xunit
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- - 2.5.0
+ - 2.6.4
:when: 2022-08-16 21:40:29.166018542 Z
- - :approve
- xunit.abstractions
@@ -753,40 +768,40 @@
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE)
:versions:
- - 1.2.0
+ - 1.8.0
:when: 2022-08-16 21:40:30.047067134 Z
- - :approve
- xunit.assert
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- - 2.5.0
+ - 2.6.4
:when: 2022-08-16 21:40:30.526718458 Z
- - :approve
- xunit.core
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- - 2.5.0
+ - 2.6.4
:when: 2022-08-16 21:40:30.973515441 Z
- - :approve
- xunit.extensibility.core
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- - 2.5.0
+ - 2.6.4
:when: 2022-08-16 21:40:31.401607230 Z
- - :approve
- xunit.extensibility.execution
- :who: mocsharp
:why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- - 2.5.0
+ - 2.6.4
:when: 2022-08-16 21:40:31.845685693 Z
- - :approve
- xunit.runner.visualstudio
- :who: mocsharp
:why: MIT ( https://licenses.nuget.org/MIT)
:versions:
- - 2.5.0
- :when: 2022-08-16 21:40:32.294717110 Z
\ No newline at end of file
+ - 2.5.6
+ :when: 2022-08-16 21:40:32.294717110 Z
diff --git a/global.json b/global.json
index d6c2c37..501e79a 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "6.0.100",
+ "version": "8.0.100",
"rollForward": "latestFeature"
}
}
\ No newline at end of file
diff --git a/src/Messaging/API/IMessageBrokerSubscriberService.cs b/src/Messaging/API/IMessageBrokerSubscriberService.cs
index 65941d6..9d22f0e 100755
--- a/src/Messaging/API/IMessageBrokerSubscriberService.cs
+++ b/src/Messaging/API/IMessageBrokerSubscriberService.cs
@@ -33,7 +33,6 @@ public interface IMessageBrokerSubscriberService : IDisposable
///
/// Subscribe to a message topic and queue and executes messageReceivedCallback asynchronously for every message that is received.
-
/// Either provide a topic, a queue or both.
/// A queue is generated if the name of the queue is not provided.
///
diff --git a/src/Messaging/Common/LoggingDataDictionary.cs b/src/Messaging/Common/LoggingDataDictionary.cs
index eabc4b7..aa18d55 100644
--- a/src/Messaging/Common/LoggingDataDictionary.cs
+++ b/src/Messaging/Common/LoggingDataDictionary.cs
@@ -15,21 +15,15 @@
*/
using System.Globalization;
-using System.Runtime.Serialization;
namespace Monai.Deploy.Messaging.Common
{
- [Serializable]
public class LoggingDataDictionary : Dictionary where TKey : notnull
{
public LoggingDataDictionary()
{
}
- protected LoggingDataDictionary(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- }
-
public override string ToString()
{
var pairs = this.Select(x => string.Format(CultureInfo.InvariantCulture, "{0}={1}", x.Key, x.Value));
diff --git a/src/Messaging/Common/MessageConversionException.cs b/src/Messaging/Common/MessageConversionException.cs
index 16c3b1f..11987f4 100644
--- a/src/Messaging/Common/MessageConversionException.cs
+++ b/src/Messaging/Common/MessageConversionException.cs
@@ -14,12 +14,8 @@
* limitations under the License.
*/
-//
-using System.Runtime.Serialization;
-
namespace Monai.Deploy.Messaging.Common
{
- [Serializable]
public class MessageConversionException : Exception
{
public MessageConversionException()
@@ -33,9 +29,5 @@ public MessageConversionException(string message) : base(message)
public MessageConversionException(string message, Exception innerException) : base(message, innerException)
{
}
-
- protected MessageConversionException(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- }
}
}
diff --git a/src/Messaging/Common/MessageValidationException.cs b/src/Messaging/Common/MessageValidationException.cs
index a6052ce..54ed4cc 100644
--- a/src/Messaging/Common/MessageValidationException.cs
+++ b/src/Messaging/Common/MessageValidationException.cs
@@ -15,11 +15,9 @@
*/
using System.ComponentModel.DataAnnotations;
-using System.Runtime.Serialization;
namespace Monai.Deploy.Messaging.Common
{
- [Serializable]
public class MessageValidationException : Exception
{
public MessageValidationException(List errors)
@@ -27,10 +25,6 @@ public MessageValidationException(List errors)
{
}
- protected MessageValidationException(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- }
-
private static string FormatMessage(List errors)
{
if (errors is null || errors.Count == 0)
diff --git a/src/Messaging/Common/ServiceException.cs b/src/Messaging/Common/ServiceException.cs
index 6bdaf30..000396b 100644
--- a/src/Messaging/Common/ServiceException.cs
+++ b/src/Messaging/Common/ServiceException.cs
@@ -14,8 +14,6 @@
* limitations under the License.
*/
-using System.Runtime.Serialization;
-
namespace Monai.Deploy.Messaging.Common
{
public class ServiceException : Exception
@@ -31,9 +29,5 @@ public ServiceException(string? message) : base(message)
public ServiceException(string? message, Exception? innerException) : base(message, innerException)
{
}
-
- protected ServiceException(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- }
}
}
diff --git a/src/Messaging/Configuration/ConfigurationException.cs b/src/Messaging/Configuration/ConfigurationException.cs
index 461d19e..1931bfb 100644
--- a/src/Messaging/Configuration/ConfigurationException.cs
+++ b/src/Messaging/Configuration/ConfigurationException.cs
@@ -14,19 +14,12 @@
* limitations under the License.
*/
-using System.Runtime.Serialization;
-
namespace Monai.Deploy.Messaging.Configuration
{
- [Serializable]
public class ConfigurationException : Exception
{
public ConfigurationException(string? message) : base(message)
{
}
-
- protected ConfigurationException(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- }
}
}
diff --git a/src/Messaging/Monai.Deploy.Messaging.csproj b/src/Messaging/Monai.Deploy.Messaging.csproj
index 3d8f483..8e89a1d 100644
--- a/src/Messaging/Monai.Deploy.Messaging.csproj
+++ b/src/Messaging/Monai.Deploy.Messaging.csproj
@@ -1,4 +1,4 @@
-
-
- net6.0
+ net8.0
latest
enable
enable
@@ -24,7 +23,6 @@
..\.sonarlint\project-monai_monai-deploy-messagingcsharp.ruleset
true
-
Monai.Deploy.Messaging
0.1.0
@@ -39,45 +37,37 @@
Apache-2.0
True
-
-
preview
-
preview
-
-
-
-
True
\
-
-
-
+
+
+
-
-
+
\ No newline at end of file
diff --git a/src/Messaging/Tests/Common/ArtifactTypesTests.cs b/src/Messaging/Tests/Common/ArtifactTypesTests.cs
index deb4d05..54b671f 100755
--- a/src/Messaging/Tests/Common/ArtifactTypesTests.cs
+++ b/src/Messaging/Tests/Common/ArtifactTypesTests.cs
@@ -37,7 +37,7 @@ public void ArtifactTypeInvalid_ShouldReturnFalse()
[Fact]
public void ArtifactTypeNull_ShouldReturnFalse()
{
- Assert.False(ArtifactTypes.Validate(null));
+ Assert.False(ArtifactTypes.Validate(null!));
}
[Fact]
diff --git a/src/Messaging/Tests/Monai.Deploy.Messaging.Tests.csproj b/src/Messaging/Tests/Monai.Deploy.Messaging.Tests.csproj
index 3ca0050..0be0159 100644
--- a/src/Messaging/Tests/Monai.Deploy.Messaging.Tests.csproj
+++ b/src/Messaging/Tests/Monai.Deploy.Messaging.Tests.csproj
@@ -1,4 +1,4 @@
-
-
-
- net6.0
+ net8.0
enable
-
false
-
preview
-
preview
-
-
-
-
-
+
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
@@ -43,11 +37,9 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
-
-
-
+
\ No newline at end of file
diff --git a/src/Plugins/RabbitMQ/Monai.Deploy.Messaging.RabbitMQ.csproj b/src/Plugins/RabbitMQ/Monai.Deploy.Messaging.RabbitMQ.csproj
index a8b20e4..3ce4a6c 100644
--- a/src/Plugins/RabbitMQ/Monai.Deploy.Messaging.RabbitMQ.csproj
+++ b/src/Plugins/RabbitMQ/Monai.Deploy.Messaging.RabbitMQ.csproj
@@ -13,11 +13,9 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
- net6.0
+ net8.0
enable
latest
Monai.Deploy.Messaging.RabbitMQ
@@ -25,7 +23,6 @@
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
true
-
Monai.Deploy.Messaging.RabbitMQ
0.1.0
@@ -39,36 +36,29 @@
Apache-2.0
True
-
-
preview
-
preview
-
-
-
-
-
+
+
-
-
+
\ No newline at end of file
diff --git a/src/Plugins/RabbitMQ/Tests/Integration/HealthCheckTest.cs b/src/Plugins/RabbitMQ/Tests/Integration/HealthCheckTest.cs
index 767fdf7..9f715a0 100644
--- a/src/Plugins/RabbitMQ/Tests/Integration/HealthCheckTest.cs
+++ b/src/Plugins/RabbitMQ/Tests/Integration/HealthCheckTest.cs
@@ -33,13 +33,13 @@ public HealthCheckTest()
[Fact]
public async Task GivenAWebServer_WhenRabbitMqHealthChecksAreRegistered_ExpectToReturnInfoFromHealthEndpoint()
{
- using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer()).StartAsync().ConfigureAwait(false);
+ using var host = await new HostBuilder().ConfigureWebHost(SetupWebServer()).StartAsync();
var server = host.GetTestServer();
server.BaseAddress = new Uri("https://example.com/");
var client = server.CreateClient();
- var responseMessage = await client.GetAsync("health").ConfigureAwait(false);
+ var responseMessage = await client.GetAsync("health");
Assert.Equal(HttpStatusCode.OK, responseMessage.StatusCode);
}
diff --git a/src/Plugins/RabbitMQ/Tests/Monai.Deploy.Messaging.RabbitMQ.Tests.csproj b/src/Plugins/RabbitMQ/Tests/Monai.Deploy.Messaging.RabbitMQ.Tests.csproj
index 45af62c..24efbe2 100644
--- a/src/Plugins/RabbitMQ/Tests/Monai.Deploy.Messaging.RabbitMQ.Tests.csproj
+++ b/src/Plugins/RabbitMQ/Tests/Monai.Deploy.Messaging.RabbitMQ.Tests.csproj
@@ -13,36 +13,28 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
- net6.0
+ net8.0
enable
enable
-
false
-
-
preview
-
preview
-
-
-
-
-
-
-
+
+
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
@@ -50,11 +42,10 @@
runtime; build; native; contentfiles; analyzers; buildtransitive
all
+
-
-
-
+
\ No newline at end of file
diff --git a/src/Plugins/RabbitMQ/Tests/Unit/RabbitMQHealthCheckTest.cs b/src/Plugins/RabbitMQ/Tests/Unit/RabbitMQHealthCheckTest.cs
index d0c819c..71c020c 100644
--- a/src/Plugins/RabbitMQ/Tests/Unit/RabbitMQHealthCheckTest.cs
+++ b/src/Plugins/RabbitMQ/Tests/Unit/RabbitMQHealthCheckTest.cs
@@ -46,7 +46,7 @@ public async Task CheckHealthAsync_WhenFailed_ReturnUnhealthy()
.Throws(new Exception("error"));
var healthCheck = new RabbitMQHealthCheck(_connectionFactory.Object, _options, _logger.Object, (d) => { });
- var results = await healthCheck.CheckHealthAsync(new HealthCheckContext()).ConfigureAwait(false);
+ var results = await healthCheck.CheckHealthAsync(new HealthCheckContext());
Assert.Equal(HealthStatus.Unhealthy, results.Status);
Assert.NotNull(results.Exception);
@@ -61,7 +61,7 @@ public async Task CheckHealthAsync_WhenSucceeds_ReturnHealthy()
_connectionFactory.Setup(p => p.CreateChannel(It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny(), It.IsAny()))
.Returns(channel.Object);
var healthCheck = new RabbitMQHealthCheck(_connectionFactory.Object, _options, _logger.Object, (d) => { });
- var results = await healthCheck.CheckHealthAsync(new HealthCheckContext()).ConfigureAwait(false);
+ var results = await healthCheck.CheckHealthAsync(new HealthCheckContext());
Assert.Equal(HealthStatus.Healthy, results.Status);
Assert.Null(results.Exception);
diff --git a/src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessagePublisherServiceTest.cs b/src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessagePublisherServiceTest.cs
index f9b8e48..7a26f26 100644
--- a/src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessagePublisherServiceTest.cs
+++ b/src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessagePublisherServiceTest.cs
@@ -71,7 +71,7 @@ public async Task PublishesAMessage()
var jsonMessage = new JsonMessage("hello world", Guid.NewGuid().ToString(), Guid.NewGuid().ToString());
var message = jsonMessage.ToMessage();
- await service.Publish("topic", message).ConfigureAwait(false);
+ await service.Publish("topic", message);
basicProperties.VerifySet(p => p.Persistent = true);
basicProperties.VerifySet(p => p.ContentType = jsonMessage.ContentType);
diff --git a/src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs b/src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs
index a1e1439..bdb07a8 100755
--- a/src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs
+++ b/src/Plugins/RabbitMQ/Tests/Unit/RabbitMqMessageSubscriberServiceTest.cs
@@ -75,7 +75,7 @@ public void CleanupOnDispose()
private static Message? s_messageReceived;
[Fact(DisplayName = "Subscribes to a topic")]
- public void SubscribesToATopic()
+ public async Task SubscribesToATopic()
{
_options.Value.SubscriberSettings.Add(ConfigurationKeys.EndPoint, "endpoint");
_options.Value.SubscriberSettings.Add(ConfigurationKeys.Username, "username");
@@ -143,7 +143,7 @@ public void SubscribesToATopic()
Assert.Equal("topic", args.Message.MessageDescription);
Assert.Equal(message.MessageId, args.Message.MessageId);
Assert.Equal(message.Body, args.Message.Body);
- await Task.CompletedTask.ConfigureAwait(false);
+ await Task.CompletedTask;
});
service.SubscribeAsync("topic", "queue", async (args) =>
@@ -152,11 +152,11 @@ await Task.Run(() =>
{
s_messageReceived = args.Message;
service.Acknowledge(args.Message);
- }).ConfigureAwait(false);
+ });
});
// wait for it to pick up meassage
- Task.Delay(500).GetAwaiter().GetResult();
+ await Task.Delay(500);
Assert.NotNull(s_messageReceived);
Assert.Equal(message.ApplicationId, s_messageReceived.ApplicationId);
@@ -170,7 +170,7 @@ await Task.Run(() =>
}
[Fact(DisplayName = "Subscribes to a topic and previously created dead-letter queue is down")]
- public void SubscribesToATopicAndDeadLetterQueueIsDown()
+ public async Task SubscribesToATopicAndDeadLetterQueueIsDown()
{
_options.Value.SubscriberSettings.Add(ConfigurationKeys.EndPoint, "endpoint");
_options.Value.SubscriberSettings.Add(ConfigurationKeys.Username, "username");
@@ -260,11 +260,11 @@ await Task.Run(() =>
{
s_messageReceived = args.Message;
service.Acknowledge(args.Message);
- }).ConfigureAwait(false);
+ });
});
// wait for it to pick up meassage
- Task.Delay(500).GetAwaiter().GetResult();
+ await Task.Delay(500);
Assert.NotNull(s_messageReceived);
Assert.Equal(message.ApplicationId, s_messageReceived.ApplicationId);
@@ -374,7 +374,7 @@ await Task.Run(() =>
{
s_messageReceived = args.Message;
service.Acknowledge(args.Message);
- }).ConfigureAwait(false);
+ });
});
};
Assert.Throws(asyncAct);
diff --git a/third-party-licenses.md b/third-party-licenses.md
index bdd4ee9..f074e99 100644
--- a/third-party-licenses.md
+++ b/third-party-licenses.md
@@ -18,11 +18,11 @@ limitations under the License.
-Microsoft .NET 6 6.0
+Microsoft .NET 8 8.0
-## Microsoft .NET 6
+## Microsoft .NET 8
-- Version: 6.0
+- Version: 8.0
- Source: https://dot.net
- Publisher: Microsoft
- Project URL: https://dotnet.microsoft.com/en-us/
@@ -60,14 +60,14 @@ SOFTWARE.
-Ardalis.GuardClauses 4.1.1
+Ardalis.GuardClauses 4.3.0
## Ardalis.GuardClauses
-- Version: 4.1.1
+- Version: 4.3.0
- Authors: Steve Smith (@ardalis)
- Project URL: https://github.com/ardalis/guardclauses
-- Source: [NuGet](https://www.nuget.org/packages/Ardalis.GuardClauses/4.1.1)
+- Source: [NuGet](https://www.nuget.org/packages/Ardalis.GuardClauses/4.3.0)
- License: [MIT](https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
@@ -130,22 +130,23 @@ limitations under the License.
-JetBrains.Annotations 2021.3.0
+Microsoft.AspNetCore.TestHost 8.0.0
-## JetBrains.Annotations
+## Microsoft.AspNetCore.TestHost
-- Version: 2021.3.0
-- Authors: JetBrains
-- Owners: JetBrains
-- Project URL: https://www.jetbrains.com/help/resharper/Code_Analysis__Code_Annotations.html
-- Source: [NuGet](https://www.nuget.org/packages/JetBrains.Annotations/2021.3.0)
-- License: [MIT](https://github.com/JetBrains/JetBrains.Annotations/raw/main/license.md)
+- Version: 8.0.0
+- Authors: Microsoft
+- Project URL: https://asp.net/
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.AspNetCore.TestHost/8.0.0)
+- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
```
-MIT License
+The MIT License (MIT)
+
+Copyright (c) .NET Foundation and Contributors
-Copyright (c) 2016 JetBrains http://www.jetbrains.com
+All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -170,23 +171,19 @@ SOFTWARE.
-Microsoft.AspNetCore.TestHost 6.0.21
+Microsoft.CodeCoverage 17.8.0
-## Microsoft.AspNetCore.TestHost
+## Microsoft.CodeCoverage
-- Version: 6.0.21
+- Version: 17.8.0
- Authors: Microsoft
-- Project URL: https://asp.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.AspNetCore.TestHost/6.0.21)
-- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
+- Project URL: https://github.com/microsoft/vstest
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.8.0)
+- License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
```
-The MIT License (MIT)
-
-Copyright (c) .NET Foundation and Contributors
-
-All rights reserved.
+Copyright (c) 2020 Microsoft Corporation
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -211,19 +208,23 @@ SOFTWARE.
-Microsoft.CodeCoverage 17.7.0
+Microsoft.Extensions.Configuration.Abstractions 8.0.0
-## Microsoft.CodeCoverage
+## Microsoft.Extensions.Configuration.Abstractions
-- Version: 17.7.0
+- Version: 8.0.0
- Authors: Microsoft
-- Project URL: https://github.com/microsoft/vstest
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.7.0)
-- License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Abstractions/8.0.0)
+- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
```
-Copyright (c) 2020 Microsoft Corporation
+The MIT License (MIT)
+
+Copyright (c) .NET Foundation and Contributors
+
+All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@@ -248,14 +249,14 @@ SOFTWARE.
-Microsoft.Extensions.Configuration.Abstractions 6.0.0
+Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0
-## Microsoft.Extensions.Configuration.Abstractions
+## Microsoft.Extensions.DependencyInjection.Abstractions
-- Version: 6.0.0
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Abstractions/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0)
- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -289,15 +290,15 @@ SOFTWARE.
-Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0
+Microsoft.Extensions.Diagnostics.Abstractions 8.0.0
-## Microsoft.Extensions.DependencyInjection.Abstractions
+## Microsoft.Extensions.Diagnostics.Abstractions
-- Version: 6.0.0
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0)
-- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.Abstractions/8.0.0)
+- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
```
@@ -330,14 +331,14 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks 6.0.21
+Microsoft.Extensions.Diagnostics.HealthChecks 8.0.0
## Microsoft.Extensions.Diagnostics.HealthChecks
-- Version: 6.0.21
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://asp.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks/6.0.21)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0)
- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
@@ -371,14 +372,14 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 6.0.21
+Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 8.0.0
## Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
-- Version: 6.0.21
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://asp.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/6.0.21)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0)
- License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
@@ -412,14 +413,14 @@ SOFTWARE.
-Microsoft.Extensions.FileProviders.Abstractions 6.0.0
+Microsoft.Extensions.FileProviders.Abstractions 8.0.0
## Microsoft.Extensions.FileProviders.Abstractions
-- Version: 6.0.0
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Abstractions/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.FileProviders.Abstractions/8.0.0)
- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -453,14 +454,14 @@ SOFTWARE.
-Microsoft.Extensions.Hosting.Abstractions 6.0.0
+Microsoft.Extensions.Hosting.Abstractions 8.0.0
## Microsoft.Extensions.Hosting.Abstractions
-- Version: 6.0.0
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Hosting.Abstractions/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Hosting.Abstractions/8.0.0)
- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -494,14 +495,14 @@ SOFTWARE.
-Microsoft.Extensions.Logging.Abstractions 6.0.4
+Microsoft.Extensions.Logging.Abstractions 8.0.0
## Microsoft.Extensions.Logging.Abstractions
-- Version: 6.0.4
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/6.0.4)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/8.0.0)
- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -535,14 +536,14 @@ SOFTWARE.
-Microsoft.Extensions.Options 6.0.0
+Microsoft.Extensions.Options 8.0.0
## Microsoft.Extensions.Options
-- Version: 6.0.0
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Options/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Options/8.0.0)
- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -576,14 +577,14 @@ SOFTWARE.
-Microsoft.Extensions.Primitives 6.0.0
+Microsoft.Extensions.Primitives 8.0.0
## Microsoft.Extensions.Primitives
-- Version: 6.0.0
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Primitives/6.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Primitives/8.0.0)
- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -617,14 +618,14 @@ SOFTWARE.
-Microsoft.NET.Test.Sdk 17.7.0
+Microsoft.NET.Test.Sdk 17.8.0
## Microsoft.NET.Test.Sdk
-- Version: 17.7.0
+- Version: 17.8.0
- Authors: Microsoft
- Project URL: https://github.com/microsoft/vstest
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.7.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.8.0)
- License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
@@ -667,6 +668,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -781,7 +787,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -867,6 +873,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -981,7 +992,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -1054,14 +1065,14 @@ consequential or other damages.
-Microsoft.TestPlatform.ObjectModel 17.7.0
+Microsoft.TestPlatform.ObjectModel 17.8.0
## Microsoft.TestPlatform.ObjectModel
-- Version: 17.7.0
+- Version: 17.8.0
- Authors: Microsoft
- Project URL: https://github.com/microsoft/vstest
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.7.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.8.0)
- License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
@@ -1091,14 +1102,14 @@ SOFTWARE.
-Microsoft.TestPlatform.TestHost 17.7.0
+Microsoft.TestPlatform.TestHost 17.8.0
## Microsoft.TestPlatform.TestHost
-- Version: 17.7.0
+- Version: 17.8.0
- Authors: Microsoft
- Project URL: https://github.com/microsoft/vstest
-- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.TestHost/17.7.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.TestHost/17.8.0)
- License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE)
@@ -1141,6 +1152,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -1255,7 +1271,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -1328,14 +1344,14 @@ consequential or other damages.
-Moq 4.20.69
+Moq 4.20.70
## Moq
-- Version: 4.20.69
+- Version: 4.20.70
- Authors: Daniel Cazzulino, kzu
- Project URL: https://github.com/moq/moq
-- Source: [NuGet](https://www.nuget.org/packages/Moq/4.20.69)
+- Source: [NuGet](https://www.nuget.org/packages/Moq/4.20.70)
- License: [BSD 3-Clause License]( https://raw.githubusercontent.com/moq/moq4/main/License.txt)
@@ -1388,6 +1404,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -1502,7 +1523,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -1646,14 +1667,69 @@ specific language governing permissions and limitations under the License.
-Polly 7.2.4
+Polly 8.2.0
## Polly
-- Version: 7.2.4
+- Version: 8.2.0
+- Authors: Michael Wolfenden, App vNext
+- Project URL: https://github.com/App-vNext/Polly
+- Source: [NuGet](https://www.nuget.org/packages/Polly/8.2.0)
+- License: [MIT]( https://licenses.nuget.org/MIT)
+
+
+```
+'MIT' reference
+
+
+
+MIT License
+SPDX identifier
+MIT
+License text
+
+MIT License
+
+
+Copyright (c)
+
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
+ associated documentation files (the "Software"), to deal in the Software without restriction,
+ including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
+ subject to the following conditions:
+The above copyright notice and this permission notice
+ (including the next paragraph)
+ shall be included in all copies or substantial
+ portions of the Software.
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
+ NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+SPDX web page
+
+https://spdx.org/licenses/MIT.html
+
+Notice
+This license content is provided by the SPDX project. For more information about licenses.nuget.org, see our documentation.
+
+Data pulled from spdx/license-list-data on February 9, 2023.
+```
+
+
+
+
+
+Polly.Core 8.2.0
+
+## Polly.Core
+
+- Version: 8.2.0
- Authors: Michael Wolfenden, App vNext
- Project URL: https://github.com/App-vNext/Polly
-- Source: [NuGet](https://www.nuget.org/packages/Polly/7.2.4)
+- Source: [NuGet](https://www.nuget.org/packages/Polly.Core/8.2.0)
- License: [MIT]( https://licenses.nuget.org/MIT)
@@ -1701,14 +1777,14 @@ Data pulled from spdx/license-list-data on February 9, 2023.
-RabbitMQ.Client 6.5.0
+RabbitMQ.Client 6.8.1
## RabbitMQ.Client
-- Version: 6.5.0
+- Version: 6.8.1
- Authors: VMware
- Project URL: https://www.rabbitmq.com/dotnet.html
-- Source: [NuGet](https://www.nuget.org/packages/RabbitMQ.Client/6.5.0)
+- Source: [NuGet](https://www.nuget.org/packages/RabbitMQ.Client/6.8.1)
- License: [Apache-2.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/raw/main/LICENSE-APACHE2)
@@ -1933,6 +2009,11 @@ Apache License
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -2047,7 +2128,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -2133,6 +2214,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -2247,7 +2333,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -2319,48 +2405,6 @@ consequential or other damages.
-
-System.Buffers 4.5.1
-
-## System.Buffers
-
-- Version: 4.5.1
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Buffers/4.5.1)
-- License: [MIT](https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
-
-
-```
-The MIT License (MIT)
-
-Copyright (c) .NET Foundation and Contributors
-
-All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-```
-
-
-
-
System.Collections 4.3.0
@@ -2375,6 +2419,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -2489,7 +2538,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -2575,6 +2624,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -2689,7 +2743,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -2775,6 +2829,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -2889,7 +2948,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -2975,6 +3034,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -3089,7 +3153,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -3203,6 +3267,47 @@ SOFTWARE.
+
+System.Diagnostics.DiagnosticSource 8.0.0
+
+## System.Diagnostics.DiagnosticSource
+
+- Version: 8.0.0
+- Authors: Microsoft
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/8.0.0)
+- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
+
+
+```
+The MIT License (MIT)
+
+Copyright (c) .NET Foundation and Contributors
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+```
+
+
+
+
System.Diagnostics.EventLog 6.0.0
@@ -3258,6 +3363,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -3372,7 +3482,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -3458,6 +3568,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -3572,7 +3687,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -3658,6 +3773,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -3772,7 +3892,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -3858,6 +3978,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -3972,7 +4097,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -4058,6 +4183,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -4172,7 +4302,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -4258,6 +4388,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -4372,7 +4507,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -4445,14 +4580,14 @@ consequential or other damages.
-System.IO.Abstractions 17.2.3
+System.IO.Abstractions 20.0.4
## System.IO.Abstractions
-- Version: 17.2.3
+- Version: 20.0.4
- Authors: Tatham Oddie & friends
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
-- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions/17.2.3)
+- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions/20.0.4)
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
@@ -4486,14 +4621,14 @@ SOFTWARE.
-System.IO.Abstractions.TestingHelpers 17.2.3
+System.IO.Abstractions.TestingHelpers 20.0.4
## System.IO.Abstractions.TestingHelpers
-- Version: 17.2.3
+- Version: 20.0.4
- Authors: Tatham Oddie & friends
- Project URL: https://github.com/TestableIO/System.IO.Abstractions
-- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.TestingHelpers/17.2.3)
+- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.TestingHelpers/20.0.4)
- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
@@ -4540,6 +4675,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -4654,7 +4794,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -4740,6 +4880,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -4854,7 +4999,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -4940,6 +5085,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -5054,7 +5204,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -5140,6 +5290,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -5254,7 +5409,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -5327,14 +5482,14 @@ consequential or other damages.
-System.IO.Pipelines 6.0.3
+System.IO.Pipelines 8.0.0
## System.IO.Pipelines
-- Version: 6.0.3
+- Version: 8.0.0
- Authors: Microsoft
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.IO.Pipelines/6.0.3)
+- Source: [NuGet](https://www.nuget.org/packages/System.IO.Pipelines/8.0.0)
- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -5381,8 +5536,13 @@ SOFTWARE.
```
-MICROSOFT SOFTWARE LICENSE
-TERMS
+.NET Library License Terms | .NET
+
+
+
+
+MICROSOFT SOFTWARE LICENSE
+TERMS
MICROSOFT .NET
LIBRARY
@@ -5495,7 +5655,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -5581,6 +5741,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -5695,7 +5860,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -5823,6 +5988,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -5937,7 +6107,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -6023,6 +6193,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -6137,7 +6312,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -6223,6 +6398,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -6337,7 +6517,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -6423,6 +6603,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -6537,7 +6722,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -6623,6 +6808,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -6737,7 +6927,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -6823,6 +7013,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -6937,7 +7132,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -7023,6 +7218,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -7137,7 +7337,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -7223,6 +7423,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -7337,7 +7542,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -7423,6 +7628,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -7537,7 +7747,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -7665,6 +7875,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -7779,7 +7994,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -7865,6 +8080,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -7979,7 +8199,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -8065,6 +8285,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -8179,7 +8404,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -8265,6 +8490,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -8379,7 +8609,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -8451,47 +8681,6 @@ consequential or other damages.
-
-System.Runtime.CompilerServices.Unsafe 6.0.0
-
-## System.Runtime.CompilerServices.Unsafe
-
-- Version: 6.0.0
-- Authors: Microsoft
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.CompilerServices.Unsafe/6.0.0)
-- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
-
-
-```
-The MIT License (MIT)
-
-Copyright (c) .NET Foundation and Contributors
-
-All rights reserved.
-
-Permission is hereby granted, free of charge, to any person obtaining a copy
-of this software and associated documentation files (the "Software"), to deal
-in the Software without restriction, including without limitation the rights
-to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-copies of the Software, and to permit persons to whom the Software is
-furnished to do so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
-SOFTWARE.
-```
-
-
-
-
System.Runtime.Extensions 4.3.0
@@ -8506,6 +8695,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -8620,7 +8814,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -8706,6 +8900,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -8820,7 +9019,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -8906,6 +9105,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -9020,7 +9224,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -9106,6 +9310,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -9220,7 +9429,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -9306,6 +9515,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -9420,7 +9634,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -9506,6 +9720,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -9620,7 +9839,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -9706,6 +9925,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -9820,7 +10044,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -9906,6 +10130,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -10020,7 +10249,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -10106,6 +10335,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -10220,7 +10454,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -10306,6 +10540,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -10420,7 +10659,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -10506,6 +10745,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -10620,7 +10864,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -10706,6 +10950,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -10820,7 +11069,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -10906,6 +11155,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -11020,7 +11274,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -11106,6 +11360,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -11220,7 +11479,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -11306,6 +11565,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -11420,7 +11684,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -11506,6 +11770,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -11620,7 +11889,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -11752,7 +12021,6 @@ corefx/LICENSE.TXT at master · dotnet/corefx · GitHub
-
Skip to content
@@ -11763,6 +12031,12 @@ Skip to content
+
+
+
+
+
+
Toggle navigation
@@ -11774,8 +12048,8 @@ Toggle navigation
- Sign up
-
+ Sign in
+
@@ -11990,12 +12264,14 @@ Resources
- Customer Stories
+ Learning Pathways
+
+
White papers, Ebooks, Webinars
@@ -12004,6 +12280,12 @@ Resources
+ Customer Stories
+
+
+
+
+
Partners
@@ -12139,6 +12421,7 @@ Clear
+
@@ -12255,10 +12538,10 @@ Query
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
You switched accounts on another tab or window. Reload to refresh your session.
+
-
-
+Dismiss alert
@@ -12303,7 +12586,7 @@ Notifications
Fork
- 5.2k
+ 5.1k
@@ -12359,31 +12642,26 @@ Insights
+
+Additional navigation options
-More
+
- Code
-
- Pull requests
-
- Security
-
+ Code
- Insights
-
@@ -12392,6 +12670,7 @@ More
+ Pull requests
@@ -12402,7 +12681,10 @@ More
-Footer
+ Security
+
+
+
@@ -12410,25 +12692,74 @@ Footer
+ Insights
+
+
+
+
+
- © 2023 GitHub, Inc.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+Footer
+
+
+
+
+
+
+
+
+ © 2024 GitHub, Inc.
+
+
+
Footer navigation
+
Terms
+
+
Privacy
+
+
Security
+
+
Status
+
+
Docs
-Contact GitHub
-Pricing
-API
-Training
-Blog
-About
+
+
+Contact
+
+
+
+
+ Manage cookies
+
+
+
+
+
+
+ Do not share my personal information
+
@@ -12465,6 +12796,11 @@ About
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -12579,7 +12915,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -12665,6 +13001,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -12779,7 +13120,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -12865,6 +13206,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -12979,7 +13325,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -13065,6 +13411,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -13179,7 +13530,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -13265,6 +13616,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -13379,7 +13735,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -13451,6 +13807,129 @@ consequential or other damages.
+
+TestableIO.System.IO.Abstractions 20.0.4
+
+## TestableIO.System.IO.Abstractions
+
+- Version: 20.0.4
+- Authors: Tatham Oddie & friends
+- Project URL: https://github.com/TestableIO/System.IO.Abstractions
+- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions/20.0.4)
+- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
+
+
+```
+The MIT License (MIT)
+
+Copyright (c) Tatham Oddie and Contributors
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+```
+
+
+
+
+
+TestableIO.System.IO.Abstractions.TestingHelpers 20.0.4
+
+## TestableIO.System.IO.Abstractions.TestingHelpers
+
+- Version: 20.0.4
+- Authors: Tatham Oddie & friends
+- Project URL: https://github.com/TestableIO/System.IO.Abstractions
+- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.TestingHelpers/20.0.4)
+- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
+
+
+```
+The MIT License (MIT)
+
+Copyright (c) Tatham Oddie and Contributors
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+```
+
+
+
+
+
+TestableIO.System.IO.Abstractions.Wrappers 20.0.4
+
+## TestableIO.System.IO.Abstractions.Wrappers
+
+- Version: 20.0.4
+- Authors: Tatham Oddie & friends
+- Project URL: https://github.com/TestableIO/System.IO.Abstractions
+- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Wrappers/20.0.4)
+- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
+
+
+```
+The MIT License (MIT)
+
+Copyright (c) Tatham Oddie and Contributors
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+```
+
+
+
+
coverlet.collector 6.0.0
@@ -13504,6 +13983,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -13618,7 +14102,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -13704,6 +14188,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -13818,7 +14307,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -13904,6 +14393,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14018,7 +14512,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -14104,6 +14598,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14218,7 +14717,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -14304,6 +14803,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14418,7 +14922,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -14504,6 +15008,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14618,7 +15127,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -14704,6 +15213,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14818,7 +15332,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -14904,6 +15418,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15018,7 +15537,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -15104,6 +15623,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15218,7 +15742,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -15304,6 +15828,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15418,7 +15947,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -15504,6 +16033,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15618,7 +16152,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -15704,6 +16238,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15818,7 +16357,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -15904,6 +16443,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -16018,7 +16562,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -16104,6 +16648,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -16218,7 +16767,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -16304,6 +16853,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -16418,7 +16972,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -16504,6 +17058,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -16618,7 +17177,7 @@ Export
Restrictions. You must comply with all domestic and international
export laws and regulations that apply to the software, which include
restrictions on destinations, end users, and end use. For further information
-on export restrictions, visit www.microsoft.com/exporting.
+on export restrictions, visit www.microsoft.com/exporting.
7.
SUPPORT
SERVICES. Because this software is “as is,” we may not provide
@@ -16691,13 +17250,13 @@ consequential or other damages.
-xunit 2.5.0
+xunit 2.6.4
## xunit
-- Version: 2.5.0
+- Version: 2.6.4
- Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit/2.5.0)
+- Source: [NuGet](https://www.nuget.org/packages/xunit/2.6.4)
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
@@ -16823,13 +17382,13 @@ Both sets of code are covered by the following license:
-xunit.analyzers 1.2.0
+xunit.analyzers 1.8.0
## xunit.analyzers
-- Version: 1.2.0
+- Version: 1.8.0
- Authors: jnewkirk,bradwilson,marcind
-- Source: [NuGet](https://www.nuget.org/packages/xunit.analyzers/1.2.0)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.analyzers/1.8.0)
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE)
@@ -16854,13 +17413,13 @@ limitations under the License.
-xunit.assert 2.5.0
+xunit.assert 2.6.4
## xunit.assert
-- Version: 2.5.0
+- Version: 2.6.4
- Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit.assert/2.5.0)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.assert/2.6.4)
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
@@ -16919,13 +17478,13 @@ Both sets of code are covered by the following license:
-xunit.core 2.5.0
+xunit.core 2.6.4
## xunit.core
-- Version: 2.5.0
+- Version: 2.6.4
- Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit.core/2.5.0)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.core/2.6.4)
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
@@ -16984,13 +17543,13 @@ Both sets of code are covered by the following license:
-xunit.extensibility.core 2.5.0
+xunit.extensibility.core 2.6.4
## xunit.extensibility.core
-- Version: 2.5.0
+- Version: 2.6.4
- Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.core/2.5.0)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.core/2.6.4)
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
@@ -17049,13 +17608,13 @@ Both sets of code are covered by the following license:
-xunit.extensibility.execution 2.5.0
+xunit.extensibility.execution 2.6.4
## xunit.extensibility.execution
-- Version: 2.5.0
+- Version: 2.6.4
- Authors: jnewkirk,bradwilson
-- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.execution/2.5.0)
+- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.execution/2.6.4)
- License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
@@ -17114,14 +17673,13 @@ Both sets of code are covered by the following license:
-xunit.runner.visualstudio 2.5.0
+xunit.runner.visualstudio 2.5.6
## xunit.runner.visualstudio
-- Version: 2.5.0
-- Authors: .NET Foundation and Contributors
-- Project URL: https://github.com/xunit/visualstudio.xunit
-- Source: [NuGet](https://www.nuget.org/packages/xunit.runner.visualstudio/2.5.0)
+- Version: 2.5.6
+- Authors: jnewkirk,bradwilson
+- Source: [NuGet](https://www.nuget.org/packages/xunit.runner.visualstudio/2.5.6)
- License: [MIT]( https://licenses.nuget.org/MIT)
@@ -17166,3 +17724,4 @@ Data pulled from spdx/license-list-data on February 9, 2023.
```
+