Skip to content

Tags: ploeh/Albedo

Tags

v2.0.0

Toggle v2.0.0's commit message
Ensure that code analysis warnings always fail the verification build

v1.0.2

Toggle v1.0.2's commit message
Version 1.0.2

- Added symbols to NuGet package.

v1.0.1

Toggle v1.0.1's commit message
Version 1.0.1

- Checked for null method bodies in ReflectionVisitor when enumerating
  local variables.

v1.0.0

Toggle v1.0.0's commit message
Version 1.0.0

- This is the first, officiall stable version of Albedo. The only change
  since the previos version is that ReflectionVisitor<T> now also relays
  an event's add and remove methods.
  (https://github.com/ploeh/Albedo/issues/90)

v0.11.3

Toggle v0.11.3's commit message
Version 0.11.3

- Relayed accessor methods for non-public properties in ReflectionVisitor.
  (https://github.com/ploeh/Albedo/pull/88)

v0.11.2

Toggle v0.11.2's commit message
Version 0.11.2

- Made Constructors class static.

v0.11.1

Toggle v0.11.1's commit message
Version 0.11.1

- Removed an explicit check in Methods.Select that disallowed non-static
  calls.
  (https://github.com/ploeh/Albedo/pull/84)

v0.11.0

Toggle v0.11.0's commit message
Version 0.11.0

- Added support for getting PropertyInfor instances off static properties
  in a strongly-typed, refactoring-safe manner.
  (https://github.com/ploeh/Albedo/issues/76)

v0.10.0

Toggle v0.10.0's commit message
Version 0.10.0

- Added support for getting a MethodInfo of a static method in a strongly-
  typed query.
  (https://github.com/ploeh/Albedo/issues/75)

v0.9.0

Toggle v0.9.0's commit message
Version 0.9.0

- Added a static Fields class, providing strongly-typed queries of static
  fields.
  (https://github.com/ploeh/Albedo/issues/77)