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
    • Empower Replay: Limited Edition
    • 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
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • 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)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

C#5 “Async function feature” DataMiner compatibility

Solved1.20K views28th February 2022versioning
2
Jason Pitteman [SLC] [DevOps Member]556 28th February 2022 0 Comments

In a connector (in development) we are using the async keyword which requires C# 5.0 and there is an element, using that connector, running on DataMiner 9.6.0.0-9222 which has been running smoothly the last couple of weeks.

However in order to release this protocol I need to add the MinimumRequiredVersion which should be 9.6.11.0 – 8649 according to the release note (23095). But this RN applies to C#6.0 – 7.3.

Could somebody confirm from which version onwards C#5.0 is officially supported because it seems to work on our 9.6.0.0-9222?

Jason Pitteman [SLC] [DevOps Member] Selected answer as best 28th February 2022

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
3
Bert Buysschaert [SLC] [DevOps Advocate]4.87K Posted 28th February 2022 1 Comment

Before DataMiner switched to the Roslyn compiler with RN20746, it used the System.CodeDom.Compiler library. This uses the C# compiler that is included in the .NET Framework and can be found at C:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe

The C#5 language features are implictly supported by this library as long as .NET Framework 4.5 or higher is installed. As DataMiner 9.6 requires .NET 4.5 this should always be the case.

Note that this does not apply to higher versions, i.e. installing .NET Framework 4.6 will not support C#6 language features through the System.CodeDom.Compiler library.

Jason Pitteman [SLC] [DevOps Member] Posted new comment 28th February 2022
Jason Pitteman [SLC] [DevOps Member] commented 28th February 2022

Thank you very much for this explanation.

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

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs