Difference between revisions of "What's new in QuickOPC 2023.1"

From OPC Labs Knowledge Base
Jump to navigation Jump to search
Line 55: Line 55:
 
= Configuration and Instrumentation =  
 
= Configuration and Instrumentation =  
 
== OPC Classic ==
 
== OPC Classic ==
 +
-->
  
 
= Development Productivity =
 
= Development Productivity =
 
== Code Analysis ==
 
== Code Analysis ==
 
* When the Visual Studio extension is installed, it provides additional code analysis specifically aimed at the proper usage of QuickOPC APIs, and OPC in general. Affected places are marked up with "squiggles" directly in the code, and also appear as warnings (or other message severities) in the Error List window.
 
* When the Visual Studio extension is installed, it provides additional code analysis specifically aimed at the proper usage of QuickOPC APIs, and OPC in general. Affected places are marked up with "squiggles" directly in the code, and also appear as warnings (or other message severities) in the Error List window.
 +
<!--
 
== Visual Studio Integration ==
 
== Visual Studio Integration ==
  

Revision as of 20:46, 7 December 2022

See also: Versions; Previous version: What's new in QuickOPC 2022.2

Internal version number: 5.71

Key changes:


Targeting

  • .NET runtimes: Added support for .NET 7.
  • .NET runtimes: Removed support for .NET Core 3.1.


Development Productivity

Code Analysis

  • When the Visual Studio extension is installed, it provides additional code analysis specifically aimed at the proper usage of QuickOPC APIs, and OPC in general. Affected places are marked up with "squiggles" directly in the code, and also appear as warnings (or other message severities) in the Error List window.

Tools and Online Services

All Command-Line Tools

  • The .NET build configurations of the command-line tools now target .NET 7.
  • In table output, values in columns with data of enumerated types are now automatically colorized, allowing quick visual distinction between the distinct enum values.