ASCOM.Common.Components 2.0.9

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package ASCOM.Common.Components --version 2.0.9
                    
NuGet\Install-Package ASCOM.Common.Components -Version 2.0.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ASCOM.Common.Components" Version="2.0.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ASCOM.Common.Components" Version="2.0.9" />
                    
Directory.Packages.props
<PackageReference Include="ASCOM.Common.Components" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ASCOM.Common.Components --version 2.0.9
                    
#r "nuget: ASCOM.Common.Components, 2.0.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=ASCOM.Common.Components&version=2.0.9
                    
Install ASCOM.Common.Components as a Cake Addin
#tool nuget:?package=ASCOM.Common.Components&version=2.0.9
                    
Install ASCOM.Common.Components as a Cake Tool

ASCOM.Common

This is a set of data classes and utility functions to support writing ALpaca devices and COM clients. Written to .Net Standard 2.0 for maximum applicability.

This release supports the interface updates introduced in ASCOM Platform 7.

Components

  • ASCOM.Common.Alpaca - Common types for accessing and working with Alpaca devices.
  • ASCOM.Common.Com - Common types for accessing and working with ASCOM COM drivers.
  • ASCOM.Common.DeviceInterfaces - Device interfaces for Alpaca and COM drivers. Also includes types and enums.
  • ASCOM.Common.Helpers - Sets of extension methods to help use ASCOM and Alpaca drivers.
  • ASCOM.Common.Interfaces - Interfaces for library functions.

Version History

The version history only contains entries when a change is made, if a release version is not listed below, there was no change to this component in that release.

Release 2.0.9

  • Add new InterfaceHasMember and DeviceCapabilities.VersionIntroduced methods to help clients and drivers support multiple interface versions.

Release 2.0.8

  • Refactor DeviceCapabilities so that there is only one source of truth for when interface changes occurred.
  • Add IsSupportedInterface and IsValidInterface methods to DeviceCapabilities.

Release 2.0.7

  • Added further logging to the ConnectAsync extension to aid debugging.

Release 2.0.6

  • Fix - The ConnectAsync and DisconnectAsync extension methods now work correctly with both Platform 6 and 7 devices. Both methods have additional mandatory parameters to specify the device type and interface version implemented by the device. These are required to enable the method to differentiate between Platform 6 and Platform 7 interfaces. For Platform 7 interface devices the Connect() and Disconnect() methods are used while the Connected property is used for Platform 6 devices.

Release 2.0.0

  • No change.

Release 2.0.0-rc.28

  • No change.

Release 2.0.0-rc.23

  • Add support for Platform 7 interface changes.

  • Added JSON response classes for new interface members.

  • Added further discovery members to DeviceCapabilities such as IsPlatform7Orlater(), HasConnectAndDeviceState() and HasCoverMoving().

  • Added client async task extensions ConnectAsync() and DisconnectAsync().

  • Fix - A MethodNotImplementedException was replaced by a NotImplementedException in line with Library policy.

  • Fix - Client async methods now respect timeouts if the target driver/device locks up and does not return from the initiator or polling variable.

  • Release 1.0.112

  • No change.

Release 1.0.111

  • No change.

Release 1.0.110

  • Re-release of version 1.0.109 without additional features and changes that are intended for a future release.

Release 1.0.109

  • No change.

Release 1.0.108

  • No change.

Release 1.0.107

  • No change.

Release 1.0.106

  • A new base class has been introduced in the Alpaca response classes to enable just error keys to be extracted from JSON responses. This is expected to be a non-breaking backward compatible change.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on ASCOM.Common.Components:

Package Downloads
ASCOM.Tools

A set of components to support development of ASCOM clients, drivers and Alpaca devices. Includes support for the interface updates introduced in ASCOM Platform 7.

ASCOM.Com.Components

A .Net Standard library for accessing ASCOM COM based drivers on Windows platforms and for reading ASCOM Profile information. Includes support for the interface updates introduced in ASCOM Platform 7.

ASCOM.Alpaca.Device

A .Net Standard library providing ASCOM Alpaca device / driver specific components.

ASCOM.Alpaca.Components

A .Net Standard library providing ASCOM Alpaca client and discovery components. Includes support for the interface updates introduced in ASCOM Platform 7.

ASCOM.AstrometryTools

A set of components to support Astrometry. Includes support for the interface updates introduced in ASCOM Platform 7.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.0-rc.4 117 4/27/2025
2.1.0-rc.3 160 4/15/2025
2.1.0-rc.2 101 4/11/2025
2.1.0-rc.1 135 4/10/2025
2.0.9 567 2/11/2025
2.0.8 637 11/27/2024
2.0.7 345 11/4/2024
2.0.6 249 10/31/2024
2.0.5 775 10/10/2024
2.0.2 280 10/2/2024
2.0.1 298 9/23/2024
2.0.0-rc.23 101 7/11/2024
1.0.112 1,644 4/5/2024
1.0.111 718 1/8/2024
1.0.110 962 10/6/2023
1.0.109 372 10/5/2023
1.0.108 553 7/15/2023
1.0.107 459 5/28/2023
1.0.106 417 5/23/2023
1.0.96 539 4/27/2023
1.0.95 792 2/25/2023
1.0.70 1,114 1/9/2023
1.0.52 1,253 11/20/2022
1.0.50-beta 445 10/30/2022
1.0.36-beta 379 10/20/2022
1.0.33-beta 362 10/10/2022
1.0.30-beta 336 10/8/2022
1.0.1-beta1 309 10/3/2022
1.0.0-beta9 343 10/3/2022
1.0.0-beta8 345 9/27/2022
1.0.0-beta7 336 9/27/2022
1.0.0-beta6 378 9/27/2022
1.0.0-beta5 364 9/26/2022
1.0.0-beta4 362 9/24/2022
1.0.0-beta3 392 8/27/2022
1.0.0-beta2 379 8/24/2022
1.0.0-beta1 435 8/23/2022