Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Updated Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.1.

Release notes

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

18.0.1

What's Changed

Fixing an issue with loading covrun64.dll on systems that have .NET 10 SDK installed: https://learn.microsoft.com/en-us/dotnet/core/compatibility/sdk/10.0/code-coverage-dynamic-native-instrumentation

Internal changes

Full Changelog: microsoft/vstest@v18.0.0...v18.0.1

18.0.0

What's Changed

Internal fixes and updates

17.14.1

What's Changed

Full Changelog: microsoft/vstest@v17.14.0...v17.14.1

17.14.0

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

New Contributors

17.14.0-preview-25107-01

What's Changed

.NET versions updated

This version of VS Test upgraded .NET to net8 and net9. All projects targeting net6.0 (or other end-of-life .NET target frameworks) should pin their version of Microsoft.NET.Test.SDK to 17.13.0, or update the projects to net8 or newer. We remain backwards compatible with previous versions of Microsoft.NET.Test.SDK. This change does NOT prevent you from:

  • Updating to the latest VS, and running tests from net6.0 test projects.
  • Updating to the latest .NET SDK, and running tests from net6.0 test projects.

It also has no impact on .NET Framework projects, where we continue targeting .NET Framework 4.6.2.

Changes

Internal version updates and fixes

Will probably revert before release:

New Contributors

Full Changelog: microsoft/vstest@v17.13.0...v17.14.0-preview-25107-01

Commits viewable in compare view.

Updated Newtonsoft.Json from 13.0.3 to 13.0.4.

Release notes

Sourced from Newtonsoft.Json's releases.

13.0.4

  • New feature - Annotated for trim/AOT (in)compatibility
  • New feature - Added support for using Index with JArray
  • Change - Avoid LINQ expression trees in .NET 6+ reflection
  • Fix - Fixed handling of empty constructor names
  • Fix - Fixed XML convert duplicate attribute error on nested arrays with writeArrayAttribute set to true
  • Fix - Fixed XML convert array attribute is not set for properties with special characters
  • Fix - Fixed TimeOnly deserialization to support more formats

Commits viewable in compare view.

Updated NUnit from 4.3.2 to 4.4.0.

Release notes

Sourced from NUnit's releases.

4.4.0

See release notes for details.

Commits viewable in compare view.

Updated NUnit3TestAdapter from 5.0.0 to 6.0.1.

Release notes

Sourced from NUnit3TestAdapter's releases.

6.0.1

See release notes

6.0.0

See release notes

5.2.0

See release notes

5.1.0

See release notes

Commits viewable in compare view.

Updated Skyline.DataMiner.Core.AppPackageInstaller from 2.0.5 to 3.1.1.

Release notes

Sourced from Skyline.DataMiner.Core.AppPackageInstaller's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Skyline.DataMiner.Core.DataMinerSystem.Automation from 1.1.2.2 to 1.1.3.6.

Updated Skyline.DataMiner.Sdk from 1.0.4 to 2.3.0.

Release notes

Sourced from Skyline.DataMiner.Sdk's releases.

2.3.0

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.2.0...2.3.0

2.2.0

What's Changed

New Contributors

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.1.2...2.2.0

2.1.2

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.1.1...2.1.2

2.1.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.1.0...2.1.1

2.1.0

Basic Support for .dmtest Packages and Test Projects

This release introduces initial support for creating .dmtest packages and projects of the type Test Package.

The feature is designed to be used alongside QAOps, which is currently in internal release. QAOps is a DataMiner platform that enables:

  • Running regression test batteries on DataMiner Release Candidates as part of Skyline’s Quality Gate.
  • Executing tests on one or more DaaS servers.

⚠️ Note: This release does *not yet include support for publishing to the Catalog.

This functionality is currently undergoing internal trials.

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.2...2.1.0

2.1.0-alpha2

For debugging purposes. Uses all internet-accessible pre-release nugets.

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.2...2.1.0-alpha2

2.1.0-alpha1

This is for testing purposes.
It allows TestPackage as a project type.

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.1...2.1.0-alpha1

2.0.2

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.1...2.0.2

Important

  • Despite being added again in this release, the folder Webpages/Public in CompanionFiles does not sync across clusters until DataMiner Version 10.5.10

2.0.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@2.0.0...2.0.1

2.0.0

🔐 CompanionFiles Directory Restrictions

Starting from this version, CompanionFiles are restricted to a predefined set of approved directories.

✅ Actions Required

If you're maintaining a package that places CompanionFiles outside the allowed directories, please update it to:

  • Move files into an approved directory (listed below), or
  • Use SetupContent if the files are only required during installation.

❓ Why This Change?

  • Cluster Sync Compatibility: Only approved directories are guaranteed to sync correctly across a cluster.
  • Security Hardening: This prevents .dmapp packages from unintentionally or maliciously modifying sensitive credential or ownership data.

📂 Allowed Directories for CompanionFiles

You may safely place CompanionFiles in any of the following directories:

  • Aggregation
  • Applications (Low-Code Apps)
  • AssetManager/Configs
  • AssetManager/Cache
  • AssetManager/MediationConfigs
  • BPA
  • Connectivity
  • Correlation
  • Dashboards
  • DeployerTokens
  • Documents
  • Generic Interface
  • Icons
  • Maps
  • Protocols
  • ProtocolFunctionManager
  • ProtocolScripts
  • Scripts
  • Services
  • Shared Items
  • Sounds
  • Tools/SLLogCollector/LogConfigs
  • Users
  • Views
  • WebPages/Annotations/DMS Images
  • WebPages/Annotations/Views
  • WebPages/Dashboards/db

... (truncated)

2.0.0-test1

⚠️ Pre-Release Notice: For QA and Testing Only

This is a pre-release build intended for internal QA and testing purposes.
The stable release is scheduled for 07/07/2025. Please report any issues discovered during testing.


🔐 CompanionFiles Directory Restrictions

Starting from this version, CompanionFiles are restricted to a predefined set of approved directories.

✅ Actions Required

If you're maintaining a package that places CompanionFiles outside the allowed directories, please update it to:

  • Move files into an approved directory (listed below), or
  • Use SetupContent if the files are only required during installation.

❓ Why This Change?

  • Cluster Sync Compatibility: Only approved directories are guaranteed to sync correctly across a cluster.
  • Security Hardening: This prevents .dmapp packages from unintentionally or maliciously modifying sensitive credential or ownership data.

📂 Allowed Directories for CompanionFiles

You may safely place CompanionFiles in any of the following directories:

  • Aggregation
  • Applications (Low-Code Apps)
  • AssetManager/Configs
  • AssetManager/Cache
  • AssetManager/MediationConfigs
  • BPA
  • Connectivity
  • Correlation
  • Dashboards
  • DeployerTokens
  • Documents
  • Generic Interface
  • Icons
  • Maps
  • Protocols
  • ProtocolFunctionManager
  • ProtocolScripts
  • Scripts
  • Services
  • Shared Items
  • Sounds
    ... (truncated)

1.1.3

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@1.1.2...1.1.3

1.1.2

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@1.1.1...1.1.2

1.1.1

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@1.1.0...1.1.1

1.1.0

Release Notes – Skyline.DataMiner.Sdk v1.1.0

New Features & Enhancements

  • Catalog Integration Support
    The SDK now supports fetching artifacts directly from the DataMiner Catalog using CatalogReferences.xml. Users can reference catalog items by GUID and specify version constraints, ensuring seamless integration of external components.

  • Support for dmprotocol Packages
    The SDK now allows handling dmprotocol packages within application packages, enabling streamlined inclusion of protocol-related components in automation workflows.

Note: These enhancements only apply to projects with <DataMinerType>Package</DataMinerType>, ensuring targeted improvements for package-based solutions.

These updates provide greater flexibility and automation in managing dependencies, simplifying the development and deployment of DataMiner packages.

What's Changed

Full Changelog: SkylineCommunications/Skyline.DataMiner.Sdk@1.0.4...1.1.0

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 Microsoft.NET.Test.Sdk from 17.13.0 to 18.0.1
Bumps Newtonsoft.Json from 13.0.3 to 13.0.4
Bumps NUnit from 4.3.2 to 4.4.0
Bumps NUnit3TestAdapter from 5.0.0 to 6.0.1
Bumps Skyline.DataMiner.Core.AppPackageInstaller from 2.0.5 to 3.1.1
Bumps Skyline.DataMiner.Core.DataMinerSystem.Automation from 1.1.2.2 to 1.1.3.6
Bumps Skyline.DataMiner.Sdk from 1.0.4 to 2.3.0

---
updated-dependencies:
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Core.DataMinerSystem.Automation
  dependency-version: 1.1.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Core.AppPackageInstaller
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-version: 13.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: NUnit
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: NUnit3TestAdapter
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Skyline.DataMiner.Sdk
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Jan 5, 2026
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