Skip to content

Releases: olstakh/ReferenceProtector

v1.3.2

22 Sep 22:46
9e1ff90

Choose a tag to compare

This release improves incremental build experience by not overriding the contents of the _ReferenceProtector_DeclaredReferences.tsv file if no changes were made. Before this - the file was always updated, which was leading to re-build being triggered

v1.3.0

15 Sep 19:47
75b3006

Choose a tag to compare

What's Changed

  • Add support for protecting against package references by @olstakh in #11

Full Changelog: v1.2.4...v1.3.0

v1.2.4

02 Sep 17:31
80eb143

Choose a tag to compare

What's Changed

  • Include System.Text.Json dependency in the package by @olstakh in #10

Sometimes visual studio (and other editors) might not find System.Text.Json, needed for this package to deserialize dependency rules file. Running from CLI seems to always work, but IDE experience was degraded. Packing System.Text.Json to be part of the shipped package to accomodate for that difference

Full Changelog: v1.2.1...v1.2.4

v1.2.1

29 Aug 18:31
0bcc916

Choose a tag to compare

What's Changed

  • Make target name more unique by @olstakh in #7
  • Change the name of declared references file by @olstakh in #9

This package was colliding with ReferenceTrimmer package, having the same msbuild target name and similar intermediate file. Referencing both of these packages will result in limited functionality. This release makes corresponding names unique, allowing these packages to co-exist

Full Changelog: v1.1.2...v1.2.1

v1.1.2

26 Aug 05:54
001079a

Choose a tag to compare

What's Changed

  • Align assembly version, update readme and output custom property in analyzer by @olstakh in #4
  • Make diagnostic message mention which file to update to resolve it by @olstakh in #5
  • Update readme

Full Changelog: v1.1.0...v1.1.2

V1.1.0

07 Aug 05:38
1f92df8

Choose a tag to compare

First release, 4 analyzers are added to shipped documentation, EnableReferenceProtector msbuild property is added to easily turning functionality on and off

v1.0.4

05 Aug 23:01
32adcac

Choose a tag to compare

v1.0.4 Pre-release
Pre-release

Readme updated, integration tests added, more accurate support for non-windows systems