ASCOM.Alpaca.Components 1.0.0-beta9

This is a prerelease version of ASCOM.Alpaca.Components.
There is a newer version of this package available.
See the version list below for details.
dotnet add package ASCOM.Alpaca.Components --version 1.0.0-beta9
                    
NuGet\Install-Package ASCOM.Alpaca.Components -Version 1.0.0-beta9
                    
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.Alpaca.Components" Version="1.0.0-beta9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ASCOM.Alpaca.Components" Version="1.0.0-beta9" />
                    
Directory.Packages.props
<PackageReference Include="ASCOM.Alpaca.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.Alpaca.Components --version 1.0.0-beta9
                    
#r "nuget: ASCOM.Alpaca.Components, 1.0.0-beta9"
                    
#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.
#:package ASCOM.Alpaca.Components@1.0.0-beta9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ASCOM.Alpaca.Components&version=1.0.0-beta9&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ASCOM.Alpaca.Components&version=1.0.0-beta9&prerelease
                    
Install as a Cake Tool

Beta 9 Change Log

Alpaca Client Breaking Changes

  • To align with use elsewhere in the library, Alpaca client string device type parameters have been changed to require an ASCOM.Common.DeviceTypes enum value instead. Methods that supported "return all device types" functionality when the device type was set to an empty string, now require a null value instead of a DeviceTypes enum value.

    • The Devices.DeviceTypeToString(DeviceTypes deviceTypes) and Devices.StringToDeviceType(string deviceType) static utility methods can be used to convert from string device type names to equivalent enum values and vice versa. The Devices.StringToDeviceType method is case insensitive, it just requires the device type to be correctly spelled.
  • AlpacaDevice and AscomDevice constructors now require an HTTP/HTTPS service type parameter.

  • AscomDevice constructors now require the device type parameter to be a DeviceTypes enum value rather than a string value.

  • The AlpacaDiscovery.GetAscomDevices() and AlpacaDiscovery.GetAscomDevicesAsArrayList() methods now require the device type parameter to be specified as a DeviceTypes enum value.

Other Changes

  • The HTTP/HTTPS service type used when initiating an Alpaca discovery is now persisted to discovered Alpaca devices.
  • A new AlpacaClient.ClientConfiguration property has been added to all Alpaca clients. This enables Alpaca specific parameters, common to all device types, to be queried and set after client creation.
    • To facilitate control of AlpacaCamera specific properties, the AlpacaCamera.ImageArrayTransferType and AlpacaCamera.ImageArrayCompression properties have been added to the AlpacaCamera client class.
  • New T AlpacaClient.GetDevice<T> static generic methods have been added that enable Alpaca clients to be created from a supplied AscomDevice class instance.
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 (2)

Showing the top 2 NuGet packages that depend on ASCOM.Alpaca.Components:

Package Downloads
NINA.Equipment

This assembly contains the Equipment components of N.I.N.A. to interact and connect to various types of astronomy equipment.

ASCOM.Com.ChooserSA

Stand alone Chooser for use with .NET Framework 4.7.2 and later and .NET 5 and later projects.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ASCOM.Alpaca.Components:

Repository Stars
ASCOMInitiative/ASCOMPlatform
The ASCOM Platform implements the ASCOM interface standards and provides development and runtime components to ease driver and application development.
isbeorn/nina
N.I.N.A. (Nighttime Imaging 'N' Astronomy) - Advanced astrophotography sequencing software for Windows, supporting full automation of imaging sessions.
Version Downloads Last Updated
2.2.1 604 10/21/2025
2.2.0 192 10/13/2025
2.2.0-rc.1 150 7/8/2025
2.1.0 1,210 6/9/2025
2.1.0-rc.4 138 4/27/2025
2.1.0-rc.3 185 4/15/2025
2.1.0-rc.2 145 4/11/2025
2.1.0-rc.1 153 4/10/2025
2.0.9 422 2/11/2025
2.0.8 373 11/27/2024
2.0.7 212 11/4/2024
2.0.6 188 10/31/2024
2.0.5 232 10/10/2024
2.0.2 213 10/2/2024
2.0.1 221 9/23/2024
2.0.0-rc.23 114 7/11/2024
1.0.112 2,083 4/5/2024
1.0.111 637 1/8/2024
1.0.110 234 10/6/2023
1.0.109 251 10/5/2023
1.0.108 286 7/15/2023
1.0.107 270 5/28/2023
1.0.106 284 5/23/2023
1.0.96 302 4/27/2023
1.0.95 401 2/25/2023
1.0.70 408 1/9/2023
1.0.52 483 11/20/2022
1.0.50-beta 292 10/30/2022
1.0.36-beta 275 10/20/2022
1.0.33-beta 273 10/10/2022
1.0.30-beta 249 10/8/2022
1.0.1-beta1 252 10/3/2022
1.0.0-beta9 239 10/3/2022
1.0.0-beta8 287 9/27/2022
1.0.0-beta7 294 9/27/2022
1.0.0-beta6 274 9/27/2022
1.0.0-beta5 315 9/26/2022
1.0.0-beta4 263 9/24/2022
1.0.0-beta3 271 8/27/2022
1.0.0-beta2 309 8/24/2022
1.0.0-beta1 386 8/23/2022

Initial release supporting all device types except Video and targeting .NET Standard 2.0.