diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f050fd358..47ed9b252 100755 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: nuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -82,7 +82,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -91,7 +91,7 @@ jobs: dotnet-version: "8.0.x" - name: Enable NuGet cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -123,7 +123,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -135,13 +135,13 @@ jobs: run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH - name: Install License Finder tool with Homebrew - uses: tecoli-com/actions-use-homebrew-tools@v1.1 + uses: tecoli-com/actions-use-homebrew-tools@v1.2 with: tools: licensefinder cache: yes - name: Enable NuGet cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -194,14 +194,14 @@ jobs: dotnet-version: "8.0.x" - name: Enable NuGet cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} restore-keys: | ${{ runner.os }}-nuget - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -264,7 +264,7 @@ jobs: DOTNET_TEST: ${{ matrix.database }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -273,7 +273,7 @@ jobs: dotnet-version: "8.0.x" - name: Enable NuGet cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -315,7 +315,7 @@ jobs: MAJORMINORPATCH: ${{ needs.calc-version.outputs.majorMinorPatch }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] fail-fast: true outputs: @@ -329,7 +329,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -338,7 +338,7 @@ jobs: dotnet-version: "8.0.x" - name: Enable NuGet cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -481,7 +481,7 @@ jobs: env: SEMVER: ${{ needs.calc-version.outputs.semVer }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -490,7 +490,7 @@ jobs: dotnet-version: "8.0.x" - name: Enable NuGet cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} @@ -498,7 +498,7 @@ jobs: ${{ runner.os }}-nuget - name: Setup DocFX - uses: crazy-max/ghaction-chocolatey@v2 + uses: crazy-max/ghaction-chocolatey@v3 with: args: install docfx @@ -568,7 +568,7 @@ jobs: MAJORMINORPATCH: ${{ needs.calc-version.outputs.majorMinorPatch }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/Dockerfile b/Dockerfile index 49e657bd3..a92d87df0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get clean \ && apt-get update \ && apt-get install -y --no-install-recommends curl \ - && apt-get install -y libc6-dev=2.35-0ubuntu3.7 \ + && apt-get install -y libc6-dev=2.35-0ubuntu3.8 \ && rm -rf /var/lib/apt/lists # this is a workaround for Mongo encryption library WORKDIR /opt/monai/ig diff --git a/doc/dependency_decisions.yml b/doc/dependency_decisions.yml index d462230fd..d9608f850 100755 --- a/doc/dependency_decisions.yml +++ b/doc/dependency_decisions.yml @@ -2,7 +2,7 @@ - - :approve - AWSSDK.Core - :versions: - - 3.7.300.29 + - 3.7.304.15 :when: 2022-08-29T18:11:12.923Z :who: mocsharp :why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt) @@ -16,21 +16,21 @@ - - :approve - AWSSDK.SecurityToken - :versions: - - 3.7.300.30 + - 3.7.300.105 :when: 2022-08-16T18:11:13.781Z :who: mocsharp :why: Apache-2.0 (https://github.com/aws/aws-sdk-net/raw/master/License.txt) - - :approve - Ardalis.GuardClauses - :versions: - - 4.3.0 + - 4.5.0 :when: 2022-08-16T21:39:30.077Z :who: mocsharp :why: MIT (https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE) - - :approve - AspNetCore.HealthChecks.MongoDb - :versions: - - 8.0.0 + - 8.0.1 :when: 2022-12-08T23:37:56.206Z :who: mocsharp :why: Apache-2.0 (https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/raw/master/LICENSE) @@ -86,14 +86,14 @@ - - :approve - DotNext - :versions: - - 4.15.2 + - 5.3.1 :when: 2022-09-01T23:05:32.857Z :who: mocsharp :why: MIT (https://github.com/dotnet/dotNext/raw/master/LICENSE) - - :approve - DotNext.Threading - :versions: - - 4.15.2 + - 5.5.0 :when: 2022-09-01T23:05:33.298Z :who: mocsharp :why: MIT (https://github.com/dotnet/dotNext/raw/master/LICENSE) @@ -124,7 +124,7 @@ - 2.14.1 :when: 2022-08-16T23:05:35.500Z :who: mocsharp - :why: MIT (https://github.com/Humanizr/Humanizer/raw/main/LICENSE) + :why: MIT (https://raw.githubusercontent.com/Humanizr/Humanizer/v2.14.1/LICENSE) - - :approve - Macross.Json.Extensions - :versions: @@ -205,77 +205,77 @@ - - :approve - Microsoft.CodeCoverage - :versions: - - 17.8.0 + - 17.10.0 :when: 2023-08-16T16:49:26.950Z :who: woodheadio :why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE) - - :approve - Microsoft.Data.Sqlite.Core - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:49.698Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - :approve - Microsoft.EntityFrameworkCore - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:50.137Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - :approve - Microsoft.EntityFrameworkCore.Abstractions - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:51.008Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - :approve - Microsoft.EntityFrameworkCore.Analyzers - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:51.445Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - :approve - Microsoft.EntityFrameworkCore.Design - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:51.922Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - :approve - Microsoft.EntityFrameworkCore.InMemory - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:52.375Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - :approve - Microsoft.EntityFrameworkCore.Relational - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:52.828Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - :approve - Microsoft.EntityFrameworkCore.Tools - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:52.828Z :who: ndsouth :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - :approve - Microsoft.EntityFrameworkCore.Sqlite - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:53.270Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) - - :approve - Microsoft.EntityFrameworkCore.Sqlite.Core - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-16T23:05:53.706Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -322,6 +322,7 @@ - :versions: - 6.0.0 - 8.0.0 + - 8.0.1 :when: 2022-08-16T23:05:56.869Z :who: mocsharp :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) @@ -376,7 +377,7 @@ - Microsoft.Extensions.DependencyInjection.Abstractions - :versions: - 6.0.0 - - 8.0.0 + - 8.0.1 :when: 2022-08-16T21:39:41.552Z :who: mocsharp :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) @@ -404,21 +405,21 @@ - - :approve - Microsoft.Extensions.Diagnostics.HealthChecks - :versions: - - 8.0.0 + - 8.0.6 :when: 2023-08-16T16:49:26.950Z :who: woodheadio :why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) - - :approve - Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions - :versions: - - 8.0.0 + - 8.0.6 :when: 2023-08-16T16:49:26.950Z :who: woodheadio :why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) - - :approve - Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore - :versions: - - 8.0.0 + - 8.0.6 :when: 2022-08-29T18:11:22.090Z :who: mocsharp :why: MIT (https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) @@ -474,7 +475,7 @@ - Microsoft.Extensions.Logging.Abstractions - :versions: - 6.0.0 - - 8.0.0 + - 8.0.1 :when: 2022-08-16T21:39:44.471Z :who: mocsharp :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) @@ -525,7 +526,7 @@ - Microsoft.Extensions.Options - :versions: - 6.0.0 - - 8.0.0 + - 8.0.2 :when: 2022-08-16T21:39:46.980Z :who: mocsharp :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) @@ -586,14 +587,14 @@ - 8.0.1 - 8.0.2 - 8.0.3 - - 8.0.5 + - 8.0.6 :when: 2022-10-14T23:37:16.793Z :who: mocsharp :why: MIT (https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) - - :approve - Microsoft.NET.Test.Sdk - :versions: - - 17.8.0 + - 17.10.0 :when: 2023-08-16T16:49:26.950Z :who: woodheadio :why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE) @@ -607,7 +608,7 @@ - - :approve - Microsoft.OpenApi - :versions: - - 1.2.3 + - 1.6.14 :when: 2022-08-16T23:06:15.708Z :who: mocsharp :why: MIT ( https://raw.githubusercontent.com/Microsoft/OpenAPI.NET/master/LICENSE) @@ -635,14 +636,14 @@ - - :approve - Microsoft.TestPlatform.ObjectModel - :versions: - - 17.8.0 + - 17.10.0 :when: 2023-08-16T16:49:26.950Z :who: woodheadio :why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE) - - :approve - Microsoft.TestPlatform.TestHost - :versions: - - 17.8.0 + - 17.10.0 :when: 2023-08-16T16:49:26.950Z :who: woodheadio :why: MIT (https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE) @@ -656,42 +657,42 @@ - - :approve - Minio - :versions: - - 6.0.1 + - 6.0.2 :when: 2022-08-16T18:11:34.443Z :who: mocsharp :why: Apache-2.0 (https://github.com/minio/minio-dotnet/raw/master/LICENSE) - - :approve - Monai.Deploy.Messaging - :versions: - - 2.0.2 + - 2.0.3 :when: 2023-10-13T18:06:21.511Z :who: neilsouth :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) - - :approve - Monai.Deploy.Messaging.RabbitMQ - :versions: - - 2.0.2 + - 2.0.3 :when: 2023-10-13T18:06:21.511Z :who: neilsouth :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) - - :approve - Monai.Deploy.Storage - :versions: - - 1.0.0 + - 1.0.1 :when: 2022-08-16T23:06:21.988Z :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) - - :approve - Monai.Deploy.Storage.MinIO - :versions: - - 1.0.0 + - 1.0.1 :when: 2022-08-16T23:06:22.426Z :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) - - :approve - Monai.Deploy.Storage.S3Policy - :versions: - - 1.0.0 + - 1.0.1 :when: 2022-08-16T23:06:22.881Z :who: mocsharp :why: Apache-2.0 (https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) @@ -705,14 +706,14 @@ - - :approve - MongoDB.Bson - :versions: - - 2.23.1 + - 2.25.0 :when: 2022-11-16T23:38:53.891Z :who: mocsharp :why: Apache-2.0 (https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md) - - :approve - MongoDB.Driver - :versions: - - 2.23.1 + - 2.25.0 :when: 2022-11-16T23:38:54.213Z :who: mocsharp :why: Apache-2.0 (https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md) @@ -727,14 +728,14 @@ - - :approve - MongoDB.Driver.Core - :versions: - - 2.23.1 + - 2.25.0 :when: 2022-11-16T23:38:54.553Z :who: mocsharp :why: Apache-2.0 (https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md) - - :approve - MongoDB.Libmongocrypt - :versions: - - 1.8.0 + - 1.8.2 :when: 2022-11-16T23:38:54.863Z :who: mocsharp :why: Apache-2.0 (https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md) @@ -755,21 +756,21 @@ - - :approve - NLog - :versions: - - 5.2.8 + - 5.3.2 :when: 2022-10-12T03:14:06.538Z :who: mocsharp :why: BSD 3-Clause License (https://github.com/NLog/NLog/raw/dev/LICENSE.txt) - - :approve - NLog.Extensions.Logging - :versions: - - 5.3.8 + - 5.3.11 :when: 2022-10-12T03:14:06.964Z :who: mocsharp :why: BSD 2-Clause Simplified License (https://github.com/NLog/NLog.Extensions.Logging/raw/master/LICENSE) - - :approve - NLog.Web.AspNetCore - :versions: - - 5.3.8 + - 5.3.11 :when: 2022-10-12T03:14:07.396Z :who: mocsharp :why: BSD 3-Clause License (https://github.com/NLog/NLog.Web/raw/master/LICENSE) @@ -868,28 +869,28 @@ - - :approve - Swashbuckle.AspNetCore - :versions: - - 6.5.0 + - 6.6.2 :when: 2022-08-16T23:06:33.817Z :who: mocsharp :why: MIT (https://github.com/domaindrivendev/Swashbuckle.AspNetCore/raw/master/LICENSE) - - :approve - Swashbuckle.AspNetCore.Swagger - :versions: - - 6.5.0 + - 6.6.2 :when: 2022-08-16T23:06:34.264Z :who: mocsharp :why: MIT (https://github.com/domaindrivendev/Swashbuckle.AspNetCore/raw/master/LICENSE) - - :approve - Swashbuckle.AspNetCore.SwaggerGen - :versions: - - 6.5.0 + - 6.6.2 :when: 2022-08-16T23:06:34.716Z :who: mocsharp :why: MIT (https://github.com/domaindrivendev/Swashbuckle.AspNetCore/raw/master/LICENSE) - - :approve - Swashbuckle.AspNetCore.SwaggerUI - :versions: - - 6.5.0 + - 6.6.2 :when: 2022-08-16T23:06:35.164Z :who: mocsharp :why: MIT (https://github.com/domaindrivendev/Swashbuckle.AspNetCore/raw/master/LICENSE) @@ -904,7 +905,7 @@ - Polly - :versions: - 8.2.0 - - 8.2.1 + - 8.4.0 :when: 2022-11-09T18:57:32.294Z :who: mocsharp :why: MIT ( https://licenses.nuget.org/MIT) @@ -912,7 +913,7 @@ - Polly.Core - :versions: - 8.2.0 - - 8.2.1 + - 8.4.0 :when: 2022-11-09T18:57:32.294Z :who: mocsharp :why: MIT ( https://licenses.nuget.org/MIT) @@ -1069,14 +1070,14 @@ - - :approve - System.IO.Abstractions - :versions: - - 20.0.4 + - 21.0.2 :when: 2022-12-14T12:28:00.728Z :who: samrooke :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) - - :approve - System.IO.Abstractions.TestingHelpers - :versions: - - 20.0.4 + - 21.0.2 :when: 2022-12-14T12:28:00.728Z :who: samrooke :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) @@ -1441,6 +1442,7 @@ - :versions: - 6.0.0 - 7.0.0 + - 8.0.0 :when: 2022-08-16T21:40:19.306Z :who: mocsharp :why: MIT ( https://github.com/dotnet/corefx/blob/master/LICENSE.TXT) @@ -1490,21 +1492,21 @@ - - :approve - TestableIO.System.IO.Abstractions - :versions: - - 20.0.4 + - 21.0.2 :when: 2022-08-16T21:40:21.430Z :who: mocsharp :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) - - :approve - TestableIO.System.IO.Abstractions.TestingHelpers - :versions: - - 20.0.4 + - 21.0.2 :when: 2022-08-16T21:40:21.430Z :who: mocsharp :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) - - :approve - TestableIO.System.IO.Abstractions.Wrappers - :versions: - - 20.0.4 + - 21.0.2 :when: 2022-08-16T21:40:21.430Z :who: mocsharp :why: MIT (https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) @@ -1518,7 +1520,7 @@ - - :approve - coverlet.collector - :versions: - - 6.0.0 + - 6.0.2 :when: 2022-08-16T21:40:21.855Z :who: mocsharp :why: MIT (https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE) @@ -1663,7 +1665,7 @@ - - :approve - xunit - :versions: - - 2.6.5 + - 2.8.1 :when: 2022-08-16T21:40:29.166Z :who: mocsharp :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) @@ -1677,42 +1679,42 @@ - - :approve - xunit.analyzers - :versions: - - 1.9.0 + - 1.14.0 :when: 2022-08-16T21:40:30.047Z :who: mocsharp :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE) - - :approve - xunit.assert - :versions: - - 2.6.5 + - 2.8.1 :when: 2022-08-16T21:40:30.526Z :who: mocsharp :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) - - :approve - xunit.core - :versions: - - 2.6.5 + - 2.8.1 :when: 2022-08-16T21:40:30.973Z :who: mocsharp :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) - - :approve - xunit.extensibility.core - :versions: - - 2.6.5 + - 2.8.1 :when: 2022-08-16T21:40:31.401Z :who: mocsharp :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) - - :approve - xunit.extensibility.execution - :versions: - - 2.6.5 + - 2.8.1 :when: 2022-08-16T21:40:31.845Z :who: mocsharp :why: Apache-2.0 ( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) - - :approve - xunit.runner.visualstudio - :versions: - - 2.5.6 + - 2.8.1 :when: 2022-08-16T21:40:32.294Z :who: mocsharp :why: MIT ( https://licenses.nuget.org/MIT) @@ -1776,7 +1778,7 @@ - - :approve - System.IO.Hashing - :versions: - - 7.0.0 + - 8.0.0 :when: 2023-08-10T20:50:14.759Z :who: mocsharp :why: MIT (https://raw.githubusercontent.com/dotnet/runtime/main/LICENSE.TXT) diff --git a/docker-compose/docker-compose.yml b/docker-compose/docker-compose.yml index fda72734a..d0c2fd7e7 100755 --- a/docker-compose/docker-compose.yml +++ b/docker-compose/docker-compose.yml @@ -15,7 +15,7 @@ version: "3.9" services: rabbitmq: - image: rabbitmq:3.10-management + image: rabbitmq:3.13-management hostname: rabbitmq ports: - 5672:5672 @@ -35,7 +35,7 @@ services: - monaideploy minio: - image: "minio/minio:RELEASE.2023-10-16T04-13-43Z" + image: "minio/minio:RELEASE.2024-06-11T03-13-30Z" command: server --console-address ":9001" /data hostname: minio volumes: @@ -75,7 +75,7 @@ services: start_period: 40s orthanc: - image: osimis/orthanc:22.9.0 + image: osimis/orthanc:24.1.2-full hostname: orthanc volumes: - ./configs/orthanc.json:/etc/orthanc/orthanc.json diff --git a/docs/changelog.md b/docs/changelog.md index 68d61ce7f..1ad6348f0 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,6 +17,12 @@ # Changelog +## 0.5.0 +[GitHub Milestone 0.5.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/4) + +- gh-506 Updated Informatics Gateway to .NET 8.0 +- Improve logging + ## 0.4.0 [GitHub Milestone 0.4.0](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/5) diff --git a/docs/compliance/third-party-licenses.md b/docs/compliance/third-party-licenses.md index 843dacd96..04d8e8592 100644 --- a/docs/compliance/third-party-licenses.md +++ b/docs/compliance/third-party-licenses.md @@ -60,15 +60,15 @@ SOFTWARE.
-AWSSDK.Core 3.7.300.29 +AWSSDK.Core 3.7.304.15 ## AWSSDK.Core -- Version: 3.7.300.29 +- Version: 3.7.304.15 - 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.300.29) +- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.Core/3.7.304.15) - License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt) @@ -206,15 +206,15 @@ END OF TERMS AND CONDITIONS
-AWSSDK.SecurityToken 3.7.300.30 +AWSSDK.SecurityToken 3.7.300.105 ## AWSSDK.SecurityToken -- Version: 3.7.300.30 +- Version: 3.7.300.105 - 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.300.30) +- Source: [NuGet](https://www.nuget.org/packages/AWSSDK.SecurityToken/3.7.300.105) - License: [Apache-2.0](https://github.com/aws/aws-sdk-net/raw/master/License.txt) @@ -279,14 +279,14 @@ END OF TERMS AND CONDITIONS
-Ardalis.GuardClauses 4.3.0 +Ardalis.GuardClauses 4.5.0 ## Ardalis.GuardClauses -- Version: 4.3.0 +- Version: 4.5.0 - Authors: Steve Smith (@ardalis) - Project URL: https://github.com/ardalis/guardclauses -- Source: [NuGet](https://www.nuget.org/packages/Ardalis.GuardClauses/4.3.0) +- Source: [NuGet](https://www.nuget.org/packages/Ardalis.GuardClauses/4.5.0) - License: [MIT](https://github.com/ardalis/GuardClauses.Analyzers/raw/master/LICENSE) @@ -318,14 +318,14 @@ SOFTWARE.
-AspNetCore.HealthChecks.MongoDb 8.0.0 +AspNetCore.HealthChecks.MongoDb 8.0.1 ## AspNetCore.HealthChecks.MongoDb -- Version: 8.0.0 +- Version: 8.0.1 - Authors: Xabaril Contributors - Project URL: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks -- Source: [NuGet](https://www.nuget.org/packages/AspNetCore.HealthChecks.MongoDb/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/AspNetCore.HealthChecks.MongoDb/8.0.1) - License: [Apache-2.0](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks/raw/master/LICENSE) @@ -1144,14 +1144,14 @@ SOFTWARE.
-DotNext 4.15.2 +DotNext 5.3.1 ## DotNext -- Version: 4.15.2 +- Version: 5.3.1 - Authors: .NET Foundation and Contributors - Project URL: https://dotnet.github.io/dotNext/ -- Source: [NuGet](https://www.nuget.org/packages/DotNext/4.15.2) +- Source: [NuGet](https://www.nuget.org/packages/DotNext/5.3.1) - License: [MIT](https://github.com/dotnet/dotNext/raw/master/LICENSE) @@ -1183,14 +1183,14 @@ SOFTWARE.
-DotNext.Threading 4.15.2 +DotNext.Threading 5.5.0 ## DotNext.Threading -- Version: 4.15.2 +- Version: 5.5.0 - Authors: .NET Foundation and Contributors - Project URL: https://dotnet.github.io/dotNext/ -- Source: [NuGet](https://www.nuget.org/packages/DotNext.Threading/4.15.2) +- Source: [NuGet](https://www.nuget.org/packages/DotNext.Threading/5.5.0) - License: [MIT](https://github.com/dotnet/dotNext/raw/master/LICENSE) @@ -1443,9 +1443,9 @@ third-party archives. ``` -The MIT License (MIT) +MIT License -Copyright (c) Cucumber Ltd, Gaspar Nagy, Björn Rasmusson, Peter Sergeant +Copyright (c) M.P. Korstanje Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -1454,16 +1454,16 @@ 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 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. +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. ```
@@ -1517,7 +1517,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - Authors: Mehdi Khalili, Claire Novotny - Project URL: https://github.com/Humanizr/Humanizer - Source: [NuGet](https://www.nuget.org/packages/Humanizer.Core/2.14.1) -- License: [MIT](https://github.com/Humanizr/Humanizer/raw/main/LICENSE) +- License: [MIT](https://raw.githubusercontent.com/Humanizr/Humanizer/v2.14.1/LICENSE) ``` @@ -2028,14 +2028,14 @@ SOFTWARE.
-Microsoft.CodeCoverage 17.8.0 +Microsoft.CodeCoverage 17.10.0 ## Microsoft.CodeCoverage -- Version: 17.8.0 +- Version: 17.10.0 - Authors: Microsoft - Project URL: https://github.com/microsoft/vstest -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.8.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.CodeCoverage/17.10.0) - License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE) @@ -2065,14 +2065,14 @@ SOFTWARE.
-Microsoft.Data.Sqlite.Core 8.0.0 +Microsoft.Data.Sqlite.Core 8.0.6 ## Microsoft.Data.Sqlite.Core -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/dotnet/standard/data/sqlite/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Data.Sqlite.Core/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2106,14 +2106,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore 8.0.0 +Microsoft.EntityFrameworkCore 8.0.6 ## Microsoft.EntityFrameworkCore -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2147,14 +2147,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Abstractions 8.0.0 +Microsoft.EntityFrameworkCore.Abstractions 8.0.6 ## Microsoft.EntityFrameworkCore.Abstractions -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Abstractions/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Abstractions/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2188,14 +2188,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Analyzers 8.0.0 +Microsoft.EntityFrameworkCore.Analyzers 8.0.6 ## Microsoft.EntityFrameworkCore.Analyzers -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Analyzers/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Analyzers/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2229,14 +2229,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Design 8.0.0 +Microsoft.EntityFrameworkCore.Design 8.0.6 ## Microsoft.EntityFrameworkCore.Design -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Design/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2270,14 +2270,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.InMemory 8.0.0 +Microsoft.EntityFrameworkCore.InMemory 8.0.6 ## Microsoft.EntityFrameworkCore.InMemory -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.InMemory/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.InMemory/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2311,14 +2311,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Relational 8.0.0 +Microsoft.EntityFrameworkCore.Relational 8.0.6 ## Microsoft.EntityFrameworkCore.Relational -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Relational/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Relational/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2352,14 +2352,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Sqlite 8.0.0 +Microsoft.EntityFrameworkCore.Sqlite 8.0.6 ## Microsoft.EntityFrameworkCore.Sqlite -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2393,14 +2393,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Sqlite.Core 8.0.0 +Microsoft.EntityFrameworkCore.Sqlite.Core 8.0.6 ## Microsoft.EntityFrameworkCore.Sqlite.Core -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite.Core/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Sqlite.Core/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2434,14 +2434,14 @@ SOFTWARE.
-Microsoft.EntityFrameworkCore.Tools 8.0.0 +Microsoft.EntityFrameworkCore.Tools 8.0.6 ## Microsoft.EntityFrameworkCore.Tools -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://docs.microsoft.com/ef/core/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Tools/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Tools/8.0.6) - License: [MIT](https://raw.githubusercontent.com/dotnet/efcore/release/6.0/LICENSE.txt) @@ -2884,6 +2884,47 @@ SOFTWARE.
+
+Microsoft.Extensions.Configuration.Binder 8.0.1 + +## Microsoft.Extensions.Configuration.Binder + +- Version: 8.0.1 +- Authors: Microsoft +- Project URL: https://dot.net/ +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Binder/8.0.1) +- 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.Configuration.CommandLine 6.0.0 @@ -3377,14 +3418,14 @@ SOFTWARE.
-Microsoft.Extensions.DependencyInjection.Abstractions 8.0.0 +Microsoft.Extensions.DependencyInjection.Abstractions 8.0.1 ## Microsoft.Extensions.DependencyInjection.Abstractions -- Version: 8.0.0 +- Version: 8.0.1 - Authors: Microsoft - Project URL: https://dot.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection.Abstractions/8.0.1) - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) @@ -3541,14 +3582,14 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks 8.0.0 +Microsoft.Extensions.Diagnostics.HealthChecks 8.0.6 ## Microsoft.Extensions.Diagnostics.HealthChecks -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks/8.0.6) - License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) @@ -3582,14 +3623,14 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 8.0.0 +Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions 8.0.6 ## Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions/8.0.6) - License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) @@ -3623,14 +3664,14 @@ SOFTWARE.
-Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 8.0.0 +Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore 8.0.6 ## Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore -- Version: 8.0.0 +- Version: 8.0.6 - Authors: Microsoft - Project URL: https://asp.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore/8.0.6) - License: [MIT](https://github.com/dotnet/aspnetcore/raw/main/LICENSE.txt) @@ -4238,14 +4279,14 @@ SOFTWARE.
-Microsoft.Extensions.Logging.Abstractions 8.0.0 +Microsoft.Extensions.Logging.Abstractions 8.0.1 ## Microsoft.Extensions.Logging.Abstractions -- Version: 8.0.0 +- Version: 8.0.1 - Authors: Microsoft - Project URL: https://dot.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Logging.Abstractions/8.0.1) - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) @@ -4566,14 +4607,14 @@ SOFTWARE.
-Microsoft.Extensions.Options 8.0.0 +Microsoft.Extensions.Options 8.0.2 ## Microsoft.Extensions.Options -- Version: 8.0.0 +- Version: 8.0.2 - Authors: Microsoft - Project URL: https://dot.net/ -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Options/8.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.Extensions.Options/8.0.2) - License: [MIT](https://github.com/dotnet/runtime/raw/main/LICENSE.TXT) @@ -5046,14 +5087,178 @@ SOFTWARE.
-Microsoft.NET.Test.Sdk 17.8.0 +Microsoft.NET.ILLink.Tasks 8.0.1 + +## Microsoft.NET.ILLink.Tasks + +- Version: 8.0.1 +- Authors: Microsoft +- Project URL: https://dot.net/ +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.ILLink.Tasks/8.0.1) +- 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.NET.ILLink.Tasks 8.0.2 + +## Microsoft.NET.ILLink.Tasks + +- Version: 8.0.2 +- Authors: Microsoft +- Project URL: https://dot.net/ +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.ILLink.Tasks/8.0.2) +- 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.NET.ILLink.Tasks 8.0.3 + +## Microsoft.NET.ILLink.Tasks + +- Version: 8.0.3 +- Authors: Microsoft +- Project URL: https://dot.net/ +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.ILLink.Tasks/8.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: + +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.NET.ILLink.Tasks 8.0.6 + +## Microsoft.NET.ILLink.Tasks + +- Version: 8.0.6 +- Authors: Microsoft +- Project URL: https://dot.net/ +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.ILLink.Tasks/8.0.6) +- 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.NET.Test.Sdk 17.10.0 ## Microsoft.NET.Test.Sdk -- Version: 17.8.0 +- Version: 17.10.0 - Authors: Microsoft - Project URL: https://github.com/microsoft/vstest -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.8.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.NET.Test.Sdk/17.10.0) - License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE) @@ -5535,14 +5740,14 @@ consequential or other damages.
-Microsoft.OpenApi 1.2.3 +Microsoft.OpenApi 1.6.14 ## Microsoft.OpenApi -- Version: 1.2.3 +- Version: 1.6.14 - Authors: Microsoft - Project URL: https://github.com/Microsoft/OpenAPI.NET -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.OpenApi/1.2.3) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.OpenApi/1.6.14) - License: [MIT]( https://raw.githubusercontent.com/Microsoft/OpenAPI.NET/master/LICENSE) @@ -5574,14 +5779,14 @@ SOFTWARE.
-Microsoft.TestPlatform.ObjectModel 17.8.0 +Microsoft.TestPlatform.ObjectModel 17.10.0 ## Microsoft.TestPlatform.ObjectModel -- Version: 17.8.0 +- Version: 17.10.0 - Authors: Microsoft - Project URL: https://github.com/microsoft/vstest -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.8.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.ObjectModel/17.10.0) - License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE) @@ -5611,14 +5816,14 @@ SOFTWARE.
-Microsoft.TestPlatform.TestHost 17.8.0 +Microsoft.TestPlatform.TestHost 17.10.0 ## Microsoft.TestPlatform.TestHost -- Version: 17.8.0 +- Version: 17.10.0 - Authors: Microsoft - Project URL: https://github.com/microsoft/vstest -- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.TestHost/17.8.0) +- Source: [NuGet](https://www.nuget.org/packages/Microsoft.TestPlatform.TestHost/17.10.0) - License: [MIT](https://github.com/microsoft/vstest/raw/v17.4.1/LICENSE) @@ -5895,14 +6100,14 @@ SOFTWARE.
-Minio 6.0.1 +Minio 6.0.2 ## Minio -- Version: 6.0.1 +- Version: 6.0.2 - Authors: MinIO, Inc. - Project URL: https://github.com/minio/minio-dotnet -- Source: [NuGet](https://www.nuget.org/packages/Minio/6.0.1) +- Source: [NuGet](https://www.nuget.org/packages/Minio/6.0.2) - License: [Apache-2.0](https://github.com/minio/minio-dotnet/raw/master/LICENSE) @@ -6114,14 +6319,14 @@ Apache License
-Monai.Deploy.Messaging 2.0.0 +Monai.Deploy.Messaging 2.0.3 ## Monai.Deploy.Messaging -- Version: 2.0.0 +- Version: 2.0.3 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/2.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging/2.0.3) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) @@ -6342,14 +6547,14 @@ By downloading this software, you agree to the license terms & all licenses list
-Monai.Deploy.Messaging.RabbitMQ 2.0.0 +Monai.Deploy.Messaging.RabbitMQ 2.0.3 ## Monai.Deploy.Messaging.RabbitMQ -- Version: 2.0.0 +- Version: 2.0.3 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-messaging -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/2.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Messaging.RabbitMQ/2.0.3) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-messaging/raw/main/LICENSE) @@ -6798,14 +7003,14 @@ By downloading this software, you agree to the license terms & all licenses list
-Monai.Deploy.Storage 1.0.0 +Monai.Deploy.Storage 1.0.1 ## Monai.Deploy.Storage -- Version: 1.0.0 +- Version: 1.0.1 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-storage -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage/1.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage/1.0.1) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) @@ -7026,14 +7231,14 @@ By downloading this software, you agree to the license terms & all licenses list
-Monai.Deploy.Storage.MinIO 1.0.0 +Monai.Deploy.Storage.MinIO 1.0.1 ## Monai.Deploy.Storage.MinIO -- Version: 1.0.0 +- Version: 1.0.1 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-storage -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage.MinIO/1.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage.MinIO/1.0.1) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) @@ -7254,14 +7459,14 @@ By downloading this software, you agree to the license terms & all licenses list
-Monai.Deploy.Storage.S3Policy 1.0.0 +Monai.Deploy.Storage.S3Policy 1.0.1 ## Monai.Deploy.Storage.S3Policy -- Version: 1.0.0 +- Version: 1.0.1 - Authors: MONAI Consortium - Project URL: https://github.com/Project-MONAI/monai-deploy-storage -- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage.S3Policy/1.0.0) +- Source: [NuGet](https://www.nuget.org/packages/Monai.Deploy.Storage.S3Policy/1.0.1) - License: [Apache-2.0](https://github.com/Project-MONAI/monai-deploy-storage/raw/main/LICENSE) @@ -7482,14 +7687,14 @@ By downloading this software, you agree to the license terms & all licenses list
-MongoDB.Bson 2.23.1 +MongoDB.Bson 2.25.0 ## MongoDB.Bson -- Version: 2.23.1 +- Version: 2.25.0 - Authors: MongoDB Inc. - Project URL: https://www.mongodb.com/docs/drivers/csharp/ -- Source: [NuGet](https://www.nuget.org/packages/MongoDB.Bson/2.23.1) +- Source: [NuGet](https://www.nuget.org/packages/MongoDB.Bson/2.25.0) - License: [Apache-2.0](https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md) @@ -7701,14 +7906,14 @@ Apache License
-MongoDB.Driver 2.23.1 +MongoDB.Driver 2.25.0 ## MongoDB.Driver -- Version: 2.23.1 +- Version: 2.25.0 - Authors: MongoDB Inc. - Project URL: https://www.mongodb.com/docs/drivers/csharp/ -- Source: [NuGet](https://www.nuget.org/packages/MongoDB.Driver/2.23.1) +- Source: [NuGet](https://www.nuget.org/packages/MongoDB.Driver/2.25.0) - License: [Apache-2.0](https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md) @@ -7920,14 +8125,14 @@ Apache License
-MongoDB.Driver.Core 2.23.1 +MongoDB.Driver.Core 2.25.0 ## MongoDB.Driver.Core -- Version: 2.23.1 +- Version: 2.25.0 - Authors: MongoDB Inc. - Project URL: https://www.mongodb.com/docs/drivers/csharp/ -- Source: [NuGet](https://www.nuget.org/packages/MongoDB.Driver.Core/2.23.1) +- Source: [NuGet](https://www.nuget.org/packages/MongoDB.Driver.Core/2.25.0) - License: [Apache-2.0](https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md) @@ -8139,14 +8344,14 @@ Apache License
-MongoDB.Libmongocrypt 1.8.0 +MongoDB.Libmongocrypt 1.8.2 ## MongoDB.Libmongocrypt -- Version: 1.8.0 +- Version: 1.8.2 - Authors: MongoDB Inc. - Project URL: http://www.mongodb.org/display/DOCS/CSharp+Language+Center -- Source: [NuGet](https://www.nuget.org/packages/MongoDB.Libmongocrypt/1.8.0) +- Source: [NuGet](https://www.nuget.org/packages/MongoDB.Libmongocrypt/1.8.2) - License: [Apache-2.0](https://raw.githubusercontent.com/mongodb/mongo-csharp-driver/master/LICENSE.md) @@ -8652,14 +8857,14 @@ consequential or other damages.
-NLog 5.2.8 +NLog 5.3.2 ## NLog -- Version: 5.2.8 +- Version: 5.3.2 - Authors: Jarek Kowalski,Kim Christensen,Julian Verdurmen - Project URL: https://nlog-project.org/ -- Source: [NuGet](https://www.nuget.org/packages/NLog/5.2.8) +- Source: [NuGet](https://www.nuget.org/packages/NLog/5.3.2) - License: [BSD 3-Clause License](https://github.com/NLog/NLog/raw/dev/LICENSE.txt) @@ -8700,14 +8905,14 @@ THE POSSIBILITY OF SUCH DAMAGE.
-NLog.Extensions.Logging 5.3.8 +NLog.Extensions.Logging 5.3.11 ## NLog.Extensions.Logging -- Version: 5.3.8 +- Version: 5.3.11 - Authors: Microsoft,Julian Verdurmen - Project URL: https://github.com/NLog/NLog.Extensions.Logging -- Source: [NuGet](https://www.nuget.org/packages/NLog.Extensions.Logging/5.3.8) +- Source: [NuGet](https://www.nuget.org/packages/NLog.Extensions.Logging/5.3.11) - License: [BSD 2-Clause Simplified License](https://github.com/NLog/NLog.Extensions.Logging/raw/master/LICENSE) @@ -8741,14 +8946,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-NLog.Web.AspNetCore 5.3.8 +NLog.Web.AspNetCore 5.3.11 ## NLog.Web.AspNetCore -- Version: 5.3.8 +- Version: 5.3.11 - Authors: Julian Verdurmen - Project URL: https://github.com/NLog/NLog.Web -- Source: [NuGet](https://www.nuget.org/packages/NLog.Web.AspNetCore/5.3.8) +- Source: [NuGet](https://www.nuget.org/packages/NLog.Web.AspNetCore/5.3.11) - License: [BSD 3-Clause License](https://github.com/NLog/NLog.Web/raw/master/LICENSE) @@ -8897,14 +9102,14 @@ specific language governing permissions and limitations under the License.
-Polly 8.2.1 +Polly 8.2.0 ## Polly -- Version: 8.2.1 +- Version: 8.2.0 - Authors: Michael Wolfenden, App vNext - Project URL: https://github.com/App-vNext/Polly -- Source: [NuGet](https://www.nuget.org/packages/Polly/8.2.1) +- Source: [NuGet](https://www.nuget.org/packages/Polly/8.2.0) - License: [MIT]( https://licenses.nuget.org/MIT) @@ -8952,14 +9157,14 @@ Data pulled from spdx/license-list-data on February 9, 2023.
-Polly.Core 8.2.1 +Polly 8.4.0 -## Polly.Core +## Polly -- Version: 8.2.1 +- Version: 8.4.0 - Authors: Michael Wolfenden, App vNext - Project URL: https://github.com/App-vNext/Polly -- Source: [NuGet](https://www.nuget.org/packages/Polly.Core/8.2.1) +- Source: [NuGet](https://www.nuget.org/packages/Polly/8.4.0) - License: [MIT]( https://licenses.nuget.org/MIT) @@ -9007,35 +9212,145 @@ Data pulled from spdx/license-list-data on February 9, 2023.
-RabbitMQ.Client 6.8.1 +Polly.Core 8.2.0 -## RabbitMQ.Client +## Polly.Core -- Version: 6.8.1 -- Authors: VMware -- Project URL: https://www.rabbitmq.com/dotnet.html -- Source: [NuGet](https://www.nuget.org/packages/RabbitMQ.Client/6.8.1) -- License: [Apache-2.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/raw/main/LICENSE-APACHE2) +- Version: 8.2.0 +- Authors: Michael Wolfenden, App vNext +- Project URL: https://github.com/App-vNext/Polly +- Source: [NuGet](https://www.nuget.org/packages/Polly.Core/8.2.0) +- License: [MIT]( https://licenses.nuget.org/MIT) ``` -Apache License - Version 2.0, January 2004 - https://www.apache.org/licenses/ +'MIT' reference - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - 1. Definitions. - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. +MIT License +SPDX identifier +MIT +License text - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +MIT License - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, + +Copyright (c) + + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and + associated documentation files (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: +The above copyright notice and this permission notice + (including the next paragraph) + shall be included in all copies or substantial + portions of the Software. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT + LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN + NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, + WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +SPDX web page + +https://spdx.org/licenses/MIT.html + +Notice +This license content is provided by the SPDX project. For more information about licenses.nuget.org, see our documentation. + +Data pulled from spdx/license-list-data on February 9, 2023. +``` + +
+ + +
+Polly.Core 8.4.0 + +## Polly.Core + +- Version: 8.4.0 +- Authors: Michael Wolfenden, App vNext +- Project URL: https://github.com/App-vNext/Polly +- Source: [NuGet](https://www.nuget.org/packages/Polly.Core/8.4.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. +``` + +
+ + +
+RabbitMQ.Client 6.8.1 + +## RabbitMQ.Client + +- Version: 6.8.1 +- Authors: VMware +- Project URL: https://www.rabbitmq.com/dotnet.html +- Source: [NuGet](https://www.nuget.org/packages/RabbitMQ.Client/6.8.1) +- License: [Apache-2.0](https://github.com/rabbitmq/rabbitmq-dotnet-client/raw/main/LICENSE-APACHE2) + + +``` +Apache License + Version 2.0, January 2004 + https://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the @@ -10438,15 +10753,15 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-Swashbuckle.AspNetCore 6.5.0 +Swashbuckle.AspNetCore 6.6.2 ## Swashbuckle.AspNetCore -- Version: 6.5.0 -- Authors: Swashbuckle.AspNetCore -- Owners: Swashbuckle.AspNetCore +- Version: 6.6.2 +- Authors: domaindrivendev +- Owners: domaindrivendev - Project URL: https://github.com/domaindrivendev/Swashbuckle.AspNetCore -- Source: [NuGet](https://www.nuget.org/packages/Swashbuckle.AspNetCore/6.5.0) +- Source: [NuGet](https://www.nuget.org/packages/Swashbuckle.AspNetCore/6.6.2) - License: [MIT](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/raw/master/LICENSE) @@ -10478,14 +10793,14 @@ SOFTWARE.
-Swashbuckle.AspNetCore.Swagger 6.5.0 +Swashbuckle.AspNetCore.Swagger 6.6.2 ## Swashbuckle.AspNetCore.Swagger -- Version: 6.5.0 -- Authors: Swashbuckle.AspNetCore.Swagger +- Version: 6.6.2 +- Authors: domaindrivendev - Project URL: https://github.com/domaindrivendev/Swashbuckle.AspNetCore -- Source: [NuGet](https://www.nuget.org/packages/Swashbuckle.AspNetCore.Swagger/6.5.0) +- Source: [NuGet](https://www.nuget.org/packages/Swashbuckle.AspNetCore.Swagger/6.6.2) - License: [MIT](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/raw/master/LICENSE) @@ -10517,14 +10832,14 @@ SOFTWARE.
-Swashbuckle.AspNetCore.SwaggerGen 6.5.0 +Swashbuckle.AspNetCore.SwaggerGen 6.6.2 ## Swashbuckle.AspNetCore.SwaggerGen -- Version: 6.5.0 -- Authors: Swashbuckle.AspNetCore.SwaggerGen +- Version: 6.6.2 +- Authors: domaindrivendev - Project URL: https://github.com/domaindrivendev/Swashbuckle.AspNetCore -- Source: [NuGet](https://www.nuget.org/packages/Swashbuckle.AspNetCore.SwaggerGen/6.5.0) +- Source: [NuGet](https://www.nuget.org/packages/Swashbuckle.AspNetCore.SwaggerGen/6.6.2) - License: [MIT](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/raw/master/LICENSE) @@ -10556,14 +10871,14 @@ SOFTWARE.
-Swashbuckle.AspNetCore.SwaggerUI 6.5.0 +Swashbuckle.AspNetCore.SwaggerUI 6.6.2 ## Swashbuckle.AspNetCore.SwaggerUI -- Version: 6.5.0 -- Authors: Swashbuckle.AspNetCore.SwaggerUI +- Version: 6.6.2 +- Authors: domaindrivendev - Project URL: https://github.com/domaindrivendev/Swashbuckle.AspNetCore -- Source: [NuGet](https://www.nuget.org/packages/Swashbuckle.AspNetCore.SwaggerUI/6.5.0) +- Source: [NuGet](https://www.nuget.org/packages/Swashbuckle.AspNetCore.SwaggerUI/6.6.2) - License: [MIT](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/raw/master/LICENSE) @@ -14002,14 +14317,14 @@ consequential or other damages.
-System.IO.Abstractions 20.0.4 +System.IO.Abstractions 21.0.2 ## System.IO.Abstractions -- Version: 20.0.4 +- Version: 21.0.2 - 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) +- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions/21.0.2) - License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) @@ -14043,14 +14358,14 @@ SOFTWARE.
-System.IO.Abstractions.TestingHelpers 20.0.4 +System.IO.Abstractions.TestingHelpers 21.0.2 ## System.IO.Abstractions.TestingHelpers -- Version: 20.0.4 +- Version: 21.0.2 - 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) +- Source: [NuGet](https://www.nuget.org/packages/System.IO.Abstractions.TestingHelpers/21.0.2) - License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) @@ -14904,14 +15219,14 @@ consequential or other damages.
-System.IO.Hashing 7.0.0 +System.IO.Hashing 8.0.0 ## System.IO.Hashing -- Version: 7.0.0 +- Version: 8.0.0 - Authors: Microsoft - Project URL: https://dot.net/ -- Source: [NuGet](https://www.nuget.org/packages/System.IO.Hashing/7.0.0) +- Source: [NuGet](https://www.nuget.org/packages/System.IO.Hashing/8.0.0) - License: [MIT](https://raw.githubusercontent.com/dotnet/runtime/main/LICENSE.TXT) @@ -22494,14 +22809,916 @@ consequential or other damages.
-System.Threading.Channels 6.0.0 +System.Threading.Channels 6.0.0 + +## System.Threading.Channels + +- Version: 6.0.0 +- Authors: Microsoft +- Project URL: https://dot.net/ +- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Channels/6.0.0) +- License: [MIT]( https://github.com/dotnet/corefx/blob/master/LICENSE.TXT) + + +``` +corefx/LICENSE.TXT at master · dotnet/corefx · GitHub + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Skip to content + + + + + + + + + + + + +Navigation Menu + +Toggle navigation + + + + + + + + + + + Sign in + + + + + + + + + + + + + + + + + + Product + + + + + + + + + + + + + +Actions + Automate any workflow + + + + + + + + +Packages + Host and manage packages + + + + + + + + +Security + Find and fix vulnerabilities + + + + + + + + +Codespaces + Instant dev environments + + + + + + + + +GitHub 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 + + + + Learning Pathways + + + + + + + + White papers, Ebooks, Webinars + + + + + + + + Customer Stories + + + + + + Partners + + + + + + + + + + + + Open Source + + + + + + + + + + +GitHub Sponsors + Fund open source developers + + + + + + + + + +The ReadME Project + GitHub community articles + + + + + +Repositories + + + + Topics + + + + + + Trending + + + + + + Collections + + + + + + + + + + Enterprise + + + + + + + + + + + + + +Enterprise platform + AI-powered developer platform + + + + + +Available add-ons + + + + + + + +Advanced Security + Enterprise-grade security features + + + + + + + + +GitHub Copilot + Enterprise-grade AI features + + + + + + + + +Premium Support + Enterprise-grade 24/7 support + + + + + + + +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. + + + +Dismiss alert + + + + + + + + + + + + This repository has been archived by the owner on Jan 23, 2023. It is now read-only. + + + + + + + + + + + dotnet + +/ + +corefx + +Public archive + + + + + + + +Notifications + You must be signed in to change notification settings + + + + +Fork + 5k + + + + + + + + Star + 17.7k + + + + + + + + + + + + + + + + + + + +Code + + + + + + + +Pull requests +0 + + + + + + +Security + + + + + + + +Insights + + + + + + + + +Additional navigation options + + + + + + + + + + + + + + Code + + + + + + + + + + + Pull requests + + + + + + + + + + + Security + + + + + + + + + + + Insights + + + + + + + + + + + + + + + + + + + + + + +Footer + + + + + + + + + © 2024 GitHub, Inc. + + + +Footer navigation + + +Terms + + +Privacy + + +Security + + +Status + + +Docs + + +Contact + + + + + Manage cookies + + + + + + + Do not share my personal information + + + + + + + + + + + + + + + + + + You can’t perform that action at this time. +``` + +
+ + +
+System.Threading.Channels 7.0.0 ## System.Threading.Channels -- Version: 6.0.0 +- Version: 7.0.0 - Authors: Microsoft - Project URL: https://dot.net/ -- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Channels/6.0.0) +- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Channels/7.0.0) - License: [MIT]( https://github.com/dotnet/corefx/blob/master/LICENSE.TXT) @@ -22548,9 +23765,6 @@ corefx/LICENSE.TXT at master · dotnet/corefx · GitHub - - - @@ -22568,6 +23782,7 @@ Skip to content +Navigation Menu Toggle navigation @@ -22652,7 +23867,7 @@ Codespaces -Copilot +GitHub Copilot Write better code with AI @@ -22781,8 +23996,6 @@ By Solution - - DevSecOps @@ -22884,6 +24097,65 @@ Repositories + + Enterprise + + + + + + + + + + + + + +Enterprise platform + AI-powered developer platform + + + + + +Available add-ons + + + + + + + +Advanced Security + Enterprise-grade security features + + + + + + + + +GitHub Copilot + Enterprise-grade AI features + + + + + + + + +Premium Support + Enterprise-grade 24/7 support + + + + + + + Pricing @@ -22940,6 +24212,26 @@ Clear + + + + + + + + + + + + + + + + + + + + @@ -23089,7 +24381,6 @@ Dismiss alert - This repository has been archived by the owner on Jan 23, 2023. It is now read-only. @@ -23116,13 +24407,13 @@ Public archive Notifications - + You must be signed in to change notification settings Fork - 5.1k + 5k @@ -23131,7 +24422,7 @@ Fork Star - 17.8k + 17.7k @@ -23149,6 +24440,8 @@ Fork + + Code @@ -23195,6 +24488,7 @@ Additional navigation options + Code @@ -23260,7 +24554,7 @@ Footer - © 2024 GitHub, Inc. + © 2024 GitHub, Inc. @@ -23319,14 +24613,14 @@ Contact
-System.Threading.Channels 7.0.0 +System.Threading.Channels 8.0.0 ## System.Threading.Channels -- Version: 7.0.0 +- Version: 8.0.0 - Authors: Microsoft - Project URL: https://dot.net/ -- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Channels/7.0.0) +- Source: [NuGet](https://www.nuget.org/packages/System.Threading.Channels/8.0.0) - License: [MIT]( https://github.com/dotnet/corefx/blob/master/LICENSE.TXT) @@ -23373,9 +24667,6 @@ corefx/LICENSE.TXT at master · dotnet/corefx · GitHub - - - @@ -23393,6 +24684,7 @@ Skip to content +Navigation Menu Toggle navigation @@ -23477,7 +24769,7 @@ Codespaces -Copilot +GitHub Copilot Write better code with AI @@ -23606,8 +24898,6 @@ By Solution - - DevSecOps @@ -23709,6 +24999,65 @@ Repositories + + Enterprise + + + + + + + + + + + + + +Enterprise platform + AI-powered developer platform + + + + + +Available add-ons + + + + + + + +Advanced Security + Enterprise-grade security features + + + + + + + + +GitHub Copilot + Enterprise-grade AI features + + + + + + + + +Premium Support + Enterprise-grade 24/7 support + + + + + + + Pricing @@ -23765,6 +25114,26 @@ Clear + + + + + + + + + + + + + + + + + + + + @@ -23914,7 +25283,6 @@ Dismiss alert - This repository has been archived by the owner on Jan 23, 2023. It is now read-only. @@ -23941,13 +25309,13 @@ Public archive Notifications - + You must be signed in to change notification settings Fork - 5.1k + 5k @@ -23956,7 +25324,7 @@ Fork Star - 17.8k + 17.7k @@ -23974,6 +25342,8 @@ Fork + + Code @@ -24020,6 +25390,7 @@ Additional navigation options + Code @@ -24085,7 +25456,7 @@ Footer - © 2024 GitHub, Inc. + © 2024 GitHub, Inc. @@ -25374,14 +26745,14 @@ consequential or other damages.
-TestableIO.System.IO.Abstractions 20.0.4 +TestableIO.System.IO.Abstractions 21.0.2 ## TestableIO.System.IO.Abstractions -- Version: 20.0.4 +- Version: 21.0.2 - 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) +- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions/21.0.2) - License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) @@ -25415,14 +26786,14 @@ SOFTWARE.
-TestableIO.System.IO.Abstractions.TestingHelpers 20.0.4 +TestableIO.System.IO.Abstractions.TestingHelpers 21.0.2 ## TestableIO.System.IO.Abstractions.TestingHelpers -- Version: 20.0.4 +- Version: 21.0.2 - 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) +- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.TestingHelpers/21.0.2) - License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) @@ -25456,14 +26827,14 @@ SOFTWARE.
-TestableIO.System.IO.Abstractions.Wrappers 20.0.4 +TestableIO.System.IO.Abstractions.Wrappers 21.0.2 ## TestableIO.System.IO.Abstractions.Wrappers -- Version: 20.0.4 +- Version: 21.0.2 - 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) +- Source: [NuGet](https://www.nuget.org/packages/TestableIO.System.IO.Abstractions.Wrappers/21.0.2) - License: [MIT](https://github.com/TestableIO/System.IO.Abstractions/raw/main/LICENSE) @@ -25618,14 +26989,14 @@ SOFTWARE.
-coverlet.collector 6.0.0 +coverlet.collector 6.0.2 ## coverlet.collector -- Version: 6.0.0 +- Version: 6.0.2 - Authors: tonerdo - Project URL: https://github.com/coverlet-coverage/coverlet -- Source: [NuGet](https://www.nuget.org/packages/coverlet.collector/6.0.0) +- Source: [NuGet](https://www.nuget.org/packages/coverlet.collector/6.0.2) - License: [MIT](https://github.com/coverlet-coverage/coverlet/raw/master/LICENSE) @@ -31717,7 +33088,7 @@ consequential or other damages. ``` MIT License -Copyright (c) 2019-2023 Josh Keegan +Copyright (c) 2019-2024 Josh Keegan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -31742,13 +33113,13 @@ SOFTWARE.
-xunit 2.6.5 +xunit 2.8.1 ## xunit -- Version: 2.6.5 +- Version: 2.8.1 - Authors: jnewkirk,bradwilson -- Source: [NuGet](https://www.nuget.org/packages/xunit/2.6.5) +- Source: [NuGet](https://www.nuget.org/packages/xunit/2.8.1) - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) @@ -31874,13 +33245,13 @@ Both sets of code are covered by the following license:
-xunit.analyzers 1.9.0 +xunit.analyzers 1.14.0 ## xunit.analyzers -- Version: 1.9.0 +- Version: 1.14.0 - Authors: jnewkirk,bradwilson,marcind -- Source: [NuGet](https://www.nuget.org/packages/xunit.analyzers/1.9.0) +- Source: [NuGet](https://www.nuget.org/packages/xunit.analyzers/1.14.0) - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit.analyzers/master/LICENSE) @@ -31905,13 +33276,13 @@ limitations under the License.
-xunit.assert 2.6.5 +xunit.assert 2.8.1 ## xunit.assert -- Version: 2.6.5 +- Version: 2.8.1 - Authors: jnewkirk,bradwilson -- Source: [NuGet](https://www.nuget.org/packages/xunit.assert/2.6.5) +- Source: [NuGet](https://www.nuget.org/packages/xunit.assert/2.8.1) - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) @@ -31970,13 +33341,13 @@ Both sets of code are covered by the following license:
-xunit.core 2.6.5 +xunit.core 2.8.1 ## xunit.core -- Version: 2.6.5 +- Version: 2.8.1 - Authors: jnewkirk,bradwilson -- Source: [NuGet](https://www.nuget.org/packages/xunit.core/2.6.5) +- Source: [NuGet](https://www.nuget.org/packages/xunit.core/2.8.1) - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) @@ -32035,13 +33406,13 @@ Both sets of code are covered by the following license:
-xunit.extensibility.core 2.6.5 +xunit.extensibility.core 2.8.1 ## xunit.extensibility.core -- Version: 2.6.5 +- Version: 2.8.1 - Authors: jnewkirk,bradwilson -- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.core/2.6.5) +- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.core/2.8.1) - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) @@ -32100,13 +33471,13 @@ Both sets of code are covered by the following license:
-xunit.extensibility.execution 2.6.5 +xunit.extensibility.execution 2.8.1 ## xunit.extensibility.execution -- Version: 2.6.5 +- Version: 2.8.1 - Authors: jnewkirk,bradwilson -- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.execution/2.6.5) +- Source: [NuGet](https://www.nuget.org/packages/xunit.extensibility.execution/2.8.1) - License: [Apache-2.0]( https://raw.githubusercontent.com/xunit/xunit/master/license.txt) @@ -32165,13 +33536,13 @@ Both sets of code are covered by the following license:
-xunit.runner.visualstudio 2.5.6 +xunit.runner.visualstudio 2.8.1 ## xunit.runner.visualstudio -- Version: 2.5.6 +- Version: 2.8.1 - Authors: jnewkirk,bradwilson -- Source: [NuGet](https://www.nuget.org/packages/xunit.runner.visualstudio/2.5.6) +- Source: [NuGet](https://www.nuget.org/packages/xunit.runner.visualstudio/2.8.1) - License: [MIT]( https://licenses.nuget.org/MIT) diff --git a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj index 8757d6ee4..b471101d9 100755 --- a/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj +++ b/src/Api/Monai.Deploy.InformaticsGateway.Api.csproj @@ -1,4 +1,4 @@ -