ASCOM.Tools 1.0.112

dotnet add package ASCOM.Tools --version 1.0.112
NuGet\Install-Package ASCOM.Tools -Version 1.0.112
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="1.0.112" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ASCOM.Tools --version 1.0.112
#r "nuget: ASCOM.Tools, 1.0.112"
#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=1.0.112

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

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.

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

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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.112 169 4/5/2024
1.0.111 665 1/8/2024
1.0.110 864 10/6/2023
1.0.109 534 10/5/2023
1.0.108 1,382 7/15/2023
1.0.107 187 5/28/2023
1.0.106 168 5/23/2023
1.0.96 226 4/27/2023
1.0.95 255 2/25/2023
1.0.70 373 1/9/2023
1.0.52 394 11/20/2022
1.0.50-beta 178 10/30/2022
1.0.36-beta 176 10/20/2022
1.0.33-beta 136 10/10/2022
1.0.30-beta 136 10/8/2022
1.0.1-beta1 138 10/3/2022
1.0.0-beta9 197 10/3/2022
1.0.0-beta8 204 9/27/2022
1.0.0-beta7 199 9/27/2022
1.0.0-beta6 233 9/27/2022
1.0.0-beta5 217 9/26/2022
1.0.0-beta4 253 9/24/2022
1.0.0-beta3 253 8/27/2022
1.0.0-beta2 231 8/24/2022
1.0.0-beta1 287 8/23/2022