ASCOM.Tools 2.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package ASCOM.Tools --version 2.0.5                
NuGet\Install-Package ASCOM.Tools -Version 2.0.5                
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.Tools" Version="2.0.5" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ASCOM.Tools --version 2.0.5                
#r "nuget: ASCOM.Tools, 2.0.5"                
#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.
// Install ASCOM.Tools as a Cake Addin
#addin nuget:?package=ASCOM.Tools&version=2.0.5

// Install ASCOM.Tools as a Cake Tool
#tool nuget:?package=ASCOM.Tools&version=2.0.5                

ASCOM.Tools

A set of cross platform utilities, logging, and basic settings providers that implement the ASCOM.Common interfaces. Written to .Net Standard 2.0 for maximum applicability.

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

Logging

Given the change to non shared libraries should TraceLogger require a mutex?

Utilities

  • ConsoleLogger is an ILogger implementation that logs out to the console, using color coding messages
  • Logger is a static class which contains an ILogger. ASCOM Standard logs out here, but a developer can switch the logging provider. This allows the platform to use the same logger as the developed software. All methods are safe, they should never be able to throw.
  • TraceLogger is a cross platform implementation of the ASCOM Platform's TraceLogger that exposes ILogger. This is the default logger for ASCOM Standard
  • XMLProfile is a IProfile implementation that stores settings in an xml file. By default this is stored in $HOME/.config/stuff on Linux and User/.ASCOM/stuff on Windows. You can see the full paths and how they are created in the class. The reason Windows uses .ASCOM instead of .config is that .config is created by third party software on Windows and could be removed by that software. The locations need to be approved and this needs to be tested on MacOS (coming soon).
  • Sofa is a cross platform release of the ASCOM Platform's SOFA component.
  • Utilities contains a variety of astronomy oriented helper functions to complement the general purpose routines that are available in standard .NET namespaces.
  • Novas is a cross platform release of the ASCOM Platform's NOVAS3.1 component.

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.0

  • No change.

Release 2.0.0-rc.28

  • No change.

Release 2.0.0-rc.23

  • Moved astrometry functions to new ASCOM.AstrometryTools package to reduced size and complexity of the ASCOM.Tools package.
  • The ASCOM global default log file location can now be customised to a value other than Documents\ASCOM (Documents/ascom on Unix based OS) by setting the ASCOM_LOGPATH 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

  • Added a NOVAS3.1 component to Utilities.
  • Added MoonPhase, MoonIllumination and EventTimes astrometry functions to Utilities.
  • Added an Almanac generator to Utilities. This writes a whole year almanac for a particular event to an ILogger instance. Supported events are:
    • Rise and set times for the planets, sun and moon
    • Start and end times for Civil, Nautical and Astronomical twilight

Release 1.0.107

  • Added missing linux-arm32 native SOFA library.

Release 1.0.106

  • No 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. 
.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.Tools:

Package Downloads
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.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.0.7 166 11/4/2024
2.0.6 141 10/31/2024
2.0.5 187 10/10/2024
2.0.2 174 10/2/2024
2.0.1 170 9/23/2024
2.0.0-rc.23 82 7/11/2024
1.0.112 1,859 4/5/2024
1.0.111 1,338 1/8/2024
1.0.110 1,078 10/6/2023
1.0.109 702 10/5/2023
1.0.108 1,526 7/15/2023
1.0.107 218 5/28/2023
1.0.106 221 5/23/2023
1.0.96 275 4/27/2023
1.0.95 289 2/25/2023
1.0.70 408 1/9/2023
1.0.52 428 11/20/2022
1.0.50-beta 209 10/30/2022
1.0.36-beta 210 10/20/2022
1.0.33-beta 171 10/10/2022
1.0.30-beta 174 10/8/2022
1.0.1-beta1 165 10/3/2022
1.0.0-beta9 249 10/3/2022
1.0.0-beta8 253 9/27/2022
1.0.0-beta7 247 9/27/2022
1.0.0-beta6 287 9/27/2022
1.0.0-beta5 272 9/26/2022
1.0.0-beta4 310 9/24/2022
1.0.0-beta3 313 8/27/2022
1.0.0-beta2 279 8/24/2022
1.0.0-beta1 341 8/23/2022