- VS 2022 support (5604590), fixes #13
- Support of VS2019 is dropped, because PIA layer was changed a lot
- Better search through the latest aspnetcore/runtime sources
- Open selection in new tab and make "--dont-load-files" optional (ea467795)
- Remove vs 2017 support (b66bc8ea)
- Add System.Buffers source support (2a1f09ef)
- Add netstandard.library and microsoft.netcore.app.ref redirect to source.dot.net (855a684f)
- 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.
- I think that #9 was fixed due to packages update.
- Migrate to AsyncPackage, update dependencies (f58a5c3)
- Add VS 2019 support (d1eacf0)
- Add VS 2019 support (d1eacf0)
- Added support for net framework referenced assemblies. issue
- Some changes
- Added .Net Core projects support
- 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)
- 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"
- Fixed error if empty dnSpy path
- First public release