Skip to content

Bump Azure.Identity and 11 others#7

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/XtremeIdiots.Portal.Server.Agent.App.Tests/nuget-3e1accfae9
Closed

Bump Azure.Identity and 11 others#7
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/XtremeIdiots.Portal.Server.Agent.App.Tests/nuget-3e1accfae9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 15, 2026

Updated Azure.Identity from 1.17.1 to 1.21.0.

Release notes

Sourced from Azure.Identity's releases.

1.21.0

1.21.0 (2026-04-10)

Other Changes

  • All Azure.Identity types have been moved to Azure.Core and are now available through TypeForwardedTo attributes. This is a non-breaking change — existing code continues to work transparently. The library's version number now aligns with that of Azure.Core. See the Migration Guide for details.

1.20.0

1.20.0 (2026-03-30)

Features Added

  • Added a JSON schema segment to the NuGet package that provides IntelliSense and validation for Azure.Identity credential configuration in appsettings.json.

Breaking Changes

  • AddAzureClient, AddKeyedAzureClient, and WithAzureCredential return type changed from IHostApplicationBuilder to IClientBuilder to align with the IClientBuilder composition change in System.ClientModel.

1.19.0

1.19.0 (2026-03-11)

Features Added

  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the "My" store in the "CurrentUser" location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

1.17.2

1.17.2 (2026-04-15)

Other Changes

  • Updated Microsoft.Identity.Client and Microsoft.Identity.Client.Extensions.Msal dependencies to version 4.83.1.

Commits viewable in compare view.

Updated Azure.Storage.Blobs from 12.24.0 to 12.27.0.

Release notes

Sourced from Azure.Storage.Blobs's releases.

12.27.0-beta.1

12.27.0-beta.1 (2026-03-24)

Features Added

  • Added support for service version 2026-06-06.
  • Added DataLakePathClient, DataLakeFileClient, and DataLakeDirectoryClient.GetSystemProperties() and .GetSystemPropertiesAsync().
  • Added DataLakePathClient, DataLakeFileClient, and DataLakeDirectoryClient.GetTags(), .GetTagsAsync(), .SetTags(), and .SetTagsAsync().

12.26.0-beta.1

12.26.0-beta.1 (2026-03-24)

Features Added

  • Added support for service version 2026-06-06.

Commits viewable in compare view.

Updated FluentFTP from 51.1.0 to 54.1.1.

Release notes

Sourced from FluentFTP's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.ApplicationInsights from 2.23.0 to 3.1.0.

Release notes

Sourced from Microsoft.ApplicationInsights's releases.

3.1.0

Version 3.1.0

3.0.0

3.0.0-rc1

3.0.0-beta2

Added

  • Automatic configuration binding from "ApplicationInsights" section in appsettings.json for both AspNetCore and WorkerService packages with configuration precedence: environment variables > explicit configuration > appsettings.json
  • Added support for Entra ID (Azure Active Directory) authentication using Azure.Core.TokenCredential
  • Added Self Diagnostics feature
  • Updated the default sampler from Fixed Rate to Rate-Limited Sampling.
  • Update Azure Monitor Exporter to 1.6.0-beta.2
  • Add comprehensive applicationinsights.config support
  • Add properties in TelemetryConfiguration to configure underlying exporter

Bug fix

  • Fix TrackMetric(MetricTelemetry) unsupported telemetry type error

3.0.0-beta1

  • The following Application Insights packages in this repo now use OpenTelemetry internally. OpenTelemetry is the industry standard for telemetry collection and provides better interoperability with other observability tools.
    • Microsoft.ApplicationInsights
    • Microsoft.ApplicationInsights.AspNetCore
    • Microsoft.ApplicationInsights.WorkerService
    • Microsoft.ApplicationInsights.Web
    • Microsoft.ApplicationInsights.NLogTarget
  • Classic APIs of the above packages are preserved; calls are translated to OpenTelemetry telemetry.
  • Other packages not listed above (such as certain auto-collectors and logging adapters that were published from this repo previously) will not have future versions published. See BreakingChanges.md for details.

Commits viewable in compare view.

Updated Microsoft.ApplicationInsights.AspNetCore from 2.23.0 to 3.1.0.

Release notes

Sourced from Microsoft.ApplicationInsights.AspNetCore's releases.

3.1.0

Version 3.1.0

3.0.0

3.0.0-rc1

3.0.0-beta2

Added

  • Automatic configuration binding from "ApplicationInsights" section in appsettings.json for both AspNetCore and WorkerService packages with configuration precedence: environment variables > explicit configuration > appsettings.json
  • Added support for Entra ID (Azure Active Directory) authentication using Azure.Core.TokenCredential
  • Added Self Diagnostics feature
  • Updated the default sampler from Fixed Rate to Rate-Limited Sampling.
  • Update Azure Monitor Exporter to 1.6.0-beta.2
  • Add comprehensive applicationinsights.config support
  • Add properties in TelemetryConfiguration to configure underlying exporter

Bug fix

  • Fix TrackMetric(MetricTelemetry) unsupported telemetry type error

3.0.0-beta1

  • The following Application Insights packages in this repo now use OpenTelemetry internally. OpenTelemetry is the industry standard for telemetry collection and provides better interoperability with other observability tools.
    • Microsoft.ApplicationInsights
    • Microsoft.ApplicationInsights.AspNetCore
    • Microsoft.ApplicationInsights.WorkerService
    • Microsoft.ApplicationInsights.Web
    • Microsoft.ApplicationInsights.NLogTarget
  • Classic APIs of the above packages are preserved; calls are translated to OpenTelemetry telemetry.
  • Other packages not listed above (such as certain auto-collectors and logging adapters that were published from this repo previously) will not have future versions published. See BreakingChanges.md for details.

Commits viewable in compare view.

Updated Microsoft.ApplicationInsights.Profiler.AspNetCore from 3.0.1 to 3.0.2.

Updated Microsoft.Extensions.Diagnostics.HealthChecks from 9.0.7 to 10.0.6.

Release notes

Sourced from Microsoft.Extensions.Diagnostics.HealthChecks's releases.

10.0.0-preview.6.25358.103

You can build .NET 10.0 Preview 6 from the repository by cloning the release tag v10.0.0-preview.6.25358.103 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.5.25277.114

You can build .NET 10.0 Preview 5 from the repository by cloning the release tag v10.0.0-preview.5.25277.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.4.25258.110

You can build .NET 10.0 Preview 4 from the repository by cloning the release tag v10.0.0-preview.4.25258.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.3.25171.5

You can build .NET 10.0 Preview 3 from the repository by cloning the release tag v10.0.0-preview.3.25171.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.2.25163.2

You can build .NET 10.0 Preview 2 from the repository by cloning the release tag v10.0.0-preview.2.25163.2 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

10.0.0-preview.1.25080.5

You can build .NET 10.0 Preview 1 from the repository by cloning the release tag v10.0.0-preview.1.25080.5 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.116

You can build .NET 9.0 from the repository by cloning the release tag v9.0.116 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.115

You can build .NET 9.0 from the repository by cloning the release tag v9.0.115 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.114

You can build .NET 9.0 from the repository by cloning the release tag v9.0.114 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached is the PGP signature for the GitHub generated tarball. You can find the public key at https://dot.net/release-key-2023

9.0.113

You can build .NET 9.0 from the repository by cloning the release tag v9.0.113 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.112

You can build .NET 9.0 from the repository by cloning the release tag v9.0.112 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.111

You can build .NET 9.0 from the repository by cloning the release tag v9.0.111 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.110

You can build .NET 9.0 from the repository by cloning the release tag v9.0.110 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.109

You can build .NET 9.0 from the repository by cloning the release tag v9.0.109 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

9.0.101

You can build .NET 9.0 from the repository by cloning the release tag v9.0.101 and following the build instructions in the main README.md.

Alternatively, you can build from the sources attached to this release directly.
More information on this process can be found in the dotnet/dotnet repository.

Attached are PGP signatures for the GitHub generated tarball and zipball. You can find the public key at https://dot.net/release-key-2023

Commits viewable in compare view.

Updated Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0.

Release notes

Sourced from Microsoft.NET.Test.Sdk's releases.

18.4.0

What's Changed

New Contributors

Full Changelog: microsoft/vstest@v18.3.0...v18.4.0

Commits viewable in compare view.

Updated XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1 from 2.1.121 to 2.1.147.

Release notes

Sourced from XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1's releases.

2.1.147

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.146...v2.1.147

2.1.146

What's Changed

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.144...v2.1.146

2.1.144

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.143...v2.1.144

2.1.143

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.142...v2.1.143

2.1.142

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.141...v2.1.142

2.1.141

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.140...v2.1.141

2.1.140

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.139...v2.1.140

2.1.139

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.138...v2.1.139

2.1.138

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.137...v2.1.138

2.1.137

What's Changed

Full Changelog: frasermolyneux/portal-servers-integration@v2.1.121...v2.1.137

Commits viewable in compare view.

Updated XtremeIdiots.Portal.Repository.Api.Client.Testing from 2.1.182 to 2.1.201.

Release notes

Sourced from XtremeIdiots.Portal.Repository.Api.Client.Testing's releases.

2.1.201

Full Changelog: frasermolyneux/portal-repository@v2.1.200...v2.1.201

2.1.200

Full Changelog: frasermolyneux/portal-repository@v2.1.198...v2.1.200

2.1.198

Full Changelog: frasermolyneux/portal-repository@v2.1.197...v2.1.198

2.1.197

Full Changelog: frasermolyneux/portal-repository@v2.1.196...v2.1.197

2.1.196

What's Changed

Full Changelog: frasermolyneux/portal-repository@v2.1.194...v2.1.196

2.1.194

Full Changelog: frasermolyneux/portal-repository@v2.1.193...v2.1.194

2.1.193

Full Changelog: frasermolyneux/portal-repository@v2.1.192...v2.1.193

2.1.192

Full Changelog: frasermolyneux/portal-repository@v2.1.188...v2.1.192

2.1.188

Full Changelog: frasermolyneux/portal-repository@v2.1.187...v2.1.188

2.1.187

Full Changelog: frasermolyneux/portal-repository@v2.1.186...v2.1.187

2.1.186

Full Changelog: frasermolyneux/portal-repository@v2.1.185...v2.1.186

2.1.185

Full Changelog: frasermolyneux/portal-repository@v2.1.184...v2.1.185

2.1.184

Full Changelog: frasermolyneux/portal-repository@v2.1.183...v2.1.184

2.1.183

Full Changelog: frasermolyneux/portal-repository@v2.1.182...v2.1.183

Commits viewable in compare view.

Updated XtremeIdiots.Portal.Repository.Api.Client.V1 from 2.1.182 to 2.1.201.

Release notes

Sourced from XtremeIdiots.Portal.Repository.Api.Client.V1's releases.

2.1.201

Full Changelog: frasermolyneux/portal-repository@v2.1.200...v2.1.201

2.1.200

Full Changelog: frasermolyneux/portal-repository@v2.1.198...v2.1.200

2.1.198

Full Changelog: frasermolyneux/portal-repository@v2.1.197...v2.1.198

2.1.197

Full Changelog: frasermolyneux/portal-repository@v2.1.196...v2.1.197

2.1.196

What's Changed

Full Changelog: frasermolyneux/portal-repository@v2.1.194...v2.1.196

2.1.194

Full Changelog: frasermolyneux/portal-repository@v2.1.193...v2.1.194

2.1.193

Full Changelog: frasermolyneux/portal-repository@v2.1.192...v2.1.193

2.1.192

Full Changelog: frasermolyneux/portal-repository@v2.1.188...v2.1.192

2.1.188

Full Changelog: frasermolyneux/portal-repository@v2.1.187...v2.1.188

2.1.187

Full Changelog: frasermolyneux/portal-repository@v2.1.186...v2.1.187

2.1.186

Full Changelog: frasermolyneux/portal-repository@v2.1.185...v2.1.186

2.1.185

Full Changelog: frasermolyneux/portal-repository@v2.1.184...v2.1.185

2.1.184

Full Changelog: frasermolyneux/portal-repository@v2.1.183...v2.1.184

2.1.183

Full Changelog: frasermolyneux/portal-repository@v2.1.182...v2.1.183

Commits viewable in compare view.

Updated XtremeIdiots.Portal.Server.Events.Abstractions.V1 from 1.1.19 to 1.1.25.

Release notes

Sourced from XtremeIdiots.Portal.Server.Events.Abstractions.V1's releases.

1.1.25

Full Changelog: frasermolyneux/portal-server-events@v1.1.24...v1.1.25

1.1.24

Full Changelog: frasermolyneux/portal-server-events@v1.1.23...v1.1.24

1.1.23

Full Changelog: frasermolyneux/portal-server-events@v1.1.22...v1.1.23

1.1.22

Full Changelog: frasermolyneux/portal-server-events@v1.1.21...v1.1.22

1.1.21

Full Changelog: frasermolyneux/portal-server-events@v1.1.20...v1.1.21

1.1.20

Full Changelog: frasermolyneux/portal-server-events@v1.1.19...v1.1.20

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps Azure.Identity from 1.17.1 to 1.21.0
Bumps Azure.Storage.Blobs from 12.24.0 to 12.27.0
Bumps FluentFTP from 51.1.0 to 54.1.1
Bumps Microsoft.ApplicationInsights from 2.23.0 to 3.1.0
Bumps Microsoft.ApplicationInsights.AspNetCore from 2.23.0 to 3.1.0
Bumps Microsoft.ApplicationInsights.Profiler.AspNetCore from 3.0.1 to 3.0.2
Bumps Microsoft.Extensions.Diagnostics.HealthChecks from 9.0.7 to 10.0.6
Bumps Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0
Bumps XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1 from 2.1.121 to 2.1.147
Bumps XtremeIdiots.Portal.Repository.Api.Client.Testing from 2.1.182 to 2.1.201
Bumps XtremeIdiots.Portal.Repository.Api.Client.V1 from 2.1.182 to 2.1.201
Bumps XtremeIdiots.Portal.Server.Events.Abstractions.V1 from 1.1.19 to 1.1.25

---
updated-dependencies:
- dependency-name: Azure.Identity
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: Azure.Storage.Blobs
  dependency-version: 12.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: FluentFTP
  dependency-version: 54.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.ApplicationInsights.AspNetCore
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.ApplicationInsights.Profiler.AspNetCore
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1
  dependency-version: 2.1.147
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Repository.Api.Client.V1
  dependency-version: 2.1.201
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Server.Events.Abstractions.V1
  dependency-version: 1.1.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: Microsoft.ApplicationInsights
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-version: 10.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1
  dependency-version: 2.1.147
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Repository.Api.Client.Testing
  dependency-version: 2.1.201
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Repository.Api.Client.V1
  dependency-version: 2.1.201
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
- dependency-name: XtremeIdiots.Portal.Server.Events.Abstractions.V1
  dependency-version: 1.1.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 15, 2026
@github-actions github-actions Bot enabled auto-merge (squash) April 15, 2026 21:59
@github-actions
Copy link
Copy Markdown

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 15 package(s) with unknown licenses.
See the Details below.

License Issues

src/XtremeIdiots.Portal.Server.Agent.App.Tests/XtremeIdiots.Portal.Server.Agent.App.Tests.csproj

PackageVersionLicenseIssue Type
Microsoft.ApplicationInsights3.1.0NullUnknown License
Microsoft.Extensions.Diagnostics.HealthChecks10.0.6NullUnknown License
Microsoft.NET.Test.Sdk18.4.0NullUnknown License
XtremeIdiots.Portal.Integrations.Servers.Api.Client.V12.1.147NullUnknown License
XtremeIdiots.Portal.Repository.Api.Client.Testing2.1.201NullUnknown License
XtremeIdiots.Portal.Repository.Api.Client.V12.1.201NullUnknown License
XtremeIdiots.Portal.Server.Events.Abstractions.V11.1.25NullUnknown License

src/XtremeIdiots.Portal.Server.Agent.App/XtremeIdiots.Portal.Server.Agent.App.csproj

PackageVersionLicenseIssue Type
Azure.Identity1.21.0NullUnknown License
FluentFTP54.1.1NullUnknown License
Microsoft.ApplicationInsights.AspNetCore3.1.0NullUnknown License
Microsoft.ApplicationInsights.Profiler.AspNetCore3.0.2NullUnknown License
Microsoft.Extensions.Diagnostics.HealthChecks10.0.6NullUnknown License
XtremeIdiots.Portal.Integrations.Servers.Api.Client.V12.1.147NullUnknown License
XtremeIdiots.Portal.Repository.Api.Client.V12.1.201NullUnknown License
XtremeIdiots.Portal.Server.Events.Abstractions.V11.1.25NullUnknown License

OpenSSF Scorecard

Scorecard details
PackageVersionScoreDetails
nuget/Microsoft.ApplicationInsights 3.1.0 UnknownUnknown
nuget/Microsoft.Extensions.Diagnostics.HealthChecks 10.0.6 UnknownUnknown
nuget/Microsoft.NET.Test.Sdk 18.4.0 🟢 4.3
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1030 commit(s) and 26 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
Code-Review🟢 6Found 18/27 approved changesets -- score normalized to 6
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Binary-Artifacts⚠️ 0binaries present in source code
License🟢 10license file detected
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ -1no releases found
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection⚠️ 2branch protection is not maximal on development and all release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
nuget/XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1 2.1.147 UnknownUnknown
nuget/XtremeIdiots.Portal.Repository.Api.Client.Testing 2.1.201 UnknownUnknown
nuget/XtremeIdiots.Portal.Repository.Api.Client.V1 2.1.201 UnknownUnknown
nuget/XtremeIdiots.Portal.Server.Events.Abstractions.V1 1.1.25 UnknownUnknown
nuget/Azure.Identity 1.21.0 UnknownUnknown
nuget/Azure.Storage.Blobs 12.27.0 🟢 7.2
Details
CheckScoreReason
Code-Review🟢 10all changesets reviewed
Maintained🟢 1030 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Packaging⚠️ -1packaging workflow not detected
License🟢 10license file detected
Security-Policy🟢 10security policy file detected
Token-Permissions🟢 9detected GitHub workflow tokens with excessive permissions
Signed-Releases⚠️ -1no releases found
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Branch-Protection🟢 5branch protection is not maximal on development and all release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed
Binary-Artifacts🟢 9binaries present in source code
Pinned-Dependencies🟢 5dependency not pinned by hash detected -- score normalized to 5
nuget/FluentFTP 54.1.1 UnknownUnknown
nuget/Microsoft.ApplicationInsights.AspNetCore 3.1.0 UnknownUnknown
nuget/Microsoft.ApplicationInsights.Profiler.AspNetCore 3.0.2 UnknownUnknown
nuget/Microsoft.Extensions.Diagnostics.HealthChecks 10.0.6 UnknownUnknown
nuget/XtremeIdiots.Portal.Integrations.Servers.Api.Client.V1 2.1.147 UnknownUnknown
nuget/XtremeIdiots.Portal.Repository.Api.Client.V1 2.1.201 UnknownUnknown
nuget/XtremeIdiots.Portal.Server.Events.Abstractions.V1 1.1.25 UnknownUnknown

Scanned Files

  • src/XtremeIdiots.Portal.Server.Agent.App.Tests/XtremeIdiots.Portal.Server.Agent.App.Tests.csproj
  • src/XtremeIdiots.Portal.Server.Agent.App/XtremeIdiots.Portal.Server.Agent.App.csproj

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 16, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 16, 2026
auto-merge was automatically disabled April 16, 2026 05:59

Pull request was closed

@dependabot dependabot Bot deleted the dependabot/nuget/src/XtremeIdiots.Portal.Server.Agent.App.Tests/nuget-3e1accfae9 branch April 16, 2026 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant