Skip to content

Latest commit

 

History

History
141 lines (81 loc) · 3.84 KB

CHANGELOG.md

File metadata and controls

141 lines (81 loc) · 3.84 KB

2.0.1 (2020-11-10)

Bug Fixes

  • Fix for the "member name wasn't found" problem. (dbde45e), fixes #14

2.0.0 (2020-11-10)

Features

Bug Fixes

  • Better search through the latest aspnetcore/runtime sources

1.1.5 (2020-11-10)

Features

  • Open selection in new tab and make "--dont-load-files" optional (ea467795)

1.1.4 (2020-09-16)

Bug Fixes

1.1.3 (2020-##-##)

Features

  • Add System.Buffers source support (2a1f09ef)

1.1.2 (2020-03-07)

Features

1.1.0 (2020-03-07)

Features

  • Now the plugin check if symbol is from netstandard.dll, and if so sources will be searched on source.dot.net (5a4c1592)
  • Required nupkg packages have been updated.
  • Small bugfixes and improvements.

Bug Fixes

  • I think that #9 was fixed due to packages update.

1.0.10 (2019-09-11)

Features

  • Migrate to AsyncPackage, update dependencies (f58a5c3)

1.0.9 (2019-09-11)

Features

  • Add context menu command (0ed689d), closes #8

1.0.8 (2019-02-07)

Bug Fixes

  • Fix issue with getting IWpfTextView (455f493), closes #5 #7

Features

1.0.7 (2018-12-13)

Features

1.0.6

  • Added support for net framework referenced assemblies. issue

1.0.5

  • Some changes

1.0.4

  • Added .Net Core projects support

1.0.3

  • Added navigate support for Roslyn many others *DeclarationSyntax (less "is not a valid identifier" errors)
  • Added support for referenced project output (i.e. your referenced class library project) (no more 'not found' errors on this type of reference)

1.0.2

  • Added navigate support for Roslyn PropertyDeclarationSyntax (less "is not a valid identifier" errors)
  • Added support for solution projects output, now we can easy see CIL of compiled project! (must build project first)
  • Fixed support EnvDTE fake project "Miscellaneous Files"

1.0.1

  • Fixed error if empty dnSpy path

1.0

  • First public release