Skip to content
DataMiner Dojo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
      • Book your Agile Fundamentals training
      • Book your Kanban workshop
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Program
    • DataMiner DevOps Support
    • Feature Suggestions
  • Downloads
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

.NET SDK Connector Programming DIS

393 views7th May 2026sdk Skyline.DataMiner.Net
2
Michael Loidolt [DevOps Member]97 4th May 2026 0 Comments

I have a question regarding the .NET SDK. When programming a connector with Visual Studio with DIS, how can I specify the .NET SDK version? Or how can I update an existing project to a newer SDK version? 

Michael Loidolt [DevOps Member] Answered question 7th May 2026

4 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Pedro Debevere [SLC] [DevOps Enabler]3.09K Posted 5th May 2026 0 Comments

Hi Michael,

To avoid confusion, the global.json file is only relevant for solutions that make use of the Skyline.DataMiner.Sdk SDK (like Automation script solutions) Such projects have the following in the csproj: <Project Sdk="Skyline.DataMiner.Sdk">. Connectors, however, do not use this SDK (you can see this because QAction project have the following in their csproj files: <Project Sdk="Microsoft.NET.Sdk">).

The NuGet you mention only specifies netstandard2.1 as possible target, but that is not supported by .NET Framework 4.8. See supported frameworks.

What you could do:

  • Contact the maintainers of the repo and request if it's a possibility to also have a netstandard2.0 target included in the NuGet
  • If the license allows this, build the source code and put the created DLL in the DLLs folder of the connector solution and add a reference to it from the QAction (note, if this approach is used, all transitive DLLs must also be included).
Pedro Debevere [SLC] [DevOps Enabler] Edited answer 5th May 2026
0
Michael Loidolt [DevOps Member]97 Posted 7th May 2026 0 Comments

Hi Pedro,

Thank you very much for the answers.
I am currently trying to build the DLL myself according to your suggestion (2) and set a reference to the Qaction.

Michael Loidolt [DevOps Member] Answered question 7th May 2026
0
Michael Loidolt [DevOps Member]97 Posted 5th May 2026 0 Comments

Hi Tom and Pedro
Thank you so much for your replies!
I tried using Tom's version. I created a new solution and a global.json file. I then get an error message: "Package 'Skyline.DataMiner.Sdk 2.5.2' has a package type 'MSBuildSdk' that is not supported by project 'Internal\QAction_Helper'." Even after deleting the Action_helper, I still get an error message about QAction_2.

I actually wanted to create a solution and add EmberPlus.ConsumerLib, but when I do that, I get the following error message:

Package EmberPlus.ConsumerLib 0.0.13 is not compatible with net48 (.NETFramework,Version=v4.8). Package EmberPlus.ConsumerLib 0.0.13 supports: netstandard2.1 (.NETStandard,Version=v2.1)
How can I resolve this version conflict?
Thank you

Michael Loidolt [DevOps Member] Answered question 5th May 2026
0
Pedro Debevere [SLC] [DevOps Enabler]3.09K Posted 5th May 2026 0 Comments

Hi Michael,

Connector QActions currently target .NET Framework 4.8. (You can see this when you double click the project file in the solution explorer:<TargetFramework>net48</TargetFramework>)

On DataMiner, QActions are compiled using the .NET Compiler Platform (version 2.9) and during compilation it uses assembly references of the latest version of the .NET Framework it found on the Agent (see also QAction compilation).

Note that there is currently no support to let QActions target newer runtimes such as e.g. .NET 10.

Pedro Debevere [SLC] [DevOps Enabler] Answered question 5th May 2026
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2026 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin