Fody

Extensible tool for weaving .net assemblies

MIT License

Stars
4.2K
Committers
76

Bot releases are visible (Hide)

Fody - 2.3.20

Published by SimonCropp over 4 years ago

As part of this release we had 740 commits which resulted in 1 issue being closed.

Improvement

  • #470 Add tryfindtype to helpers
Fody - 2.3.24

Published by SimonCropp over 4 years ago

As part of this release we had 719 commits which resulted in 2 issues being closed.

Improvements

  • #480 Fix package finder for linux. (Fixes #477)
  • #477 Fody: An unhandled exception occurred- in InternalGetAssemblyName
Fody - 2.3.25

Published by SimonCropp over 4 years ago

As part of this release we had 716 commits which resulted in 1 issue being closed.

Improvement

  • #481 Exception when upgrading from 2.3.23 to 2.3.24
Fody - 2.4.1

Published by SimonCropp over 4 years ago

As part of this release we had 708 commits which resulted in 1 issue being closed.

Improvement

  • #483 Fix PeVerify offset trimming
Fody - 2.4.2

Published by SimonCropp over 4 years ago

As part of this release we had 701 commits which resulted in 2 issues being closed.

Improvements

  • #486 Try to get the real assembly name in AssemblyResolver
  • #485 Fix NCrunch support
Fody - 2.4.6

Published by SimonCropp over 4 years ago

As part of this release we had 692 commits which resulted in 2 issues being closed.

Improvements

  • #491 Fody InSolutionWeaving does not work with ProduceReferenceAssembly
  • #489 Error using Fody with MSBuild after upgrading 2.2.1 > 2.3.0
Fody - 3.0.0

Published by SimonCropp over 4 years ago

As part of this release we had 4 issues closed.

Improvements

  • #510 Change to a Mono.Cecil assembly with a custom strong name
  • #509 Weavers must now inherit from BaseModuleWeaver
  • #507 Bug in Versions above 2.1.3 for multiple framework targeting support
  • #499 Method 'WriteModule' in type 'Mono.Cecil.Pdb.NativePdbWriter' from assembly 'Mono.Cecil.Pdb, Version=0.10.0.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e' does not have an implementation.
Fody - 3.0.1

Published by SimonCropp over 4 years ago

As part of this release we had 645 commits which resulted in 2 issues being closed.

Improvements

  • #513 add missing AssemblyFilePath to WeaverTestHelper
  • #512 Add SequencePoint to WeavingException
Fody - 3.0.2

Published by SimonCropp over 4 years ago

As part of this release we had 636 commits which resulted in 1 issue being closed.

Improvement

  • #514 Changed Nuget packages directory to be case insensitive
Fody - 3.0.3

Published by SimonCropp over 4 years ago

As part of this release we had 633 commits which resulted in 1 issue being closed.

Improvement

  • #515 Getting ArgumentNullException after upgrading to 3.0.2.0
Fody - 3.0.4

Published by SimonCropp over 4 years ago

As part of this release we had 631 commits which resulted in 1 issue being closed.

Improvement

  • #527 update cecil to 33cfa97
Fody - 3.1.1

Published by SimonCropp over 4 years ago

As part of this release we had 629 commits which resulted in 1 issue being closed.

Improvement

  • #529 mark ModuleDefinition.TypeSystem as obsolete
Fody - 3.1.4

Published by SimonCropp over 4 years ago

As part of this release we had 624 commits which resulted in 2 issues being closed.

Improvements

  • #533 Fix Issue#532
  • #532 Weaver using symbols can't be tested using WeaverTestHelper.ExecuteTestRun
Fody - 3.2.0

Published by SimonCropp over 4 years ago

As part of this release we had 2 issues closed.

Improvements

  • #538 Support delay signing through setting public key on ModuleDefinition
  • #523 Add support for delay-signing with a public only keyfile
Fody - 3.2.1

Published by SimonCropp over 4 years ago

As part of this release we had 598 commits which resulted in 1 issue being closed.

Improvement

  • #545 Only run peverify on windows
Fody - 3.2.2

Published by SimonCropp over 4 years ago

As part of this release we had 595 commits which resulted in 1 issue being closed.

Improvement

  • #549 Mark packages that use FodyPackaging as DevelopmentDependency
Fody - 3.2.4

Published by SimonCropp over 4 years ago

As part of this release we had 1 issue closed.

Improvement

  • #551 revert DevelopmentDependency true in packaging downstreams
Fody - 3.2.5

Published by SimonCropp over 4 years ago

As part of this release we had 575 commits which resulted in 3 issues being closed.

Improvements

  • #558 Fetching the version info from AssemblyFileVersionAttribute when Assembly.Location is not available
  • #557 Support probing path
  • #548 The "Fody.VerifyTask" task was not given a value for the required parameter "SolutionDir"
Fody - 3.2.6

Published by SimonCropp over 4 years ago

As part of this release we had 551 commits which resulted in 1 issue being closed.

Improvement

  • #559 Error about an out-of-date version of Mono.Cecil
Fody - 3.2.7

Published by SimonCropp over 4 years ago

As part of this release we had 549 commits which resulted in 1 issue being closed.

Improvement

  • #560 NuGet install of Fody 3.2.6 on VS2015 corrupts project/fails to install