GACore 3.0.0-alpha.1

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

// Install GACore as a Cake Tool
#tool nuget:?package=GACore&version=3.0.0-alpha.1&prerelease

| __ \ / _ / __ \
| | // /\ \ / / ___ _ __ ___ | | __ | _ | | / _ | '__/ _
| |
\ | | | | _/\ () | | | / _/_| |/_/_/|| ___|

https://github.com/GuidanceAutomation/GACore https://www.guidanceautomation.com/

v2.5.2 (16th Mar 21)

  • Adds No Scanner Data brush dictionary value.

v2.5.1 (23rd Feb 21)

  • Style sheet updates

v2.5.0 (18th Feb 21)

  • Adds another legacy control, the IPAddressControl which again is from GAWPFCore and no-longer supported.

v2.4.0 (18th Feb 21)

  • Adds the (largely defunct) IsTrueCircleControl, which is legacy in GAWPFCore package and no-longer supported.

v2.3.2 (29th Jan 21)

  • Allows derived classes to trigger the handle collection refresh for AbstractCollectionViewModel.

v2.3.1 (15th Jan 21)

  • Add ToFleetManagementMetadataDto() extension for FleetManagementMetaData

v2.3.0 (12th Jan 21)

  • Adds functionality to get FleetManagementMetadata from the registry.
  • Adds generic DialogShutdownMessage

v2.2.2 (6th Dec 20)

  • Remove duplicate IsInFault() ex method (now in GAAPICommon).

v2.2.1 (6th Dec 20)

  • Fixes binding error on KingpinStateView

v2.2.0 (13th Nov 20)

  • Adds IVersionable

v2.1.0 (13th Nov 20)

  • Add IRestartRequestable
  • Sorts out project solution folders

v2.0.1 (12th Oct 20)

  • PiWrap bugfix for feeding in large numbers, I.e. 1e300.

v2.0.0 (28th Aug 20)

  • Strips out the IKingpinState and its dto (formerly KingpinStateData) to the GAAPICommon assembly as this .net standard and can be integrated into .net core components.

v1.25.7 (5th Aug 20)

  • Adds Exception to IResult and IResult<T>

v1.25.6 (1st July 20)

  • No functional changes, switches to hardcoding Xceed 3.8.2 to get round license issue for the moment.

v1.25.5 (30th June 20)

  • Moves dtos out to GAAPICommon using NetStandard 2.0

v1.25.4 (30th June 20)

  • Unifies sem ver implementations
  • Adds common dtos
  • Adds exception ability to results factory

v1.25.3 (22nd June 20)

  • Adds AgentLifetimeState enumerator
  • Improves result factory

v1.25.2 (6th April 20)

  • Fixes embarrassing IGenericResult<T>

v1.25.1 (31st Mar 20)

  • AbstractCompositionTargetControl shouldn't be abstract 🤦

v1.25.0 (31st Mar 20)

  • Adds AbstractCompositionTargetControl

v1.24.4 (30th Mar 20)

  • Switchable invoke behavior
  • View bugfixing.

v1.24.3 (30th Mar 20)

  • Trace logs INotifyPropertyChanged for AbstractViewModel

v1.24.2 (30th Mar 20)

  • Makes the invoke, BeginInvoke on AbstractViewModel. Returns control instantly.

v1.24.1 (23rd Mar 20)

  • Quantization bug fix and associated unit test

v1.24.0 (23rd Mar 20)

  • Adds IKeyedEnumerable
  • Adds Point quantize methods.

v1.23.0 (10th Mar 20)

  • Add extension methods for Size (subtract, scale & max)

v1.22.2 (10th Mar 20)

  • Adds parameterless constructors for generics for xaml support

v1.22.1 (28th Feb 20)

  • Minor logging updates to AbstractViewModel<T>

v1.22.0 (19th Feb 20)

  • Minor UI tweeks
  • Makes the dummy kingpin tool not use INotifyPropertyChanged
  • Cleans up generic mailbox

v1.21.0 (9th Jan 20)

  • Adds Button Control
  • Adds Checkbox Button Control

v1.20.2 (16th Dec 19)

  • Improves styling of some UI elements.

v1.20.1 (3rd Dec 19)

  • IPAddressView default value bugfix.

v1.20.0 (2nd Dec 19)

  • Adds GACore.UI assembly.
  • Adds IPAddressView for MVVM.

v1.19.4 (28th Nov 19)

  • Adds missing OnNotifyPropertyChanged to AbstractViewModel.

v1.19.3 (26th Nov 19)

  • AbstractCollectionViewModel bugfix.

v1.19.2 (26th Nov 19)

  • AbstractCollectionViewModel bugfix.

v1.19.1 (26th Nov 19)

  • ViewModel HandleModelUpdate() now returns old and new values to faciltate better event handling.

v1.19.0 (21st Nov 19)

  • Adds GetTempFilenameWithExtension to tools

v1.18.0 (20th Nov 19)

  • Adds Abstract Collection View Model for self maintaining observable collection of view models.

v1.17.2 (12th Nov 19)

v1.17.1 (8th Nov 19)

  • View Bugfix

v1.17.0 (6th Nov 19)

  • Adds CustomCommand object for MVVM

v1.16.0 (6th Nov 19)

  • Adds messenger utility for inter-view model signalling.
  • Adds logger for view models

v1.15.0 (29th Oct 19)

  • Switches to MVVM pattern for KingpinState and KingpinStatus views.
  • Allows views to update at FPS rate, rather than kingpin state updates which may occur at high frequency and flood dispatcher thread.

v1.14.1 (29th Oct 19)

  • Adds boilerplate MVVM components

v1.14.0 (14th Oct 19)

  • Adds enumerators for Task type, Status, etc.

v1.13.1 (8th Oct 19)

  • Fixes missing abs check to AreWithinRadTol.

v1.13.0 (8th Oct 19)

  • Adds AreWithinRadTol to Maths.

v1.12.2 (26th Sep 19)

  • .net472 framework
  • Removes duplicate extension methods between GACore.ExtensionMethods (class) and GACore.ExtensionMethods (assemblies).

v1.12.1 (26th Sep 19)

  • Adds GACore.Extensions ** Useful extension methods (50+) ** Mainly for manipulating collections
  • Adds GACore.Generics ** Containers for comparative objects
  • Adds Tignometry static tools
  • Adds Maths static tools ** LinSpace for creating linearly spaced arrays

v1.11.1 (25th Sep 19)

  • Adds missing methods on ResultFactory

v1.11.0 (25th Sep 19)

  • Adds ResultFactory

v1.10.0 (23rd Sep 19)

  • Adds IResult and IGenericResult<T> interfaces and implementations.

v1.9.0 (18th Sep 19)

  • Adds NLogManager and associated components.

v1.8.2 (16th Sep 19)

  • Removes poorly thought-out value constraint on key for GenericMailbox.

v1.8.1 (16th Sep 19)

  • Fixes GenericMailbox failed branch merge.

v1.8.0 (16th Sep 19)

  • Add GenericMailbox

v1.7.0 (9th Sep 19)

  • Adds IPV4 control

v1.6.0 (20th Aug 19)

  • Adds KingpinStateControl & children
  • Adds IsConnectedControl
  • Completes abstraction of kingpin state to a single package.

v1.5.0 (16th Aug 19)

  • Adds KingpinFaultSatus code to diagnoise IKingpinStates for faults.

v1.4.0 (16th Aug 19)

  • Adds MovementType enumerators
  • Extends IKingpinState to include movement type.

v1.3.2 (14th Aug 19)

  • Fixes KingpinStateData not implementing IKingpinState

v1.3.1 (14th Aug 19)

  • Adds GACore.Architecture assembly
  • Moves some enums defs to GACore ⇒ GACore.Architecture
  • Adds interface definition for IKingpinState

v1.3.0 (14th Aug 19)

  • Adds KingpinStateData object.
  • Adds enum definitions for frozen and auto control.
  • Adds extension method for tick comparison.

v1.2.0 (13th Aug 19)

  • Adds SemVerData object.

v1.1.0 (12th Aug 19)

  • Adds Banner Q45 control.

v1.0.0 (6th Aug 19)

  • Initial release
  • Kingpin state enumerators
  • Kingpin status control
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on GACore:

Package Downloads
GACore-windows

Core components for Guidance Automation assemblies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0-rc.1 40 6/4/2024
3.0.0-alpha.15 32 6/3/2024
3.0.0-alpha.14 41 5/27/2024
3.0.0-alpha.13 59 4/24/2024
3.0.0-alpha.12 66 4/23/2024
3.0.0-alpha.11 63 3/28/2024
3.0.0-alpha.10 50 3/28/2024
3.0.0-alpha.9 57 2/25/2024
3.0.0-alpha.8 60 2/23/2024
3.0.0-alpha.7 46 2/23/2024
3.0.0-alpha.6 50 2/23/2024
3.0.0-alpha.5 58 2/19/2024
3.0.0-alpha.4 52 2/19/2024
3.0.0-alpha.3 52 2/12/2024
3.0.0-alpha.2 51 2/12/2024
3.0.0-alpha.1 59 2/11/2024
2.6.0 526 2/8/2022
2.5.3 429 9/9/2021
2.5.2 364 3/16/2021
2.5.1 336 2/23/2021
2.5.0 347 2/18/2021
2.4.0 342 2/18/2021
2.3.2 367 1/29/2021
2.3.1 353 1/15/2021
2.3.0 344 1/12/2021
2.2.2 354 12/6/2020
2.2.1 347 12/6/2020
2.2.0 422 11/13/2020
2.1.0 400 11/13/2020
2.0.1 473 10/12/2020
2.0.0 422 8/28/2020
1.25.7 463 8/5/2020
1.25.6 408 7/2/2020
1.25.5 464 6/30/2020
1.25.4 411 6/30/2020
1.25.3 393 6/22/2020
1.25.2 547 4/6/2020
1.25.1 448 3/31/2020
1.25.0 440 3/31/2020
1.24.4 507 3/30/2020
1.24.3 458 3/30/2020
1.24.2 441 3/30/2020
1.24.1 466 3/23/2020
1.24.0 459 3/23/2020
1.23.0 428 3/10/2020
1.22.2 448 3/10/2020
1.22.1 519 2/28/2020
1.22.0 509 2/19/2020
1.22.0-alpha00 357 2/13/2020
1.21.0 563 1/9/2020
1.20.2 479 12/16/2019
1.20.1 479 12/3/2019
1.20.0 459 12/2/2019
1.19.4 449 11/28/2019
1.19.3 505 11/26/2019
1.19.2 530 11/26/2019
1.19.1 485 11/26/2019
1.19.0 476 11/21/2019
1.18.0 495 11/20/2019
1.18.0-alpha01 346 11/19/2019
1.18.0-alpha00 337 11/19/2019
1.17.2 495 11/12/2019
1.17.1 459 11/8/2019
1.17.0 453 11/7/2019
1.16.0 450 11/6/2019
1.15.0 475 10/29/2019
1.14.1 448 10/29/2019
1.14.0 552 10/14/2019
1.13.1 500 10/8/2019
1.13.0 461 10/8/2019
1.12.2 490 9/26/2019
1.12.1 504 9/26/2019
1.11.1 482 9/25/2019
1.11.0 464 9/25/2019
1.10.0 470 9/23/2019
1.9.0 508 9/18/2019
1.8.2 491 9/16/2019
1.8.1 490 9/16/2019
1.8.0 491 9/16/2019
1.7.0 539 9/9/2019
1.6.1 502 9/3/2019
1.6.0 573 8/20/2019
1.5.0 533 8/16/2019
1.4.0 538 8/16/2019
1.3.2 523 8/14/2019
1.3.1 530 8/14/2019
1.3.0 539 8/14/2019
1.2.0 540 8/13/2019
1.1.0 558 8/12/2019
1.1.0-alpha00 419 8/8/2019
1.0.0 553 8/6/2019
1.0.0-alpha02 437 8/6/2019
1.0.0-alpha01 437 8/6/2019
1.0.0-alpha00 405 8/6/2019