Skip to content

Releases: petabridge/Phobos.Actor.Common

Phobos.Actor.Common v1.1.2

06 Jun 16:34
dec71bd
Compare
Choose a tag to compare

1.1.2 June 06 2024

Update solution to target .NET Standard 2.0

Changes:

See More
  • 6e02d57 Upgrade to GitHub-native Dependabot (#50)
  • 3c684fe Update pr-validation.yaml for Azure Pipelines
  • 075c1cd Bump Microsoft.NET.Test.Sdk from 16.5.0 to 16.9.4 (#49)
  • d66b1e6 fixed INeverInstrumented intellisense comment (#41)
  • 6b1bb3d Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 (#40)
  • 596dbde added NodeLabel (#39)

This list of changes was auto generated.

Phobos.Actor.Common v1.1.1 Stable Release

08 Jan 02:05
628485d
Compare
Choose a tag to compare

1.1.1 January 07 2020

Renamed IWithTrace to to IWithTracing.

Phobos.Actor.Common v1.1.0 Stable Release

07 Jan 04:11
06af023
Compare
Choose a tag to compare

1.1.0 January 06 2020

Introduced the following interfaces:

  • IWithTrace - explicitly adds tracing support to a message, actor, etc.
  • IWithMonitor - explicitly adds monitoring support to a message, actor, etc.
  • INeverInstrumented - permanently disables tracing and monitoring support for any actors marked with this interface and cannot be overridden by configuration.
  • IInstrumented - explicitly enables both tracing and monitoring support for this object.

Phobos.Actor.Common v1.0.0 Stable Release

08 Mar 21:04
5132568
Compare
Choose a tag to compare

1.0.0 March 8 2018

Introduced the following two interfaces:

  • INeverTrace - disables all tracing for any actors who implement this interface.
  • INeverMonitor - disables all monitoring for any actors who implement this interface.