diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 378b003..d684747 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,7 +40,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.0
@@ -63,6 +63,9 @@ jobs:
run: dotnet build -c ${{ env.BUILD_CONFIG }} --nologo ${{ env.SOLUTION }}
working-directory: ./src
+ - name: Perform CodeQL Analysis
+ uses: github/codeql-action/analyze@v2
+
analyze:
runs-on: ubuntu-latest
permissions:
@@ -81,7 +84,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
@@ -123,11 +126,11 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
- java-version: '11'
+ java-version: '17'
- 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.0
@@ -168,7 +171,7 @@ jobs:
working-directory: ./src/Plugins/MinIO/Tests
- name: Test
- 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: End SonarScanner
@@ -188,7 +191,7 @@ jobs:
- uses: codecov/codecov-action@v3.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
- directory: "src/${{ env.TEST_RESULTS }}"
+ directory: "src/"
files: "**/coverage.opencover.xml"
flags: unittests
name: codecov-umbrella
@@ -220,7 +223,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.0
@@ -308,7 +311,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
@@ -333,7 +336,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
@@ -401,4 +404,4 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ steps.repo.outputs._0 }}
repository: ${{ steps.repo.outputs._1 }}
- milestone: ${{ env.MAJORMINORPATCH }}
+ milestone: ${{ env.MAJORMINORPATCH }}
\ No newline at end of file
diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml
index f523dc6..1c3a0a5 100644
--- a/doc/dependency_decisions.yml
+++ b/doc/dependency_decisions.yml
@@ -4,35 +4,34 @@
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- - 3.7.200.13
+ - 3.7.300.29
:when: 2022-08-29 18:11:12.923214877 Z
- - :approve
- AWSSDK.S3
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- - 3.7.201.11
+ - 3.7.305.4
:when: 2022-08-29 18:11:13.354973002 Z
- - :approve
- AWSSDK.SecurityToken
- :who: mocsharp
:why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt)
:versions:
- - 3.7.201.9
+ - 3.7.300.30
:when: 2022-08-16 18:11:13.781079769 Z
- - :approve
- Ardalis.GuardClauses
- :who: mocsharp
:why: MIT (https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE)
:versions:
- - 4.1.1
+ - 4.3.0
:when: 2022-08-16 18:11:14.642522140 Z
- - :approve
- Castle.Core
- :who: mocsharp
:why: Apache-2.0 (https://github.com/castleproject/Core/raw/master/LICENSE)
:versions:
- - 5.1.0
- 5.1.1
:when: 2022-08-16 18:11:15.068656854 Z
- - :approve
@@ -40,7 +39,7 @@
- :who: mocsharp
:why: MIT (https://raw.githubusercontent.com/CommunityToolkit/dotnet/main/License.md)
:versions:
- - 8.1.0
+ - 8.2.2
:when: 2023-08-10 20:50:14.759818552 Z
- - :approve
- Dangl.Xunit.Extensions.Ordering
@@ -49,96 +48,111 @@
:versions:
- 2.1.0
:when: 2022-11-28 18:12:27.491158618 Z
-- - :approve
- - Devlooped.SponsorLink
- - :who: mocsharp
- :why: MIT (https://licenses.nuget.org/MIT)
- :versions:
- - 1.0.0
- :when: 2023-08-10 20:50:14.759818552 Z
- - :approve
- FluentAssertions
- :who: mocsharp
:why: Apache-2.0 (https://github.com/fluentassertions/fluentassertions/raw/develop/LICENSE)
:versions:
- - 6.11.0
+ - 6.12.0
:when: 2022-11-28 18:12:27.491158618 Z
- - :approve
- Microsoft.CodeCoverage
- :who: mocsharp
:why: MIT (https://github.com/microsoft/vstest/raw/v17.7.0/LICENSE)
:versions:
- - 17.7.0
+ - 17.8.0
:when: 2022-08-16 18:11:17.245887971 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 18:11:18.530982995 Z
+- - :approve
+ - Microsoft.Extensions.DependencyInjection
+ - :who: mocsharp
+ :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
+ :versions:
+ - 7.0.0
+ :when: 2022-08-16 18:11:22.090772006 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 18:11:22.090772006 Z
+- - :approve
+ - Microsoft.Extensions.Diagnostics.Abstractions
+ - :who: mocsharp
+ :why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
+ :versions:
+ - 8.0.0
+ :when: 2022-08-29 18:11:22.090772006 Z
- - :approve
- Microsoft.Extensions.Diagnostics.HealthChecks
- :who: mocsharp
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
:versions:
- - 6.0.21
+ - 8.0.0
:when: 2022-08-29 18:11:22.090772006 Z
- - :approve
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions
- :who: mocsharp
:why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt)
:versions:
- - 6.0.21
+ - 8.0.0
:when: 2022-08-29 18:11:22.090772006 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 18:11:22.539614393 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 18:11:24.291406794 Z
+- - :approve
+ - Microsoft.Extensions.Logging
+ - :who: mocsharp
+ :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
+ :versions:
+ - 7.0.0
+ - 8.0.0
+ :when: 2022-08-29 18:11:25.167886026 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-29 18:11:25.167886026 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 18:11:27.836230472 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 18:11:28.700166694 Z
- - :approve
- Microsoft.NET.Test.Sdk
- :who: mocsharp
:why: MIT (https://github.com/microsoft/vstest/raw/v17.7.0/LICENSE)
:versions:
- - 17.7.0
+ - 17.8.0
:when: 2022-08-16 18:11:29.155295778 Z
- - :approve
- Microsoft.NETCore.Platforms
@@ -159,14 +173,14 @@
- :who: mocsharp
:why: MIT (https://github.com/microsoft/vstest/raw/v17.7.0/LICENSE)
:versions:
- - 17.7.0
+ - 17.8.0
:when: 2022-08-16 18:11:32.293966383 Z
- - :approve
- Microsoft.TestPlatform.TestHost
- :who: mocsharp
:why: MIT (https://github.com/microsoft/vstest/raw/v17.7.0/LICENSE)
:versions:
- - 17.7.0
+ - 17.8.0
:when: 2022-08-16 18:11:33.162650175 Z
- - :approve
- Microsoft.Win32.Primitives
@@ -180,14 +194,14 @@
- :who: mocsharp
:why: Apache-2.0 (https://github.com/minio/minio-dotnet/raw/master/LICENSE)
:versions:
- - 5.0.0
+ - 6.0.1
:when: 2022-08-16 18:11:34.443742604 Z
- - :approve
- Moq
- :who: mocsharp
:why: BSD 3-Clause License ( https://raw.githubusercontent.com/moq/moq4/main/License.txt)
:versions:
- - 4.20.69
+ - 4.20.70
:when: 2022-08-16 18:11:34.872036382 Z
- - :approve
- NETStandard.Library
@@ -225,12 +239,12 @@
- 4.3.0
:when: 2022-08-16 21:39:53.322949012 Z
- - :approve
- - System.Buffers
+ - System.Configuration.ConfigurationManager
- :who: mocsharp
- :why: MIT (https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
+ :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
:versions:
- - 4.5.1
- :when: 2022-08-16 21:39:53.747562166 Z
+ - 4.4.0
+ :when: 2022-08-16 21:39:53.322949012 Z
- - :approve
- System.Collections
- :who: mocsharp
@@ -265,6 +279,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
@@ -320,22 +335,22 @@
- :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
+ - 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:00.565630671 Z
+ :when: 2022-08-16 18:12:14.886901307 Z
- - :approve
- System.IO.Compression.ZipFile
- :who: mocsharp
@@ -358,12 +373,12 @@
- 4.3.0
:when: 2022-08-16 21:40:02.283728395 Z
- - :approve
- - System.IO.Pipelines
+ - System.IO.Hashing
- :who: mocsharp
- :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
+ :why: MIT (https://raw.githubusercontent.com/dotnet/runtime/main/LICENSE.TXT)
:versions:
- - 6.0.3
- :when: 2022-08-16 23:06:53.356642197 Z
+ - 7.0.0
+ :when: 2023-08-10 20:50:14.759818552 Z
- - :approve
- System.Linq
- :who: mocsharp
@@ -378,13 +393,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 21:40:03.119912883 Z
-- - :approve
- - System.Memory
- - :who: mocsharp
- :why: MIT (https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
- :versions:
- - 4.5.4
- :when: 2022-08-16 21:40:03.543731192 Z
- - :approve
- System.Net.Http
- :who: mocsharp
@@ -413,6 +421,13 @@
:versions:
- 4.3.0
:when: 2022-08-16 21:40:05.684854720 Z
+- - :approve
+ - System.Reactive
+ - :who: mocsharp
+ :why: MIT (https://github.com/dotnet/reactive/raw/main/LICENSE)
+ :versions:
+ - 6.0.0
+ :when: 2022-08-16 18:11:52.055491398 Z
- - :approve
- System.Reflection
- :who: mocsharp
@@ -483,13 +498,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
@@ -567,6 +575,13 @@
:versions:
- 4.3.0
:when: 2022-08-16 21:40:15.494041658 Z
+- - :approve
+ - System.Security.Cryptography.ProtectedData
+ - :who: mocsharp
+ :why: MIT (https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
+ :versions:
+ - 4.4.0
+ :when: 2022-08-16 23:07:14.759818552 Z
- - :approve
- System.Security.Cryptography.X509Certificates
- :who: mocsharp
@@ -602,13 +617,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 21:40:18.900878996 Z
-- - :approve
- - System.Threading.Channels
- - :who: mocsharp
- :why: MIT ( https://github.com/dotnet/corefx/blob/master/LICENSE.TXT)
- :versions:
- - 4.7.1
- :when: 2022-08-16 21:40:19.306691187 Z
- - :approve
- System.Threading.Tasks
- :who: mocsharp
@@ -630,6 +638,13 @@
:versions:
- 4.3.0
:when: 2022-08-16 21:40:20.589514619 Z
+- - :approve
+ - 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:00.565630671 Z
- - :approve
- System.Xml.ReaderWriter
- :who: mocsharp
@@ -645,103 +660,26 @@
- 4.3.0
:when: 2022-08-16 21:40:21.430356356 Z
- - :approve
- - xunit
- - :who: mocsharp
- :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
- :versions:
- - 2.5.0
- :when: 2022-08-16 21:40:29.166018542 Z
-- - :approve
- - xunit.abstractions
- - :who: mocsharp
- :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
- :versions:
- - 2.0.3
- :when: 2022-08-16 21:40:29.587002932 Z
-- - :approve
- - xunit.analyzers
- - :who: mocsharp
- :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE)
- :versions:
- - 1.2.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
- :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
- :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
- :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
- :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
-- - :approve
- - System.Configuration.ConfigurationManager
- - :who: mocsharp
- :why: MIT ( https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
- :versions:
- - 4.4.0
- :when: 2022-08-16 23:06:43.335979768 Z
-- - :approve
- - System.IO.Hashing
- - :who: mocsharp
- :why: MIT (https://raw.githubusercontent.com/dotnet/runtime/main/LICENSE.TXT)
- :versions:
- - 7.0.0
- :when: 2023-08-10 20:50:14.759818552 Z
-- - :approve
- - System.Reactive
- - :who: mocsharp
- :why: MIT (https://github.com/dotnet/reactive/raw/main/LICENSE)
- :versions:
- - 5.0.0
- :when: 2022-08-16 18:11:52.055491398 Z
-- - :approve
- - System.Reactive.Linq
- - :who: mocsharp
- :why: MIT (https://github.com/dotnet/reactive/raw/main/LICENSE)
+ - TestableIO.System.IO.Abstractions
+ - :who: samrooke
+ :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- - 5.0.0
- :when: 2022-08-16 18:11:52.504981910 Z
+ - 20.0.4
+ :when: 2022-12-14 12:28:00.728481602 Z
- - :approve
- - System.Security.Cryptography.ProtectedData
- - :who: mocsharp
- :why: MIT (https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
+ - TestableIO.System.IO.Abstractions.TestingHelpers
+ - :who: samrooke
+ :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- - 4.4.0
- :when: 2022-08-16 23:07:14.759818552 Z
+ - 20.0.4
+ :when: 2022-12-14 12:28:00.728481602 Z
- - :approve
- - System.Threading.Tasks.Extensions
- - :who: mocsharp
- :why: MIT (https://github.com/dotnet/corefx/raw/master/LICENSE.TXT)
+ - TestableIO.System.IO.Abstractions.Wrappers
+ - :who: samrooke
+ :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
:versions:
- - 4.5.4
- :when: 2022-08-16 18:12:08.997556896 Z
+ - 20.0.4
+ :when: 2022-12-14 12:28:00.728481602 Z
- - :approve
- coverlet.collector
- :who: mocsharp
@@ -756,13 +694,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 18:12:11.700134616 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.2
- :when: 2022-08-16 18:12:12.196658699 Z
- - :approve
- runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl
- :who: mocsharp
@@ -770,13 +701,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 18:12:12.637405097 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.2
- :when: 2022-08-16 18:12:13.084142225 Z
- - :approve
- runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl
- :who: mocsharp
@@ -784,13 +708,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 18:12:13.524428968 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.2
- :when: 2022-08-16 18:12:13.967119610 Z
- - :approve
- runtime.native.System
- :who: mocsharp
@@ -798,13 +715,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 18:12:14.414312865 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 18:12:14.886901307 Z
- - :approve
- runtime.native.System.Net.Http
- :who: mocsharp
@@ -826,13 +736,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 18:12:16.219699037 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.2
- :when: 2022-08-16 18:12:16.664758652 Z
- - :approve
- runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl
- :who: mocsharp
@@ -840,13 +743,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 18:12:17.128145551 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.2
- :when: 2022-08-16 18:12:17.568496055 Z
- - :approve
- runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl
- :who: mocsharp
@@ -854,13 +750,6 @@
:versions:
- 4.3.0
:when: 2022-08-16 18:12:18.016241541 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.2
- :when: 2022-08-16 18:12:18.463609674 Z
- - :approve
- runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple
- :who: mocsharp
@@ -876,65 +765,86 @@
- 4.3.0
:when: 2022-08-16 18:12:19.420642865 Z
- - :approve
- - runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - 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.2
- :when: 2022-08-16 18:12:19.887345510 Z
+ - 4.3.0
+ :when: 2022-08-16 18:12:20.339491151 Z
- - :approve
- - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - 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 18:12:20.339491151 Z
+ :when: 2022-08-16 18:12:21.233643671 Z
- - :approve
- - runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - 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.2
- :when: 2022-08-16 18:12:20.783799388 Z
+ - 4.3.0
+ :when: 2022-08-16 18:12:22.126459370 Z
- - :approve
- - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - 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 18:12:21.233643671 Z
+ :when: 2022-08-16 18:12:23.020701115 Z
- - :approve
- - runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - xunit
- :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- - 4.3.2
- :when: 2022-08-16 18:12:21.674652343 Z
+ - 2.6.4
+ :when: 2022-08-16 21:40:29.166018542 Z
- - :approve
- - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - xunit.abstractions
- :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- - 4.3.0
- :when: 2022-08-16 18:12:22.126459370 Z
+ - 2.0.3
+ :when: 2022-08-16 21:40:29.587002932 Z
- - :approve
- - runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - xunit.analyzers
- :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE)
:versions:
- - 4.3.2
- :when: 2022-08-16 18:12:22.582059586 Z
+ - 1.8.0
+ :when: 2022-08-16 21:40:30.047067134 Z
- - :approve
- - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - xunit.assert
- :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
:versions:
- - 4.3.0
- :when: 2022-08-16 18:12:23.020701115 Z
+ - 2.6.4
+ :when: 2022-08-16 21:40:30.526718458 Z
- - :approve
- - runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+ - xunit.core
- :who: mocsharp
- :why: MICROSOFT .NET LIBRARY License ( http://go.microsoft.com/fwlink/?LinkId=329770)
+ :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt)
+ :versions:
+ - 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.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.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:
- - 4.3.2
- :when: 2022-08-16 18:12:23.470362933 Z
+ - 2.5.6
+ :when: 2022-08-16 21:40:32.294717110 Z
\ No newline at end of file
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/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj b/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj
index f15fd9a..16c653a 100644
--- a/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj
+++ b/src/Plugins/AWSS3/Monai.Deploy.Storage.AWSS3.csproj
@@ -13,22 +13,18 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
- net6.0
+ net8.0
latest
Monai.Deploy.Storage.AWSS3
false
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
-
-
Monai.Deploy.Storage.AWSS3
0.1.0
@@ -42,18 +38,14 @@
Apache-2.0
True
-
-
-
+
-
-
-
+
\ No newline at end of file
diff --git a/src/Plugins/MinIO/IMinIoClientFactory.cs b/src/Plugins/MinIO/IMinIoClientFactory.cs
index c925c85..273206e 100644
--- a/src/Plugins/MinIO/IMinIoClientFactory.cs
+++ b/src/Plugins/MinIO/IMinIoClientFactory.cs
@@ -16,16 +16,17 @@
using Amazon.SecurityToken.Model;
using Minio;
+using Minio.ApiEndpoints;
namespace Monai.Deploy.Storage.MinIO
{
public interface IMinIoClientFactory
{
- MinioClient GetClient();
+ IMinioClient GetClient();
- MinioClient GetClient(Credentials credentials);
+ IMinioClient GetClient(Credentials credentials);
- MinioClient GetClient(Credentials credentials, string region);
+ IMinioClient GetClient(Credentials credentials, string region);
IObjectOperations GetObjectOperationsClient();
diff --git a/src/Plugins/MinIO/MinIoClientFactory.cs b/src/Plugins/MinIO/MinIoClientFactory.cs
index 427906d..a6153bb 100644
--- a/src/Plugins/MinIO/MinIoClientFactory.cs
+++ b/src/Plugins/MinIO/MinIoClientFactory.cs
@@ -19,6 +19,7 @@
using Ardalis.GuardClauses;
using Microsoft.Extensions.Options;
using Minio;
+using Minio.ApiEndpoints;
using Monai.Deploy.Storage.Configuration;
namespace Monai.Deploy.Storage.MinIO
@@ -27,7 +28,7 @@ public class MinIoClientFactory : IMinIoClientFactory
{
private static readonly string DefaultClient = "_DEFAULT_";
internal static readonly int DefaultTimeout = 2500;
- private readonly ConcurrentDictionary _clients;
+ private readonly ConcurrentDictionary _clients;
private StorageServiceConfiguration Options { get; }
@@ -40,10 +41,10 @@ public MinIoClientFactory(IOptions options)
Options = configuration;
- _clients = new ConcurrentDictionary();
+ _clients = new ConcurrentDictionary();
}
- public MinioClient GetClient()
+ public IMinioClient GetClient()
{
return _clients.GetOrAdd(DefaultClient, _ =>
{
@@ -55,12 +56,12 @@ public MinioClient GetClient()
});
}
- public MinioClient GetClient(Credentials credentials)
+ public IMinioClient GetClient(Credentials credentials)
{
return GetClient(credentials, string.Empty);
}
- public MinioClient GetClient(Credentials credentials, string region)
+ public IMinioClient GetClient(Credentials credentials, string region)
{
return GetClientInternal(credentials, region);
}
@@ -109,7 +110,7 @@ public IObjectOperations GetObjectOperationsClient(Credentials credentials, stri
return GetClientInternal(credentials, region);
}
- private MinioClient CreateClient(string accessKey, string accessToken)
+ private IMinioClient CreateClient(string accessKey, string accessToken)
{
var endpoint = Options.Settings[ConfigurationKeys.EndPoint];
var securedConnection = Options.Settings[ConfigurationKeys.SecuredConnection];
@@ -133,7 +134,7 @@ private MinioClient CreateClient(string accessKey, string accessToken)
return client;
}
- private MinioClient GetClientInternal(Credentials credentials, string region)
+ private IMinioClient GetClientInternal(Credentials credentials, string region)
{
Guard.Against.Null(credentials, nameof(credentials));
Guard.Against.NullOrWhiteSpace(credentials.AccessKeyId, nameof(credentials.AccessKeyId));
diff --git a/src/Plugins/MinIO/MinIoStartup.cs b/src/Plugins/MinIO/MinIoStartup.cs
index 0d66b6d..967bfbb 100644
--- a/src/Plugins/MinIO/MinIoStartup.cs
+++ b/src/Plugins/MinIO/MinIoStartup.cs
@@ -18,7 +18,8 @@
using Microsoft.Extensions.Hosting;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
-using Minio;
+using Minio.ApiEndpoints;
+using Minio.DataModel.Args;
using Monai.Deploy.Storage.Configuration;
namespace Monai.Deploy.Storage.MinIO
diff --git a/src/Plugins/MinIO/MinIoStorageService.cs b/src/Plugins/MinIO/MinIoStorageService.cs
index d00386f..e9a94ed 100644
--- a/src/Plugins/MinIO/MinIoStorageService.cs
+++ b/src/Plugins/MinIO/MinIoStorageService.cs
@@ -19,7 +19,8 @@
using Ardalis.GuardClauses;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
-using Minio;
+using Minio.ApiEndpoints;
+using Minio.DataModel.Args;
using Minio.Exceptions;
using Monai.Deploy.Storage.API;
using Monai.Deploy.Storage.Configuration;
diff --git a/src/Plugins/MinIO/Monai.Deploy.Storage.MinIO.csproj b/src/Plugins/MinIO/Monai.Deploy.Storage.MinIO.csproj
index bed2cb4..1432159 100644
--- a/src/Plugins/MinIO/Monai.Deploy.Storage.MinIO.csproj
+++ b/src/Plugins/MinIO/Monai.Deploy.Storage.MinIO.csproj
@@ -13,11 +13,9 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
- net6.0
+ net8.0
latest
enable
Monai.Deploy.Storage.MinIO
@@ -26,12 +24,10 @@
true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
-
-
Monai.Deploy.Storage.MinIO
0.1.0
@@ -45,24 +41,19 @@
Apache-2.0
True
-
-
+
-
-
-
-
-
+
\ No newline at end of file
diff --git a/src/Plugins/MinIO/Tests/Integration/MinIoHealthCheckTest.cs b/src/Plugins/MinIO/Tests/Integration/MinIoHealthCheckTest.cs
index 38d5006..84ab59c 100644
--- a/src/Plugins/MinIO/Tests/Integration/MinIoHealthCheckTest.cs
+++ b/src/Plugins/MinIO/Tests/Integration/MinIoHealthCheckTest.cs
@@ -45,7 +45,7 @@ public async Task CheckHealthAsync_WhenListBucketSucceeds_ReturnHealthy()
_minIoClientFactory.Setup(p => p.GetBucketOperationsClient()).Returns(minioClient);
var healthCheck = new MinIoHealthCheck(_minIoClientFactory.Object, _logger.Object);
- 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/MinIO/Tests/Integration/MinIoStorageFixture.cs b/src/Plugins/MinIO/Tests/Integration/MinIoStorageFixture.cs
index a2d8980..b47c3ef 100644
--- a/src/Plugins/MinIO/Tests/Integration/MinIoStorageFixture.cs
+++ b/src/Plugins/MinIO/Tests/Integration/MinIoStorageFixture.cs
@@ -15,7 +15,8 @@
*/
using Microsoft.Extensions.Options;
-using Minio;
+using Minio.ApiEndpoints;
+using Minio.DataModel.Args;
using Monai.Deploy.Storage.Configuration;
using Xunit;
diff --git a/src/Plugins/MinIO/Tests/Integration/MinIoStorageServiceTest.cs b/src/Plugins/MinIO/Tests/Integration/MinIoStorageServiceTest.cs
index 56a9124..7d03cbd 100644
--- a/src/Plugins/MinIO/Tests/Integration/MinIoStorageServiceTest.cs
+++ b/src/Plugins/MinIO/Tests/Integration/MinIoStorageServiceTest.cs
@@ -16,7 +16,7 @@
using FluentAssertions;
using Microsoft.Extensions.Logging;
-using Minio;
+using Minio.DataModel.Args;
using Moq;
using Xunit;
using Xunit.Extensions.Ordering;
@@ -52,8 +52,8 @@ public async Task S01_GivenABucketOnMinIo()
var makeBucketArgs = new MakeBucketArgs()
.WithBucket(_fixture.BucketName)
.WithLocation(_fixture.Location);
- await client.MakeBucketAsync(makeBucketArgs).ConfigureAwait(false);
- }).ConfigureAwait(false);
+ await client.MakeBucketAsync(makeBucketArgs);
+ });
Assert.Null(exception);
}
@@ -64,8 +64,8 @@ public async Task S02_GivenASetOfDataAvailableOnMinIo()
var exception = await Record.ExceptionAsync(async () =>
{
var client = _fixture.ClientFactory.GetObjectOperationsClient();
- await _fixture.GenerateAndUploadData(client).ConfigureAwait(false);
- }).ConfigureAwait(false);
+ await _fixture.GenerateAndUploadData(client);
+ });
Assert.Null(exception);
}
@@ -76,7 +76,7 @@ public async Task S02_GivenASetOfDataAvailableOnMinIo()
[InlineData("dir-2/", 2)]
public async Task S03_WhenListObjectsAsyncIsCalled_ExpectItToListObjectsBasedOnParameters(string? prefix, int count)
{
- var actual = await _minIoService.ListObjectsAsync(_fixture.BucketName, prefix, true).ConfigureAwait(false);
+ var actual = await _minIoService.ListObjectsAsync(_fixture.BucketName, prefix, true);
actual.Should().NotBeEmpty()
.And.HaveCount(count);
@@ -92,7 +92,7 @@ public async Task S03_WhenListObjectsAsyncIsCalled_ExpectItToListObjectsBasedOnP
[Fact, Order(4)]
public async Task S04_WhenVerifyObjectsExistAsyncIsCalled_ExpectToReturnAll()
{
- var actual = await _minIoService.VerifyObjectsExistAsync(_fixture.BucketName, _fixture.Files).ConfigureAwait(false);
+ var actual = await _minIoService.VerifyObjectsExistAsync(_fixture.BucketName, _fixture.Files);
actual.Should().NotBeEmpty()
.And.HaveCount(_fixture.Files.Count);
@@ -105,7 +105,7 @@ public async Task S05_GivenAFileUploadedOnMinIo()
{
var data = _fixture.GetRandomBytes();
var stream = new MemoryStream(data);
- await _minIoService.PutObjectAsync(_fixture.BucketName, _testFileName, stream, data.Length, "application/binary", null).ConfigureAwait(false);
+ await _minIoService.PutObjectAsync(_fixture.BucketName, _testFileName, stream, data.Length, "application/binary", null);
var callback = (Stream stream) =>
{
@@ -118,7 +118,7 @@ public async Task S05_GivenAFileUploadedOnMinIo()
.WithBucket(_fixture.BucketName)
.WithObject(_testFileName)
.WithCallbackStream(callback);
- var obj = await client.GetObjectAsync(args).ConfigureAwait(false);
+ var obj = await client.GetObjectAsync(args);
obj.Should().NotBeNull();
obj.Size.Should().Be(data.Length);
}
@@ -126,13 +126,13 @@ public async Task S05_GivenAFileUploadedOnMinIo()
[Fact, Order(6)]
public async Task S06_ExpectTheFileToBeBeDownloadable()
{
- var stream = await _minIoService.GetObjectAsync(_fixture.BucketName, _testFileName).ConfigureAwait(false);
+ var stream = await _minIoService.GetObjectAsync(_fixture.BucketName, _testFileName);
Assert.NotNull(stream);
var ms = new MemoryStream();
stream.CopyTo(ms);
var data = ms.ToArray();
- var original = await DownloadData(_testFileName).ConfigureAwait(false);
+ var original = await DownloadData(_testFileName);
Assert.NotNull(original);
@@ -142,10 +142,10 @@ public async Task S06_ExpectTheFileToBeBeDownloadable()
[Fact, Order(7)]
public async Task S07_GivenACopyOfTheFile()
{
- await _minIoService.CopyObjectAsync(_fixture.BucketName, _testFileName, _fixture.BucketName, _testFileNameCopy).ConfigureAwait(false);
+ await _minIoService.CopyObjectAsync(_fixture.BucketName, _testFileName, _fixture.BucketName, _testFileNameCopy);
- var original = await DownloadData(_testFileName).ConfigureAwait(false);
- var copy = await DownloadData(_testFileNameCopy).ConfigureAwait(false);
+ var original = await DownloadData(_testFileName);
+ var copy = await DownloadData(_testFileNameCopy);
Assert.NotNull(original);
Assert.NotNull(copy);
@@ -158,7 +158,7 @@ public async Task S08_ExpectedBothOriginalAndCopiedToExist()
{
var files = new List() { _testFileName, _testFileNameCopy, "file-does-not-exist" };
var expectedResults = new List() { true, true, false };
- var results = await _minIoService.VerifyObjectsExistAsync(_fixture.BucketName, files).ConfigureAwait(false);
+ var results = await _minIoService.VerifyObjectsExistAsync(_fixture.BucketName, files);
Assert.NotNull(results);
@@ -168,7 +168,7 @@ public async Task S08_ExpectedBothOriginalAndCopiedToExist()
for (var i = 0; i < files.Count; i++)
{
var file = files[i];
- var result = await _minIoService.VerifyObjectExistsAsync(_fixture.BucketName, file).ConfigureAwait(false);
+ var result = await _minIoService.VerifyObjectExistsAsync(_fixture.BucketName, file);
Assert.Equal(expectedResults[i], result);
}
}
@@ -177,8 +177,8 @@ public async Task S08_ExpectedBothOriginalAndCopiedToExist()
public async Task S09_GivenADirectoryCreatedOnMinIo()
{
var folderName = "my-folder";
- await _minIoService.CreateFolderAsync(_fixture.BucketName, folderName).ConfigureAwait(false);
- var result = await _minIoService.VerifyObjectExistsAsync(_fixture.BucketName, $"{folderName}/stubFile.txt").ConfigureAwait(false);
+ await _minIoService.CreateFolderAsync(_fixture.BucketName, folderName);
+ var result = await _minIoService.VerifyObjectExistsAsync(_fixture.BucketName, $"{folderName}/stubFile.txt");
Assert.True(result);
}
@@ -187,24 +187,24 @@ public async Task S09_GivenADirectoryCreatedOnMinIo()
public async Task S10_ExpectTheDirectoryToBeRemovable()
{
var folderName = "my - folder / stubFile.txt";
- await _minIoService.RemoveObjectAsync(_fixture.BucketName, folderName).ConfigureAwait(false);
- var result = await _minIoService.VerifyObjectExistsAsync(_fixture.BucketName, $"{folderName}/stubFile.txt").ConfigureAwait(false);
+ await _minIoService.RemoveObjectAsync(_fixture.BucketName, folderName);
+ var result = await _minIoService.VerifyObjectExistsAsync(_fixture.BucketName, $"{folderName}/stubFile.txt");
Assert.False(result);
var files = new List() { _testFileName, _testFileNameCopy, "file-does-not-exist" };
- await _minIoService.RemoveObjectsAsync(_fixture.BucketName, files).ConfigureAwait(false);
+ await _minIoService.RemoveObjectsAsync(_fixture.BucketName, files);
}
[Fact, Order(11)]
public async Task S11_ExpectTheFilesToBeRemovable()
{
var files = new List() { _testFileName, _testFileNameCopy, "file-does-not-exist" };
- await _minIoService.RemoveObjectsAsync(_fixture.BucketName, files).ConfigureAwait(false);
+ await _minIoService.RemoveObjectsAsync(_fixture.BucketName, files);
for (var i = 0; i < files.Count; i++)
{
var file = files[i];
- var result = await _minIoService.VerifyObjectExistsAsync(_fixture.BucketName, file).ConfigureAwait(false);
+ var result = await _minIoService.VerifyObjectExistsAsync(_fixture.BucketName, file);
Assert.False(result);
}
}
@@ -225,7 +225,7 @@ private async Task DownloadData(string filename)
.WithBucket(_fixture.BucketName)
.WithObject(filename)
.WithCallbackStream(callback);
- var copiedObject = await client.GetObjectAsync(copiedArgs).ConfigureAwait(false);
+ var copiedObject = await client.GetObjectAsync(copiedArgs);
copiedObject.Should().NotBeNull();
manulReset.Wait();
return copiedStream.ToArray();
diff --git a/src/Plugins/MinIO/Tests/Integration/StorageAdminServiceTest.cs b/src/Plugins/MinIO/Tests/Integration/StorageAdminServiceTest.cs
index 5ea4c03..f4cf2b3 100644
--- a/src/Plugins/MinIO/Tests/Integration/StorageAdminServiceTest.cs
+++ b/src/Plugins/MinIO/Tests/Integration/StorageAdminServiceTest.cs
@@ -65,9 +65,9 @@ public async Task S01_GivenAServiceConnection()
{
var exception = await Record.ExceptionAsync(async () =>
{
- var result = await _minIoService.SetConnectionAsync().ConfigureAwait(false);
+ var result = await _minIoService.SetConnectionAsync();
Assert.True(result);
- }).ConfigureAwait(false);
+ });
Assert.Null(exception);
}
@@ -77,9 +77,9 @@ public async Task S02_ExpectToHaveAConnection()
{
var exception = await Record.ExceptionAsync(async () =>
{
- var result = await _minIoService.HasConnectionAsync().ConfigureAwait(false);
+ var result = await _minIoService.HasConnectionAsync();
Assert.True(result);
- }).ConfigureAwait(false);
+ });
Assert.Null(exception);
}
@@ -93,8 +93,8 @@ public async Task S03_GivenAnUserWithPolicies()
new PolicyRequest("my-bucket", "directory1"),
new PolicyRequest("my-bucket", "directory1/subdirectory2"),
};
- await _minIoService.CreateUserAsync($"monai-deploy-{DateTime.UtcNow.Ticks}", policies).ConfigureAwait(false);
- }).ConfigureAwait(false);
+ await _minIoService.CreateUserAsync($"monai-deploy-{DateTime.UtcNow.Ticks}", policies);
+ });
Assert.Null(exception);
}
@@ -104,9 +104,9 @@ public async Task S04_ExpectUserHasBeenCreated()
{
var exception = await Record.ExceptionAsync(async () =>
{
- var result = await _minIoService.UserAlreadyExistsAsync("monai-deploy").ConfigureAwait(false);
+ var result = await _minIoService.UserAlreadyExistsAsync("monai-deploy");
Assert.True(result);
- }).ConfigureAwait(false);
+ });
Assert.Null(exception);
}
diff --git a/src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj b/src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj
index cc2a935..968ab51 100644
--- a/src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj
+++ b/src/Plugins/MinIO/Tests/Monai.Deploy.Storage.MinIO.Tests.csproj
@@ -13,25 +13,21 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
- net6.0
+ net8.0
enable
enable
-
false
-
-
-
-
-
-
-
+
+
+
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
@@ -40,12 +36,10 @@
all
-
-
Always
@@ -54,5 +48,4 @@
Always
-
-
+
\ No newline at end of file
diff --git a/src/Plugins/MinIO/Tests/Unit/MinIoAdminHealthCheckTest.cs b/src/Plugins/MinIO/Tests/Unit/MinIoAdminHealthCheckTest.cs
index 1b1451e..ab6e2e4 100644
--- a/src/Plugins/MinIO/Tests/Unit/MinIoAdminHealthCheckTest.cs
+++ b/src/Plugins/MinIO/Tests/Unit/MinIoAdminHealthCheckTest.cs
@@ -39,7 +39,7 @@ public async Task CheckHealthAsync_WhenConnectionThrows_ReturnUnhealthy()
_storageAdminService.Setup(p => p.HasConnectionAsync()).Throws(new Exception("error"));
var healthCheck = new MinIoAdminHealthCheck(_storageAdminService.Object, _logger.Object);
- 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);
@@ -52,7 +52,7 @@ public async Task CheckHealthAsync_WhenConnectionSucceeds_ReturnHealthy()
_storageAdminService.Setup(p => p.HasConnectionAsync()).ReturnsAsync(true);
_storageAdminService.Setup(p => p.GetConnectionAsync()).ReturnsAsync(new List() { "strings" });
var healthCheck = new MinIoAdminHealthCheck(_storageAdminService.Object, _logger.Object);
- 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/MinIO/Tests/Unit/MinIoHealthCheckTest.cs b/src/Plugins/MinIO/Tests/Unit/MinIoHealthCheckTest.cs
index 0d0b632..1bfa46c 100644
--- a/src/Plugins/MinIO/Tests/Unit/MinIoHealthCheckTest.cs
+++ b/src/Plugins/MinIO/Tests/Unit/MinIoHealthCheckTest.cs
@@ -38,7 +38,7 @@ public async Task CheckHealthAsync_WhenFailedToListBucket_ReturnUnhealthy()
_minIoClientFactory.Setup(p => p.GetBucketOperationsClient()).Throws(new Exception("error"));
var healthCheck = new MinIoHealthCheck(_minIoClientFactory.Object, _logger.Object);
- 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);
diff --git a/src/Plugins/MinIO/Tests/Unit/MinIoStartupTest.cs b/src/Plugins/MinIO/Tests/Unit/MinIoStartupTest.cs
index 05ed477..91bd493 100644
--- a/src/Plugins/MinIO/Tests/Unit/MinIoStartupTest.cs
+++ b/src/Plugins/MinIO/Tests/Unit/MinIoStartupTest.cs
@@ -16,7 +16,8 @@
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
-using Minio;
+using Minio.ApiEndpoints;
+using Minio.DataModel.Args;
using Monai.Deploy.Storage.Configuration;
using Moq;
using Xunit;
diff --git a/src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs b/src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs
index a9c68e3..6765fdc 100644
--- a/src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs
+++ b/src/Plugins/MinIO/Tests/Unit/MinIoStorageServiceTest.cs
@@ -18,8 +18,10 @@
using System.Reactive.Linq;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
-using Minio;
+using Minio.ApiEndpoints;
using Minio.DataModel;
+using Minio.DataModel.Args;
+using Minio.DataModel.Result;
using Minio.Exceptions;
using Monai.Deploy.Storage.API;
using Monai.Deploy.Storage.Configuration;
@@ -65,8 +67,8 @@ await Assert.ThrowsAsync(async () =>
_objectOperations.Setup(p => p.CopyObjectAsync(It.IsAny(), It.IsAny()))
.ThrowsAsync(new ConnectionException("error", new ResponseResult(new HttpRequestMessage(), new Exception("inner exception"))));
- await service.CopyObjectAsync("sourceBucket", "sourceFile", "destinationBucket", "destinationFile").ConfigureAwait(false);
- }).ConfigureAwait(false);
+ await service.CopyObjectAsync("sourceBucket", "sourceFile", "destinationBucket", "destinationFile");
+ });
}
[Fact]
@@ -78,8 +80,8 @@ await Assert.ThrowsAsync(async () =>
_objectOperations.Setup(p => p.CopyObjectAsync(It.IsAny(), It.IsAny()))
.ThrowsAsync(new Exception("inner exception"));
- await service.CopyObjectAsync("sourceBucket", "sourceFile", "destinationBucket", "destinationFile").ConfigureAwait(false);
- }).ConfigureAwait(false);
+ await service.CopyObjectAsync("sourceBucket", "sourceFile", "destinationBucket", "destinationFile");
+ });
}
[Fact]
@@ -98,16 +100,16 @@ await Assert.ThrowsAsync(async () =>
break;
}
}
- return await Task.FromResult(Disposable.Empty).ConfigureAwait(false);
+ return await Task.FromResult(Disposable.Empty);
});
var service = new MinIoStorageService(_minIoClientFactory.Object, _amazonStsClient.Object, _options, _logger.Object);
_bucketOperations.Setup(p => p.ListObjectsAsync(It.IsAny(), It.IsAny()))
.Returns(observable);
cancellationTokenSource.CancelAfter(5000);
- await service.ListObjectsAsync("bucket", cancellationToken: cancellationTokenSource.Token).ConfigureAwait(false);
+ await service.ListObjectsAsync("bucket", cancellationToken: cancellationTokenSource.Token);
- }).ConfigureAwait(false);
+ });
}
[Fact]
@@ -121,17 +123,17 @@ await Assert.ThrowsAsync(async () =>
obs.OnNext(new Item { Key = "key", ETag = "etag", Size = 1, IsDir = false });
obs.OnError(new Exception("error"));
obs.OnCompleted();
- return await Task.FromResult(Disposable.Empty).ConfigureAwait(false);
+ return await Task.FromResult(Disposable.Empty);
});
var service = new MinIoStorageService(_minIoClientFactory.Object, _amazonStsClient.Object, _options, _logger.Object);
_bucketOperations.Setup(p => p.ListObjectsAsync(It.IsAny(), It.IsAny()))
.Returns(observable);
var listObjectTask = service.ListObjectsAsync("bucket");
- await Task.Delay(3000).ConfigureAwait(false);
+ await Task.Delay(3000);
- await listObjectTask.ConfigureAwait(false);
- }).ConfigureAwait(false);
+ await listObjectTask;
+ });
}
[Fact]
@@ -144,8 +146,8 @@ await Assert.ThrowsAsync(async () =>
_bucketOperations.Setup(p => p.ListObjectsAsync(It.IsAny(), It.IsAny()))
.Throws(new ConnectionException("error", new ResponseResult(new HttpRequestMessage(), new Exception("inner exception"))));
- await service.ListObjectsAsync("bucket").ConfigureAwait(false);
- }).ConfigureAwait(false);
+ await service.ListObjectsAsync("bucket");
+ });
}
[Fact]
@@ -158,8 +160,8 @@ await Assert.ThrowsAsync(async () =>
_bucketOperations.Setup(p => p.ListObjectsAsync(It.IsAny(), It.IsAny()))
.Throws(new InvalidBucketNameException("bucket", "bad"));
- await service.ListObjectsAsync("bucket").ConfigureAwait(false);
- }).ConfigureAwait(false);
+ await service.ListObjectsAsync("bucket");
+ });
}
}
-}
+}
\ No newline at end of file
diff --git a/src/Plugins/MinIO/Tests/docker-compose.yml b/src/Plugins/MinIO/Tests/docker-compose.yml
index eab0910..a9e4377 100644
--- a/src/Plugins/MinIO/Tests/docker-compose.yml
+++ b/src/Plugins/MinIO/Tests/docker-compose.yml
@@ -15,7 +15,7 @@
version: "3.9"
services:
minio:
- image: "minio/minio:latest"
+ image: "minio/minio:RELEASE.2023-10-16T04-13-43Z"
command: server --console-address ":9001" /data
hostname: minio
volumes:
@@ -28,7 +28,7 @@ services:
MINIO_ROOT_USER: minioadmin
MINIO_ROOT_PASSWORD: minioadmin
healthcheck:
- test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"]
+ test: ["CMD", "curl", "-I", "http://localhost:9000/minio/health/live"]
start_period: 10s
interval: 5s
timeout: 30s
diff --git a/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj b/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj
index dde1a9a..f8f311f 100644
--- a/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj
+++ b/src/S3Policy/Monai.Deploy.Storage.S3Policy.csproj
@@ -13,17 +13,14 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
- net6.0
+ net8.0
enable
false
true
$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
-
Monai.Deploy.Storage.S3Policy
0.1.0
@@ -37,24 +34,20 @@
Apache-2.0
True
-
-
-
-
+
-
-
+
\ No newline at end of file
diff --git a/src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj b/src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj
index 4c21616..84276c6 100644
--- a/src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj
+++ b/src/S3Policy/Tests/Monai.Deploy.Storage.S3Policy.Tests.csproj
@@ -13,21 +13,17 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
- net6.0
+ net8.0
enable
enable
-
false
-
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
@@ -36,9 +32,7 @@
all
-
-
-
+
\ No newline at end of file
diff --git a/src/Storage/API/ListObjectTimeoutException.cs b/src/Storage/API/ListObjectTimeoutException.cs
index 4cb0063..1919be7 100644
--- a/src/Storage/API/ListObjectTimeoutException.cs
+++ b/src/Storage/API/ListObjectTimeoutException.cs
@@ -14,8 +14,6 @@
* limitations under the License.
*/
-using System.Runtime.Serialization;
-
namespace Monai.Deploy.Storage.API
{
public class ListObjectTimeoutException : Exception
@@ -31,9 +29,5 @@ public ListObjectTimeoutException(string? message) : base(message)
public ListObjectTimeoutException(string? message, Exception? innerException) : base(message, innerException)
{
}
-
- protected ListObjectTimeoutException(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- }
}
}
diff --git a/src/Storage/API/StorageConnectionException.cs b/src/Storage/API/StorageConnectionException.cs
index 39b3046..a97eb4c 100644
--- a/src/Storage/API/StorageConnectionException.cs
+++ b/src/Storage/API/StorageConnectionException.cs
@@ -14,8 +14,6 @@
* limitations under the License.
*/
-using System.Runtime.Serialization;
-
namespace Monai.Deploy.Storage.API
{
public class StorageConnectionException : Exception
@@ -37,10 +35,5 @@ public StorageConnectionException(string message, Exception innerException) : ba
{
Errors = new List();
}
-
- protected StorageConnectionException(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- Errors = new List();
- }
}
-}
+}
\ No newline at end of file
diff --git a/src/Storage/API/StorageObjectNotFoundException.cs b/src/Storage/API/StorageObjectNotFoundException.cs
index 63cde89..d12398c 100644
--- a/src/Storage/API/StorageObjectNotFoundException.cs
+++ b/src/Storage/API/StorageObjectNotFoundException.cs
@@ -14,8 +14,6 @@
* limitations under the License.
*/
-using System.Runtime.Serialization;
-
namespace Monai.Deploy.Storage.API
{
public class StorageObjectNotFoundException : Exception
@@ -31,9 +29,5 @@ public StorageObjectNotFoundException(string message) : base(message)
public StorageObjectNotFoundException(string message, Exception innerException) : base(message, innerException)
{
}
-
- protected StorageObjectNotFoundException(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- }
}
}
diff --git a/src/Storage/API/StorageServiceException.cs b/src/Storage/API/StorageServiceException.cs
index fb4b1b1..275185c 100644
--- a/src/Storage/API/StorageServiceException.cs
+++ b/src/Storage/API/StorageServiceException.cs
@@ -14,8 +14,6 @@
* limitations under the License.
*/
-using System.Runtime.Serialization;
-
namespace Monai.Deploy.Storage.API
{
public class StorageServiceException : Exception
@@ -31,9 +29,5 @@ public StorageServiceException(string message) : base(message)
public StorageServiceException(string message, Exception innerException) : base(message, innerException)
{
}
-
- protected StorageServiceException(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- }
}
}
diff --git a/src/Storage/Configuration/ConfigurationException.cs b/src/Storage/Configuration/ConfigurationException.cs
index 7838eac..d94450b 100644
--- a/src/Storage/Configuration/ConfigurationException.cs
+++ b/src/Storage/Configuration/ConfigurationException.cs
@@ -14,11 +14,8 @@
* limitations under the License.
*/
-using System.Runtime.Serialization;
-
namespace Monai.Deploy.Storage.Configuration
{
- [Serializable]
public class ConfigurationException : Exception
{
public ConfigurationException()
@@ -32,9 +29,5 @@ public ConfigurationException(string message) : base(message)
public ConfigurationException(string message, Exception innerException) : base(message, innerException)
{
}
-
- protected ConfigurationException(SerializationInfo info, StreamingContext context) : base(info, context)
- {
- }
}
}
diff --git a/src/Storage/Monai.Deploy.Storage.csproj b/src/Storage/Monai.Deploy.Storage.csproj
index 904944e..95fe4d0 100644
--- a/src/Storage/Monai.Deploy.Storage.csproj
+++ b/src/Storage/Monai.Deploy.Storage.csproj
@@ -1,4 +1,4 @@
-
-
-
- net6.0
+ net8.0
latest
enable
Monai.Deploy.Storage
@@ -30,7 +28,6 @@
-
Monai.Deploy.Storage
0.1.0
@@ -44,29 +41,24 @@
Apache-2.0
True
-
-
-
-
-
-
-
+
+
+
-
-
+
\ No newline at end of file
diff --git a/src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj b/src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj
index 1becd0d..aaf4a08 100644
--- a/src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj
+++ b/src/Storage/Tests/Monai.Deploy.Storage.Tests.csproj
@@ -13,22 +13,19 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
-
-
- net6.0
+ net8.0
latest
enable
false
-
-
-
-
-
-
+
+
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
@@ -37,9 +34,7 @@
all
-
-
-
+
\ No newline at end of file
diff --git a/third-party-licenses.md b/third-party-licenses.md
index 49df71c..601b1bc 100644
--- a/third-party-licenses.md
+++ b/third-party-licenses.md
@@ -13,16 +13,15 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
-
# Third-Party Licenses
-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,15 +59,15 @@ SOFTWARE.
-AWSSDK.Core 3.7.200.13
+AWSSDK.Core 3.7.300.29
## AWSSDK.Core
-- Version: 3.7.200.13
+- Version: 3.7.300.29
- Authors: Amazon Web Services
- Owners: Amazon Web Services
- Project URL: https://github.com/aws/aws-sdk-net/
-- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.200.13)
+- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.300.29)
- License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt)
@@ -133,15 +132,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.S3 3.7.201.11
+AWSSDK.S3 3.7.305.4
## AWSSDK.S3
-- Version: 3.7.201.11
+- Version: 3.7.305.4
- Authors: Amazon Web Services
- Owners: Amazon Web Services
- Project URL: https://github.com/aws/aws-sdk-net/
-- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.201.11)
+- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.S3/3.7.305.4)
- License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt)
@@ -206,15 +205,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.SecurityToken 3.7.201.9
+AWSSDK.SecurityToken 3.7.300.30
## AWSSDK.SecurityToken
-- Version: 3.7.201.9
+- Version: 3.7.300.30
- Authors: Amazon Web Services
- Owners: Amazon Web Services
- Project URL: https://github.com/aws/aws-sdk-net/
-- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.201.9)
+- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.300.30)
- License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt)
@@ -279,14 +278,14 @@ END OF TERMS AND CONDITIONS
-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)
@@ -317,37 +316,6 @@ SOFTWARE.
-
-Castle.Core 5.1.0
-
-## Castle.Core
-
-- Version: 5.1.0
-- Authors: Castle Project Contributors
-- Project URL: http://www.castleproject.org/
-- Source: [NuGet](https://www.nuget.org/packages/Castle.Core/5.1.0)
-- License: [Apache-2.0](https://github.com/castleproject/Core/raw/master/LICENSE)
-
-
-```
-Copyright 2004-2021 Castle Project - http://www.castleproject.org/
-
-Licensed under the Apache License, Version 2.0 (the "License");
-you may not use this file except in compliance with the License.
-You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing, software
-distributed under the License is distributed on an "AS IS" BASIS,
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-See the License for the specific language governing permissions and
-limitations under the License.
-```
-
-
-
-
Castle.Core 5.1.1
@@ -380,14 +348,14 @@ limitations under the License.
-CommunityToolkit.HighPerformance 8.1.0
+CommunityToolkit.HighPerformance 8.2.2
## CommunityToolkit.HighPerformance
-- Version: 8.1.0
+- Version: 8.2.2
- Authors: Microsoft
- Project URL: https://github.com/CommunityToolkit/dotnet
-- Source: [NuGet](https://www.nuget.org/packages/CommunityToolkit.HighPerformance/8.1.0)
+- Source: [NuGet](https://www.nuget.org/packages/CommunityToolkit.HighPerformance/8.2.2)
- License: [MIT](https://raw.githubusercontent.com/CommunityToolkit/dotnet/main/License.md)
@@ -630,69 +598,14 @@ Apache License
-Devlooped.SponsorLink 1.0.0
-
-## Devlooped.SponsorLink
-
-- Version: 1.0.0
-- Authors: Daniel Cazzulino
-- Project URL: https://github.com/devlooped/SponsorLink
-- Source: [NuGet](https://www.nuget.org/packages/Devlooped.SponsorLink/1.0.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.
-```
-
-
-
-
-
-FluentAssertions 6.11.0
+FluentAssertions 6.12.0
## FluentAssertions
-- Version: 6.11.0
+- Version: 6.12.0
- Authors: Dennis Doomen,Jonas Nyrup
- Project URL: https://www.fluentassertions.com/
-- Source: [NuGet](https://www.nuget.org/packages/FluentAssertions/6.11.0)
+- Source: [NuGet](https://www.nuget.org/packages/FluentAssertions/6.12.0)
- License: [Apache-2.0](https://github.com/fluentassertions/fluentassertions/raw/develop/LICENSE)
@@ -894,14 +807,14 @@ third-party archives.
-Microsoft.CodeCoverage 17.7.0
+Microsoft.CodeCoverage 17.8.0
## Microsoft.CodeCoverage
-- 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.CodeCoverage/17.7.0)
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.8.0)
- License: [MIT](https://github.com/microsoft/vstest/raw/v17.7.0/LICENSE)
@@ -935,14 +848,55 @@ SOFTWARE.
-Microsoft.Extensions.Configuration.Abstractions 6.0.0
+Microsoft.Extensions.Configuration.Abstractions 8.0.0
## Microsoft.Extensions.Configuration.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/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.
+```
+
+
+
+
+
+Microsoft.Extensions.DependencyInjection 7.0.0
+
+## Microsoft.Extensions.DependencyInjection
+
+- Version: 7.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/7.0.0)
- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -976,14 +930,14 @@ SOFTWARE.
-Microsoft.Extensions.DependencyInjection.Abstractions 6.0.0
+Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0
## 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.DependencyInjection.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)
@@ -1017,14 +971,55 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks 6.0.21
+Microsoft.Extensions.Diagnostics.Abstractions 8.0.0
+
+## Microsoft.Extensions.Diagnostics.Abstractions
+
+- Version: 8.0.0
+- Authors: Microsoft
+- Project URL: https://dot.net/
+- 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)
+
+
+```
+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.
+```
+
+
+
+
+
+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)
@@ -1058,14 +1053,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)
@@ -1099,14 +1094,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)
@@ -1140,14 +1135,96 @@ 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/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.
+```
+
+
+
+
+
+Microsoft.Extensions.Logging 7.0.0
+
+## Microsoft.Extensions.Logging
+
+- Version: 7.0.0
+- Authors: Microsoft
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging/7.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.
+```
+
+
+
+
+
+Microsoft.Extensions.Logging 8.0.0
+
+## Microsoft.Extensions.Logging
+
+- 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.Logging/8.0.0)
- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
@@ -1181,14 +1258,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)
@@ -1222,14 +1299,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)
@@ -1263,14 +1340,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)
@@ -1304,14 +1381,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.7.0/LICENSE)
@@ -1358,6 +1435,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -1472,7 +1554,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
@@ -1558,6 +1640,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -1672,7 +1759,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
@@ -1745,14 +1832,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.7.0/LICENSE)
@@ -1786,14 +1873,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.7.0/LICENSE)
@@ -1840,6 +1927,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -1954,7 +2046,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
@@ -2027,14 +2119,14 @@ consequential or other damages.
-Minio 5.0.0
+Minio 6.0.1
## Minio
-- Version: 5.0.0
+- Version: 6.0.1
- Authors: MinIO, Inc.
- Project URL: https://github.com/minio/minio-dotnet
-- Source: [NuGet](https://www.nuget.org/packages/Minio/5.0.0)
+- Source: [NuGet](https://www.nuget.org/packages/Minio/6.0.1)
- License: [Apache-2.0](https://github.com/minio/minio-dotnet/raw/master/LICENSE)
@@ -2246,14 +2338,14 @@ Apache License
-Moq 4.20.1
+Moq 4.20.70
## Moq
-- Version: 4.20.1
+- 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.1)
+- 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)
@@ -2306,6 +2398,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -2420,7 +2517,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
@@ -2577,6 +2674,11 @@ specific language governing permissions and limitations under the License.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -2691,7 +2793,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
@@ -2777,8 +2879,13 @@ consequential or other damages.
```
-MICROSOFT SOFTWARE LICENSE
-TERMS
+.NET Library License Terms | .NET
+
+
+
+
+MICROSOFT SOFTWARE LICENSE
+TERMS
MICROSOFT .NET
LIBRARY
@@ -2891,7 +2998,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
@@ -2963,48 +3070,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
@@ -3019,6 +3084,11 @@ SOFTWARE.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -3133,7 +3203,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
@@ -3219,6 +3289,11 @@ consequential or other damages.
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -3333,7 +3408,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
@@ -3415,52 +3490,15 @@ consequential or other damages.
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
- Source: [NuGet](https://www.nuget.org/packages/System.Configuration.ConfigurationManager/4.4.0)
-- 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:
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-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.
```
-
-
+.NET Library License Terms | .NET
-
-System.Console 4.3.0
-
-## System.Console
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Console/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-```
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -3575,7 +3613,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
@@ -3648,19 +3686,24 @@ consequential or other damages.
-System.Diagnostics.Debug 4.3.0
+System.Console 4.3.0
-## System.Diagnostics.Debug
+## System.Console
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.Debug/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Console/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -3775,7 +3818,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
@@ -3848,102 +3891,24 @@ consequential or other damages.
-System.Diagnostics.DiagnosticSource 4.3.0
+System.Diagnostics.Debug 4.3.0
-## System.Diagnostics.DiagnosticSource
+## System.Diagnostics.Debug
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/4.3.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
-
-## System.Diagnostics.EventLog
-
-- Version: 6.0.0
-- Authors: Microsoft
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.EventLog/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:
+- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.Debug/4.3.0)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-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.
```
+.NET Library License Terms | .NET
-
-
-
-
-System.Diagnostics.Tools 4.3.0
-
-## System.Diagnostics.Tools
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.Tools/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-```
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -4058,7 +4023,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
@@ -4131,72 +4096,201 @@ consequential or other damages.
-System.Diagnostics.Tracing 4.3.0
+System.Diagnostics.DiagnosticSource 4.3.0
-## System.Diagnostics.Tracing
+## System.Diagnostics.DiagnosticSource
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.Tracing/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
+- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.DiagnosticSource/4.3.0)
+- License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT)
```
-MICROSOFT SOFTWARE LICENSE
-TERMS
+The MIT License (MIT)
-MICROSOFT .NET
-LIBRARY
+Copyright (c) .NET Foundation and Contributors
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
+All rights reserved.
-If
-you comply with these license terms, you have the rights below.
+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:
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
+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.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
+
+## System.Diagnostics.EventLog
+
+- Version: 6.0.0
+- Authors: Microsoft
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.EventLog/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.Diagnostics.Tools 4.3.0
+
+## System.Diagnostics.Tools
+
+- Version: 4.3.0
+- Authors: Microsoft
+- Owners: microsoft,dotnetframework
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.Tools/4.3.0)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
+
+
+```
+.NET Library License Terms | .NET
+
+
+
+
+MICROSOFT SOFTWARE LICENSE
+TERMS
+
+MICROSOFT .NET
+LIBRARY
+
+These
+license terms are an agreement between you and Microsoft Corporation (or based
+on where you live, one of its affiliates). They apply to the software named
+above. The terms also apply to any Microsoft services or updates for the
+software, except to the extent those have different terms.
+
+If
+you comply with these license terms, you have the rights below.
+
+1. INSTALLATION AND USE RIGHTS.
+You may
+install and use any number of copies of the software to develop and test your applications.
+
+2.
+THIRD PARTY COMPONENTS. The software may include third party components with
+separate legal notices or governed by other agreements, as may be described in
+the ThirdPartyNotices file(s) accompanying the software.
+3.
+ADDITIONAL LICENSING
+REQUIREMENTS AND/OR USE RIGHTS.
+a.
+DISTRIBUTABLE
+CODE. The software is
+comprised of Distributable Code. “Distributable Code” is code that you are
+permitted to distribute in applications you develop if you comply with the
+terms below.
+i. Right to Use and Distribute.
+·
+You may copy and distribute the object code form of the software.
+·
+Third Party Distribution. You may permit distributors of your applications
+to copy and distribute the Distributable Code as part of those applications.
+ii. Distribution Requirements. For any
+Distributable Code you distribute, you must
+·
+use the Distributable Code in your applications and not as a
+standalone distribution;
+·
+require distributors and external end users to agree to terms that
+protect it at least as much as this agreement; and
+·
+indemnify, defend, and hold harmless Microsoft from any claims,
+including attorneys’ fees, related to the distribution or use of your applications,
+except to the extent that any claim is based solely on the unmodified Distributable
+Code.
+iii. Distribution Restrictions. You may not
+·
use Microsoft’s trademarks in your applications’ names or in a way
that suggests your applications come from or are endorsed by Microsoft; or
·
@@ -4258,7 +4352,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
@@ -4331,19 +4425,24 @@ consequential or other damages.
-System.Globalization 4.3.0
+System.Diagnostics.Tracing 4.3.0
-## System.Globalization
+## System.Diagnostics.Tracing
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Globalization/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Diagnostics.Tracing/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -4458,7 +4557,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
@@ -4531,19 +4630,24 @@ consequential or other damages.
-System.Globalization.Calendars 4.3.0
+System.Globalization 4.3.0
-## System.Globalization.Calendars
+## System.Globalization
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Globalization.Calendars/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Globalization/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -4658,7 +4762,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
@@ -4731,19 +4835,24 @@ consequential or other damages.
-System.Globalization.Extensions 4.3.0
+System.Globalization.Calendars 4.3.0
-## System.Globalization.Extensions
+## System.Globalization.Calendars
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Globalization.Extensions/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Globalization.Calendars/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -4858,7 +4967,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
@@ -4931,19 +5040,24 @@ consequential or other damages.
-System.IO 4.3.0
+System.Globalization.Extensions 4.3.0
-## System.IO
+## System.Globalization.Extensions
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.IO/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Globalization.Extensions/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -5058,7 +5172,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
@@ -5131,119 +5245,42 @@ consequential or other damages.
-System.IO.Abstractions 17.2.3
+System.IO 4.3.0
-## System.IO.Abstractions
+## System.IO
-- Version: 17.2.3
-- 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)
-- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
+- Version: 4.3.0
+- Authors: Microsoft
+- Owners: microsoft,dotnetframework
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/System.IO/4.3.0)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
-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:
+.NET Library License Terms | .NET
-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.
-```
-
+MICROSOFT SOFTWARE LICENSE
+TERMS
-
-System.IO.Abstractions.TestingHelpers 17.2.3
+MICROSOFT .NET
+LIBRARY
-## System.IO.Abstractions.TestingHelpers
+These
+license terms are an agreement between you and Microsoft Corporation (or based
+on where you live, one of its affiliates). They apply to the software named
+above. The terms also apply to any Microsoft services or updates for the
+software, except to the extent those have different terms.
-- Version: 17.2.3
-- 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)
-- License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE)
+If
+you comply with these license terms, you have the rights below.
-
-```
-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.
-```
-
-
-
-
-
-System.IO.Compression 4.3.0
-
-## System.IO.Compression
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.IO.Compression/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-
-
-```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
+1. INSTALLATION AND USE RIGHTS.
+You may
+install and use any number of copies of the software to develop and test your applications.
2.
THIRD PARTY COMPONENTS. The software may include third party components with
@@ -5340,7 +5377,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
@@ -5413,19 +5450,106 @@ consequential or other damages.
-System.IO.Compression.ZipFile 4.3.0
+System.IO.Abstractions 20.0.4
-## System.IO.Compression.ZipFile
+## 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/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.
+```
+
+
+
+
+
+System.IO.Abstractions.TestingHelpers 20.0.4
+
+## 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/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.
+```
+
+
+
+
+
+System.IO.Compression 4.3.0
+
+## System.IO.Compression
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.IO.Compression.ZipFile/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.IO.Compression/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -5540,7 +5664,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
@@ -5613,19 +5737,24 @@ consequential or other damages.
-System.IO.FileSystem 4.3.0
+System.IO.Compression.ZipFile 4.3.0
-## System.IO.FileSystem
+## System.IO.Compression.ZipFile
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.IO.FileSystem/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.IO.Compression.ZipFile/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -5740,7 +5869,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
@@ -5813,19 +5942,24 @@ consequential or other damages.
-System.IO.FileSystem.Primitives 4.3.0
+System.IO.FileSystem 4.3.0
-## System.IO.FileSystem.Primitives
+## System.IO.FileSystem
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.IO.FileSystem.Primitives/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.IO.FileSystem/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -5940,7 +6074,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
@@ -6013,101 +6147,24 @@ consequential or other damages.
-System.IO.Hashing 7.0.0
-
-## System.IO.Hashing
-
-- Version: 7.0.0
-- Authors: Microsoft
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.IO.Hashing/7.0.0)
-- License: [MIT](https://raw.githubusercontent.com/dotnet/runtime/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.IO.Pipelines 6.0.3
+System.IO.FileSystem.Primitives 4.3.0
-## System.IO.Pipelines
+## System.IO.FileSystem.Primitives
-- Version: 6.0.3
+- Version: 4.3.0
- Authors: Microsoft
+- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.IO.Pipelines/6.0.3)
-- 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:
+- Source: [NuGet](https://www.nuget.org/packages/System.IO.FileSystem.Primitives/4.3.0)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-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.
```
+.NET Library License Terms | .NET
-
-
-
-
-System.Linq 4.3.0
-
-## System.Linq
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Linq/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-```
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -6222,7 +6279,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
@@ -6295,19 +6352,65 @@ consequential or other damages.
-System.Linq.Expressions 4.3.0
+System.IO.Hashing 7.0.0
-## System.Linq.Expressions
+## System.IO.Hashing
+
+- Version: 7.0.0
+- Authors: Microsoft
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/System.IO.Hashing/7.0.0)
+- License: [MIT](https://raw.githubusercontent.com/dotnet/runtime/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.Linq 4.3.0
+
+## System.Linq
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Linq.Expressions/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Linq/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -6422,7 +6525,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
@@ -6495,61 +6598,24 @@ consequential or other damages.
-System.Memory 4.5.4
+System.Linq.Expressions 4.3.0
-## System.Memory
+## System.Linq.Expressions
-- Version: 4.5.4
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Memory/4.5.4)
-- 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:
+- Source: [NuGet](https://www.nuget.org/packages/System.Linq.Expressions/4.3.0)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-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.
```
+.NET Library License Terms | .NET
-
-
-
-
-System.Net.Http 4.3.0
-
-## System.Net.Http
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Net.Http/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-```
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -6664,7 +6730,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
@@ -6737,19 +6803,24 @@ consequential or other damages.
-System.Net.Primitives 4.3.0
+System.Net.Http 4.3.0
-## System.Net.Primitives
+## System.Net.Http
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Net.Primitives/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Net.Http/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -6864,7 +6935,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
@@ -6937,19 +7008,24 @@ consequential or other damages.
-System.Net.Sockets 4.3.0
+System.Net.Primitives 4.3.0
-## System.Net.Sockets
+## System.Net.Primitives
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Net.Sockets/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Net.Primitives/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -7064,7 +7140,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
@@ -7137,19 +7213,24 @@ consequential or other damages.
-System.ObjectModel 4.3.0
+System.Net.Sockets 4.3.0
-## System.ObjectModel
+## System.Net.Sockets
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.ObjectModel/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Net.Sockets/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -7264,7 +7345,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
@@ -7337,101 +7418,24 @@ consequential or other damages.
-System.Reactive 5.0.0
-
-## System.Reactive
-
-- Version: 5.0.0
-- Authors: .NET Foundation and Contributors
-- Project URL: https://github.com/dotnet/reactive
-- Source: [NuGet](https://www.nuget.org/packages/System.Reactive/5.0.0)
-- License: [MIT](https://github.com/dotnet/reactive/raw/main/LICENSE)
-
-
-```
-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.Reactive.Linq 5.0.0
-
-## System.Reactive.Linq
-
-- Version: 5.0.0
-- Authors: .NET Foundation and Contributors
-- Project URL: https://github.com/dotnet/reactive
-- Source: [NuGet](https://www.nuget.org/packages/System.Reactive.Linq/5.0.0)
-- License: [MIT](https://github.com/dotnet/reactive/raw/main/LICENSE)
-
-
-```
-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.Reflection 4.3.0
+System.ObjectModel 4.3.0
-## System.Reflection
+## System.ObjectModel
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Reflection/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.ObjectModel/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -7546,7 +7550,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
@@ -7619,23 +7623,69 @@ consequential or other damages.
-System.Reflection.Emit 4.3.0
+System.Reactive 6.0.0
-## System.Reflection.Emit
+## System.Reactive
+
+- Version: 6.0.0
+- Authors: .NET Foundation and Contributors
+- Project URL: https://github.com/dotnet/reactive
+- Source: [NuGet](https://www.nuget.org/packages/System.Reactive/6.0.0)
+- License: [MIT](https://github.com/dotnet/reactive/raw/main/LICENSE)
+
+
+```
+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.Reflection 4.3.0
+
+## System.Reflection
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Emit/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Reflection/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
-MICROSOFT SOFTWARE LICENSE
-TERMS
+.NET Library License Terms | .NET
-MICROSOFT .NET
+
+
+
+MICROSOFT SOFTWARE LICENSE
+TERMS
+
+MICROSOFT .NET
LIBRARY
These
@@ -7746,7 +7796,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
@@ -7819,19 +7869,24 @@ consequential or other damages.
-System.Reflection.Emit.ILGeneration 4.3.0
+System.Reflection.Emit 4.3.0
-## System.Reflection.Emit.ILGeneration
+## System.Reflection.Emit
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Emit.ILGeneration/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Emit/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -7946,7 +8001,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
@@ -8019,19 +8074,24 @@ consequential or other damages.
-System.Reflection.Emit.Lightweight 4.3.0
+System.Reflection.Emit.ILGeneration 4.3.0
-## System.Reflection.Emit.Lightweight
+## System.Reflection.Emit.ILGeneration
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Emit.Lightweight/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Emit.ILGeneration/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -8146,7 +8206,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
@@ -8219,19 +8279,24 @@ consequential or other damages.
-System.Reflection.Extensions 4.3.0
+System.Reflection.Emit.Lightweight 4.3.0
-## System.Reflection.Extensions
+## System.Reflection.Emit.Lightweight
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Extensions/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Emit.Lightweight/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -8346,7 +8411,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
@@ -8419,61 +8484,24 @@ consequential or other damages.
-System.Reflection.Metadata 1.6.0
+System.Reflection.Extensions 4.3.0
-## System.Reflection.Metadata
+## System.Reflection.Extensions
-- Version: 1.6.0
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Metadata/1.6.0)
-- 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:
+- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Extensions/4.3.0)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-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.
```
+.NET Library License Terms | .NET
-
-
-
-
-System.Reflection.Primitives 4.3.0
-
-## System.Reflection.Primitives
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Primitives/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-```
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -8588,7 +8616,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
@@ -8661,19 +8689,66 @@ consequential or other damages.
-System.Reflection.TypeExtensions 4.3.0
+System.Reflection.Metadata 1.6.0
-## System.Reflection.TypeExtensions
+## System.Reflection.Metadata
+
+- Version: 1.6.0
+- Authors: Microsoft
+- Owners: microsoft,dotnetframework
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Metadata/1.6.0)
+- 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.Reflection.Primitives 4.3.0
+
+## System.Reflection.Primitives
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.TypeExtensions/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.Primitives/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -8788,7 +8863,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
@@ -8861,19 +8936,24 @@ consequential or other damages.
-System.Resources.ResourceManager 4.3.0
+System.Reflection.TypeExtensions 4.3.0
-## System.Resources.ResourceManager
+## System.Reflection.TypeExtensions
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Resources.ResourceManager/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Reflection.TypeExtensions/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -8988,7 +9068,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
@@ -9061,19 +9141,24 @@ consequential or other damages.
-System.Runtime 4.3.0
+System.Resources.ResourceManager 4.3.0
-## System.Runtime
+## System.Resources.ResourceManager
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Runtime/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Resources.ResourceManager/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -9188,7 +9273,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
@@ -9261,60 +9346,24 @@ consequential or other damages.
-System.Runtime.CompilerServices.Unsafe 6.0.0
+System.Runtime 4.3.0
-## System.Runtime.CompilerServices.Unsafe
+## System.Runtime
-- Version: 6.0.0
+- Version: 4.3.0
- Authors: Microsoft
+- Owners: microsoft,dotnetframework
- 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:
+- Source: [NuGet](https://www.nuget.org/packages/System.Runtime/4.3.0)
+- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-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.
```
+.NET Library License Terms | .NET
-
-
-
-
-System.Runtime.Extensions 4.3.0
-
-## System.Runtime.Extensions
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.Extensions/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-```
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -9429,7 +9478,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
@@ -9502,19 +9551,24 @@ consequential or other damages.
-System.Runtime.Handles 4.3.0
+System.Runtime.Extensions 4.3.0
-## System.Runtime.Handles
+## System.Runtime.Extensions
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.Handles/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.Extensions/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -9629,7 +9683,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
@@ -9702,19 +9756,24 @@ consequential or other damages.
-System.Runtime.InteropServices 4.3.0
+System.Runtime.Handles 4.3.0
-## System.Runtime.InteropServices
+## System.Runtime.Handles
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.InteropServices/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.Handles/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -9829,7 +9888,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
@@ -9902,19 +9961,24 @@ consequential or other damages.
-System.Runtime.InteropServices.RuntimeInformation 4.3.0
+System.Runtime.InteropServices 4.3.0
-## System.Runtime.InteropServices.RuntimeInformation
+## System.Runtime.InteropServices
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.InteropServices.RuntimeInformation/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.InteropServices/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -10029,7 +10093,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
@@ -10102,19 +10166,24 @@ consequential or other damages.
-System.Runtime.Numerics 4.3.0
+System.Runtime.InteropServices.RuntimeInformation 4.3.0
-## System.Runtime.Numerics
+## System.Runtime.InteropServices.RuntimeInformation
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.Numerics/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.InteropServices.RuntimeInformation/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -10229,7 +10298,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
@@ -10302,19 +10371,24 @@ consequential or other damages.
-System.Security.Cryptography.Algorithms 4.3.0
+System.Runtime.Numerics 4.3.0
-## System.Security.Cryptography.Algorithms
+## System.Runtime.Numerics
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Algorithms/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Runtime.Numerics/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -10429,7 +10503,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
@@ -10502,219 +10576,24 @@ consequential or other damages.
-System.Security.Cryptography.Cng 4.3.0
+System.Security.Cryptography.Algorithms 4.3.0
-## System.Security.Cryptography.Cng
+## System.Security.Cryptography.Algorithms
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Cng/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Algorithms/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
+.NET Library License Terms | .NET
-
-
-
-
-System.Security.Cryptography.Csp 4.3.0
-
-## System.Security.Cryptography.Csp
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Csp/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-```
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -10829,7 +10708,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
@@ -10902,19 +10781,24 @@ consequential or other damages.
-System.Security.Cryptography.Encoding 4.3.0
+System.Security.Cryptography.Cng 4.3.0
-## System.Security.Cryptography.Encoding
+## System.Security.Cryptography.Cng
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Encoding/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Cng/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -11029,7 +10913,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
@@ -11102,2663 +10986,24 @@ consequential or other damages.
-System.Security.Cryptography.OpenSsl 4.3.0
+System.Security.Cryptography.Csp 4.3.0
-## System.Security.Cryptography.OpenSsl
+## System.Security.Cryptography.Csp
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Csp/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
-MICROSOFT SOFTWARE LICENSE
-TERMS
+.NET Library License Terms | .NET
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-If
-you comply with these license terms, you have the rights below.
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
-
-
-
-
-
-System.Security.Cryptography.Primitives 4.3.0
-
-## System.Security.Cryptography.Primitives
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Primitives/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-
-
-```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
-
-
-
-
-
-System.Security.Cryptography.ProtectedData 4.4.0
-
-## System.Security.Cryptography.ProtectedData
-
-- Version: 4.4.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.ProtectedData/4.4.0)
-- 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.Security.Cryptography.X509Certificates 4.3.0
-
-## System.Security.Cryptography.X509Certificates
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.X509Certificates/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-
-
-```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
-
-
-
-
-
-System.Text.Encoding 4.3.0
-
-## System.Text.Encoding
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Text.Encoding/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-
-
-```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
-
-
-
-
-
-System.Text.Encoding.Extensions 4.3.0
-
-## System.Text.Encoding.Extensions
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Text.Encoding.Extensions/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-
-
-```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
-
-
-
-
-
-System.Text.RegularExpressions 4.3.0
-
-## System.Text.RegularExpressions
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Text.RegularExpressions/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-
-
-```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
-
-
-
-
-
-System.Threading 4.3.0
-
-## System.Threading
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Threading/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-
-
-```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
-
-
-
-
-
-System.Threading.Channels 4.7.1
-
-## System.Threading.Channels
-
-- Version: 4.7.1
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://github.com/dotnet/corefx
-- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Channels/4.7.1)
-- License: [MIT]( https://github.com/dotnet/corefx/blob/master/LICENSE.TXT)
-
-
-```
-corefx/LICENSE.TXT at master · dotnet/corefx · GitHub
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Skip to content
-
-
-
-
-
-
-
-Toggle navigation
-
-
-
-
-
-
-
-
-
-
- Sign up
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Product
-
-
-
-
-
-
-
-
-
-
-
-
-
-Actions
- Automate any workflow
-
-
-
-
-
-
-
-
-Packages
- Host and manage packages
-
-
-
-
-
-
-
-
-Security
- Find and fix vulnerabilities
-
-
-
-
-
-
-
-
-Codespaces
- Instant dev environments
-
-
-
-
-
-
-
-
-Copilot
- Write better code with AI
-
-
-
-
-
-
-
-
-Code review
- Manage code changes
-
-
-
-
-
-
-
-
-Issues
- Plan and track work
-
-
-
-
-
-
-
-
-Discussions
- Collaborate outside of code
-
-
-
-
-
-Explore
-
-
-
- All features
-
-
-
-
-
- Documentation
-
-
-
-
-
-
-
- GitHub Skills
-
-
-
-
-
-
-
- Blog
-
-
-
-
-
-
-
-
-
-
-
- Solutions
-
-
-
-
-
-
-For
-
-
-
- Enterprise
-
-
-
-
-
- Teams
-
-
-
-
-
- Startups
-
-
-
-
-
- Education
-
-
-
-
-
-
-
-
-By Solution
-
-
-
- CI/CD & Automation
-
-
-
-
-
- DevOps
-
-
-
-
-
-
-
- DevSecOps
-
-
-
-
-
-
-
-
-Resources
-
-
-
- Customer Stories
-
-
-
-
-
- White papers, Ebooks, Webinars
-
-
-
-
-
-
-
- Partners
-
-
-
-
-
-
-
-
-
-
-
- Open Source
-
-
-
-
-
-
-
-
-
-
-GitHub Sponsors
- Fund open source developers
-
-
-
-
-
-
-
-
-
-The ReadME Project
- GitHub community articles
-
-
-
-
-
-Repositories
-
-
-
- Topics
-
-
-
-
-
- Trending
-
-
-
-
-
- Collections
-
-
-
-
-
-
-
-
-Pricing
-
-
-
-
-
-
-
-
-
-
-
-
-Search or jump to...
-
-
-
-
-
-
-
-Search code, repositories, users, issues, pull requests...
-
-
-
-
-
-
- Search
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Clear
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Search syntax tips
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Provide feedback
-
-
-
-
-
-
-
-
-
-
-We read every piece of feedback, and take your input very seriously.
-
-
-Include my email address so I can be contacted
-
- Cancel
-
- Submit feedback
-
-
-
-
-
-
-
-
-
-
- Saved searches
-
-Use saved searches to filter your results more quickly
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Name
-
-
-
-
-
-
-Query
-
-
-
- To see all available qualifiers, see our documentation.
-
-
-
-
-
-
- Cancel
-
- Create saved search
-
-
-
-
-
-
-
-
- Sign in
-
-
-
- Sign up
-
-
-
-
-
-
-
-
-
-
-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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
-
-
-
-
-
-
-
-
-
- dotnet
-
-/
-
-corefx
-
-Public archive
-
-
-
-
-
-
-
-Notifications
-
-
-
-
-
-Fork
- 5.2k
-
-
-
-
-
-
-
- Star
- 17.8k
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Code
-
-
-
-
-
-
-
-Pull requests
-0
-
-
-
-
-
-
-Security
-
-
-
-
-
-
-
-Insights
-
-
-
-
-
-
-
-
-More
-
-
-
-
-
-
- Code
-
-
-
- Pull requests
-
-
-
- Security
-
-
-
- Insights
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Footer
-
-
-
-
-
-
-
-
- © 2023 GitHub, Inc.
-
-
-
-
-Footer navigation
-
-Terms
-Privacy
-Security
-Status
-Docs
-Contact GitHub
-Pricing
-API
-Training
-Blog
-About
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- You can’t perform that action at this time.
-```
-
-
-
-
-
-System.Threading.Tasks 4.3.0
-
-## System.Threading.Tasks
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Tasks/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-
-
-```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
-
-
-
-
-
-System.Threading.Tasks.Extensions 4.3.0
-
-## System.Threading.Tasks.Extensions
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Tasks.Extensions/4.3.0)
-- License: [MIT](https://dotnet.microsoft.com/en-us/dotnet_library_license.htm)
-
-
-```
-MICROSOFT SOFTWARE LICENSE
-TERMS
-
-MICROSOFT .NET
-LIBRARY
-
-These
-license terms are an agreement between you and Microsoft Corporation (or based
-on where you live, one of its affiliates). They apply to the software named
-above. The terms also apply to any Microsoft services or updates for the
-software, except to the extent those have different terms.
-
-If
-you comply with these license terms, you have the rights below.
-
-1. INSTALLATION AND USE RIGHTS.
-You may
-install and use any number of copies of the software to develop and test your applications.
-
-2.
-THIRD PARTY COMPONENTS. The software may include third party components with
-separate legal notices or governed by other agreements, as may be described in
-the ThirdPartyNotices file(s) accompanying the software.
-3.
-ADDITIONAL LICENSING
-REQUIREMENTS AND/OR USE RIGHTS.
-a.
-DISTRIBUTABLE
-CODE. The software is
-comprised of Distributable Code. “Distributable Code” is code that you are
-permitted to distribute in applications you develop if you comply with the
-terms below.
-i. Right to Use and Distribute.
-·
-You may copy and distribute the object code form of the software.
-·
-Third Party Distribution. You may permit distributors of your applications
-to copy and distribute the Distributable Code as part of those applications.
-ii. Distribution Requirements. For any
-Distributable Code you distribute, you must
-·
-use the Distributable Code in your applications and not as a
-standalone distribution;
-·
-require distributors and external end users to agree to terms that
-protect it at least as much as this agreement; and
-·
-indemnify, defend, and hold harmless Microsoft from any claims,
-including attorneys’ fees, related to the distribution or use of your applications,
-except to the extent that any claim is based solely on the unmodified Distributable
-Code.
-iii. Distribution Restrictions. You may not
-·
-use Microsoft’s trademarks in your applications’ names or in a way
-that suggests your applications come from or are endorsed by Microsoft; or
-·
-modify or distribute the source code of any Distributable Code so
-that any part of it becomes subject to an Excluded License. An “Excluded
-License” is one that requires, as a condition of use, modification or
-distribution of code, that (i) it be disclosed or distributed in source code
-form; or (ii) others have the right to modify it.
-4.
-DATA.
-a.
-Data Collection. The software may collect
-information about you and your use of the software, and send that to Microsoft.
-Microsoft may use this information to provide services and improve our products
-and services. You may opt-out of many of these scenarios, but not all, as
-described in the software documentation. There are also some features in the software that may enable you and
-Microsoft to collect data from users of your applications. If you use
-these features, you must comply with applicable law, including providing
-appropriate notices to users of your applications together with Microsoft’s
-privacy statement. Our privacy statement is located at https://go.microsoft.com/fwlink/?LinkID=824704. You can learn more about data
-collection and its use from the software documentation and our privacy
-statement. Your use of the software operates as your consent to these
-practices.
-b.
-Processing of Personal Data. To the extent Microsoft is a
-processor or subprocessor of personal data in connection with the software,
-Microsoft makes the commitments in the European Union General Data Protection
-Regulation Terms of the Online Services Terms to all customers effective May
-25, 2018, at https://learn.microsoft.com/en-us/legal/gdpr.
-5.
-Scope of
-License. The software is licensed, not sold. This agreement
-only gives you some rights to use the software. Microsoft reserves all other
-rights. Unless applicable law gives you more rights despite this limitation,
-you may use the software only as expressly permitted in this agreement. In
-doing so, you must comply with any technical limitations in the software that
-only allow you to use it in certain ways. You may not
-·
-work around any technical
-limitations in the software;
-·
-reverse engineer, decompile or
-disassemble the software, or otherwise attempt to derive the source code for
-the software, except and to the extent required by third party licensing terms
-governing use of certain open source components that may be included in the
-software;
-·
-remove, minimize, block or modify
-any notices of Microsoft or its suppliers in the software;
-·
-use the software in any way that
-is against the law; or
-·
-share, publish, rent or lease the
-software, provide the software as a stand-alone offering for others to use, or
-transfer the software or this agreement to any third party.
-6.
-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.
-7.
-SUPPORT
-SERVICES. Because this software is “as is,” we may not provide
-support services for it.
-8.
-Entire
-Agreement. This
-agreement, and the terms for supplements, updates, Internet-based services and
-support services that you use, are the entire agreement for the software and
-support services.
-9. Applicable Law. If you acquired the software in the United States, Washington law
-applies to interpretation of and claims for breach of this agreement, and the
-laws of the state where you live apply to all other claims. If you acquired the
-software in any other country, its laws apply.
-10. CONSUMER RIGHTS; REGIONAL VARIATIONS. This agreement describes certain legal rights. You
-may have other rights, including consumer rights, under the laws of your state
-or country. Separate and apart from your relationship with Microsoft, you may
-also have rights with respect to the party from which you acquired the
-software. This agreement does not change those other rights if the laws of your
-state or country do not permit it to do so. For example, if you acquired the
-software in one of the below regions, or mandatory country law applies, then
-the following provisions apply to you:
-a) Australia. You have statutory guarantees under the Australian Consumer
-Law and nothing in this agreement is intended to affect those rights.
-b) Canada. If you acquired this software in Canada, you may stop
-receiving updates by turning off the automatic update feature, disconnecting
-your device from the Internet (if and when you re-connect to the Internet,
-however, the software will resume checking for and installing updates), or uninstalling
-the software. The product documentation, if any, may also specify how to turn
-off updates for your specific device or software.
-c) Germany and Austria.
-(i) Warranty. The software will perform
-substantially as described in any Microsoft materials that accompany it.
-However, Microsoft gives no contractual guarantee in relation to the software.
-(ii) Limitation of Liability. In case of
-intentional conduct, gross negligence, claims based on the Product Liability
-Act, as well as in case of death or personal or physical injury, Microsoft is
-liable according to the statutory law.
-Subject to the foregoing clause (ii), Microsoft will only
-be liable for slight negligence if Microsoft is in breach of such material
-contractual obligations, the fulfillment of which facilitate the due
-performance of this agreement, the breach of which would endanger the purpose
-of this agreement and the compliance with which a party may constantly trust in
-(so-called "cardinal obligations"). In other cases of slight negligence,
-Microsoft will not be liable for slight negligence
-11. Disclaimer of Warranty. THE SOFTWARE IS LICENSED “AS-IS.” YOU BEAR THE RISK
-OF USING IT. MICROSOFT GIVES NO EXPRESS WARRANTIES, GUARANTEES OR CONDITIONS.
-TO THE EXTENT PERMITTED UNDER YOUR LOCAL LAWS, MICROSOFT EXCLUDES THE IMPLIED
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NON-INFRINGEMENT.
-12.
-Limitation
-on and Exclusion of Remedies and Damages. YOU
-CAN RECOVER FROM MICROSOFT AND ITS SUPPLIERS ONLY DIRECT DAMAGES UP TO U.S.
-$5.00. YOU CANNOT RECOVER ANY OTHER DAMAGES, INCLUDING CONSEQUENTIAL, LOST
-PROFITS, SPECIAL, INDIRECT OR INCIDENTAL DAMAGES.
-This limitation applies to (a)
-anything related to the software, services, content (including code) on third
-party Internet sites, or third party applications; and (b) claims for breach of
-contract, breach of warranty, guarantee or condition, strict liability,
-negligence, or other tort to the extent permitted by applicable law.
-It
-also applies even if Microsoft knew or should have known about the possibility
-of the damages. The above limitation or exclusion may not apply to you because
-your state or country may not allow the exclusion or limitation of incidental,
-consequential or other damages.
-```
-
-
-
-
-
-System.Threading.Tasks.Extensions 4.5.4
-
-## System.Threading.Tasks.Extensions
-
-- Version: 4.5.4
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Tasks.Extensions/4.5.4)
-- 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.Threading.Timer 4.3.0
-
-## System.Threading.Timer
-
-- Version: 4.3.0
-- Authors: Microsoft
-- Owners: microsoft,dotnetframework
-- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Timer/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
-
-
-```
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -13873,7 +11118,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
@@ -13946,19 +11191,24 @@ consequential or other damages.
-System.Xml.ReaderWriter 4.3.0
+System.Security.Cryptography.Encoding 4.3.0
-## System.Xml.ReaderWriter
+## System.Security.Cryptography.Encoding
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Xml.ReaderWriter/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Encoding/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14073,7 +11323,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
@@ -14146,19 +11396,24 @@ consequential or other damages.
-System.Xml.XDocument 4.3.0
+System.Security.Cryptography.OpenSsl 4.3.0
-## System.Xml.XDocument
+## System.Security.Cryptography.OpenSsl
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/System.Xml.XDocument/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14273,7 +11528,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
@@ -14346,58 +11601,24 @@ consequential or other damages.
-coverlet.collector 6.0.0
-
-## coverlet.collector
-
-- Version: 6.0.0
-- Authors: tonerdo
-- Project URL: https://github.com/coverlet-coverage/coverlet
-- Source: [NuGet](https://www.nuget.org/packages/coverlet.collector/6.0.0)
-- License: [MIT](https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE)
-
-
-```
-The MIT License (MIT)
-
-Copyright (c) 2018 Toni Solarin-Sodara
-
-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.
-```
-
-
-
-
-
-runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+System.Security.Cryptography.Primitives 4.3.0
-## runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## System.Security.Cryptography.Primitives
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.Primitives/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14512,7 +11733,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
@@ -14585,19 +11806,66 @@ consequential or other damages.
-runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+System.Security.Cryptography.ProtectedData 4.4.0
-## runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## System.Security.Cryptography.ProtectedData
+
+- Version: 4.4.0
+- Authors: Microsoft
+- Owners: microsoft,dotnetframework
+- Project URL: https://dot.net/
+- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.ProtectedData/4.4.0)
+- 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.Security.Cryptography.X509Certificates 4.3.0
-- Version: 4.3.2
+## System.Security.Cryptography.X509Certificates
+
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/System.Security.Cryptography.X509Certificates/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14712,7 +11980,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
@@ -14785,19 +12053,24 @@ consequential or other damages.
-runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+System.Text.Encoding 4.3.0
-## runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## System.Text.Encoding
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Text.Encoding/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -14912,7 +12185,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
@@ -14985,19 +12258,24 @@ consequential or other damages.
-runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+System.Text.Encoding.Extensions 4.3.0
-## runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## System.Text.Encoding.Extensions
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/System.Text.Encoding.Extensions/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15112,7 +12390,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
@@ -15185,19 +12463,24 @@ consequential or other damages.
-runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+System.Text.RegularExpressions 4.3.0
-## runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## System.Text.RegularExpressions
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Text.RegularExpressions/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15312,7 +12595,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
@@ -15385,19 +12668,24 @@ consequential or other damages.
-runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+System.Threading 4.3.0
-## runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## System.Threading
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/System.Threading/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15512,7 +12800,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
@@ -15585,19 +12873,24 @@ consequential or other damages.
-runtime.native.System 4.3.0
+System.Threading.Tasks 4.3.0
-## runtime.native.System
+## System.Threading.Tasks
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Tasks/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15712,7 +13005,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
@@ -15785,19 +13078,24 @@ consequential or other damages.
-runtime.native.System.IO.Compression 4.3.0
+System.Threading.Tasks.Extensions 4.3.0
-## runtime.native.System.IO.Compression
+## System.Threading.Tasks.Extensions
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.IO.Compression/4.3.0)
-- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
+- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Tasks.Extensions/4.3.0)
+- License: [MIT](https://dotnet.microsoft.com/en-us/dotnet_library_license.htm)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -15912,7 +13210,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
@@ -15985,19 +13283,24 @@ consequential or other damages.
-runtime.native.System.Net.Http 4.3.0
+System.Threading.Timer 4.3.0
-## runtime.native.System.Net.Http
+## System.Threading.Timer
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Net.Http/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Timer/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -16112,7 +13415,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
@@ -16185,19 +13488,24 @@ consequential or other damages.
-runtime.native.System.Security.Cryptography.Apple 4.3.0
+System.Xml.ReaderWriter 4.3.0
-## runtime.native.System.Security.Cryptography.Apple
+## System.Xml.ReaderWriter
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Security.Cryptography.Apple/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Xml.ReaderWriter/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -16312,7 +13620,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
@@ -16385,19 +13693,24 @@ consequential or other damages.
-runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+System.Xml.XDocument 4.3.0
-## runtime.native.System.Security.Cryptography.OpenSsl
+## System.Xml.XDocument
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/System.Xml.XDocument/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -16512,7 +13825,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
@@ -16585,19 +13898,186 @@ consequential or other damages.
-runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+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
-## runtime.native.System.Security.Cryptography.OpenSsl
+## 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
+
+## coverlet.collector
+
+- Version: 6.0.0
+- Authors: tonerdo
+- Project URL: https://github.com/coverlet-coverage/coverlet
+- Source: [NuGet](https://www.nuget.org/packages/coverlet.collector/6.0.0)
+- License: [MIT](https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE)
+
+
+```
+The MIT License (MIT)
+
+Copyright (c) 2018 Toni Solarin-Sodara
+
+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.
+```
+
+
+
+
+
+runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+
+## runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -16712,7 +14192,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
@@ -16785,19 +14265,24 @@ consequential or other damages.
-runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
-## runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -16912,7 +14397,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
@@ -16985,19 +14470,24 @@ consequential or other damages.
-runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
-## runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -17112,7 +14602,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
@@ -17185,19 +14675,24 @@ consequential or other damages.
-runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+runtime.native.System 4.3.0
-## runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.native.System
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -17312,7 +14807,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
@@ -17385,19 +14880,24 @@ consequential or other damages.
-runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+runtime.native.System.IO.Compression 4.3.0
-## runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.native.System.IO.Compression
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.IO.Compression/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -17512,7 +15012,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
@@ -17585,19 +15085,24 @@ consequential or other damages.
-runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0
+runtime.native.System.Net.Http 4.3.0
-## runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple
+## runtime.native.System.Net.Http
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Net.Http/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -17712,7 +15217,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
@@ -17785,19 +15290,24 @@ consequential or other damages.
-runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+runtime.native.System.Security.Cryptography.Apple 4.3.0
-## runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.native.System.Security.Cryptography.Apple
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Security.Cryptography.Apple/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -17912,7 +15422,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
@@ -17985,19 +15495,24 @@ consequential or other damages.
-runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
-## runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.native.System.Security.Cryptography.OpenSsl
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -18112,7 +15627,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
@@ -18185,19 +15700,24 @@ consequential or other damages.
-runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
-## runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -18312,7 +15832,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
@@ -18385,19 +15905,24 @@ consequential or other damages.
-runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
-## runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -18512,7 +16037,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
@@ -18585,19 +16110,24 @@ consequential or other damages.
-runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple 4.3.0
-## runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -18712,7 +16242,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
@@ -18785,19 +16315,24 @@ consequential or other damages.
-runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
-## runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -18912,7 +16447,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
@@ -18985,19 +16520,24 @@ consequential or other damages.
-runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
-## runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -19112,7 +16652,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
@@ -19185,19 +16725,24 @@ consequential or other damages.
-runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
-## runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -19312,7 +16857,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
@@ -19385,19 +16930,24 @@ consequential or other damages.
-runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
+runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
-## runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
+## runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl
- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -19512,7 +17062,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
@@ -19585,19 +17135,24 @@ consequential or other damages.
-runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.2
+runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl 4.3.0
## runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl
-- Version: 4.3.2
+- Version: 4.3.0
- Authors: Microsoft
- Owners: microsoft,dotnetframework
- Project URL: https://dot.net/
-- Source: [NuGet](https://www.nuget.org/packages/runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2)
+- Source: [NuGet](https://www.nuget.org/packages/runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0)
- License: [MICROSOFT .NET LIBRARY License]( http://go.microsoft.com/fwlink/?LinkId=329770)
```
+.NET Library License Terms | .NET
+
+
+
+
MICROSOFT SOFTWARE LICENSE
TERMS
@@ -19712,7 +17267,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
@@ -19785,13 +17340,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)
@@ -19917,13 +17472,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)
@@ -19948,13 +17503,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)
@@ -20013,13 +17568,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)
@@ -20078,13 +17633,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)
@@ -20143,13 +17698,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)
@@ -20208,14 +17763,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)