Fody

Extensible tool for weaving .net assemblies

MIT License

Stars
4.2K
Committers
76

Bot releases are hidden (Show)

Fody - 2.3.0

Published by SimonCropp over 4 years ago

As part of this release we had 887 commits which resulted in 4 issues being closed.

Improvements

  • #432 add support for netstandard 1.0
  • #430 Helpers v2
  • #429 update to mono cecil 4a5117a12b7e6d3f1a7401b545b096c2e63c046a
  • #427 No longer assembly scan sibling directories
Fody - 2.3.2

Published by SimonCropp over 4 years ago

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

Improvements

  • #436 Fody v2.3.1 breaks debug breakpoint in Visual Studio
  • #435 Fody v2.3.1 breaks Xamarin.Forms
Fody - 2.3.3

Published by SimonCropp over 4 years ago

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

Improvement

  • #437 Fody 2.3.X can't find Weavers when using Paket
Fody - 2.3.4

Published by SimonCropp over 4 years ago

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

Improvement

  • #442 Fix missing packages from scanning
Fody - 2.3.5

Published by SimonCropp over 4 years ago

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

Improvement

  • #440 Fody 2.3.3 does not compile on a project Xamarin.forms
Fody - 2.3.6

Published by SimonCropp over 4 years ago

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

Improvements

  • #444 add option to skip peverify in test helpers
  • #443 use LoadWithPartialName for test helpers
Fody - 2.3.8

Published by SimonCropp over 4 years ago

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

Improvement

  • #447 add module name option to test helper
Fody - 2.3.7

Published by SimonCropp over 4 years ago

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

Improvement

  • #446 Add before and after execute callbacks to test helper
Fody - 2.3.9

Published by SimonCropp over 4 years ago

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

Improvements

  • #449 Use source assembly dir for verify in test helper
  • #448 add support for working dir to peverfiy
Fody - 2.3.10

Published by SimonCropp over 4 years ago

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

Improvement

  • #450 add support for automatic reference cleanup
Fody - 2.3.11

Published by SimonCropp over 4 years ago

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

Improvement

  • #451 more efficient netstandard.dll loading
Fody - 2.3.12

Published by SimonCropp over 4 years ago

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

Improvement

  • #452 add PackageIconUrl convention to packaging
Fody - 2.3.15

Published by SimonCropp over 4 years ago

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

Improvement

  • #453 better use of MSBuildProjectName instead of SolutionName in packaging
Fody - 2.3.17

Published by SimonCropp over 4 years ago

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

Improvement

  • #460 add path to fody helper test runner
Fody - 2.3.19

Published by SimonCropp over 4 years ago

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

Improvements

  • #467 Also support simple type name in findtype
  • #465 Default SolutionDirectory - breaking change 2.3.17 to 2.3.18
Fody - 2.3.21

Published by SimonCropp over 4 years ago

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

Improvements

  • #473 default DefineConstants and ReferenceCopyLocalPaths for easier testing
  • #472 use wildcards for packaging
Fody - 2.3.23

Published by SimonCropp over 4 years ago

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

Improvement

  • #478 Add exception type to friendly exception printouts
Fody - 2.3.22

Published by SimonCropp over 4 years ago

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

Improvements

  • #475 Make package scanning case insensitive
  • #474 Update to cecil cd4100c92918ec9fbca97f8f0b56861e08fadcc8
Fody - 2.3.18

Published by SimonCropp over 4 years ago

As part of this release we had 783 commits which resulted in 6 issues being closed.

Improvements

  • #463 add getinstance to testresult
  • #457 Fix scanning for Paket-style package directories
  • #456 Fody >= 2.3.4 cannot find weavers when using Paket
  • #455 Added support for dotnet build.
  • #374 Not compatible with dotnet build
  • #330 Fody does not work in the dotnet cli
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