Skip to content

Releases: Lombiq/Lombiq-Orchard-Visual-Studio-Extension

v1.7.2

21 Aug 20:27
Compare
Choose a tag to compare

Fixing image paths in the Overview displayed in the VS Marketplace.

Full Changelog: v1.7.1...v1.7.2

v1.7.1

21 Aug 20:05
Compare
Choose a tag to compare

What's Changed

  • OSOE-173: Adding workflow to create Jira issues for GitHub community activities by @Piedone in #22
  • VSIX-54: Move build from TeamCity to GitHub Actions by @Piedone in #29
  • CARE-265: Refactoring GitHub Actions workflows to DRY with common ones by @Piedone in #30
  • Avoid crashing during shutdown of the package by @davkean in #31

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

16 Mar 21:35
Compare
Choose a tag to compare

What's Changed

  • VSIX-40: Make Dependency Injector support class declarations with 0 indentation (for file scoped namespaces) by @Piedone in #20

Full Changelog: v1.6.0...v1.7.0

v1.6.0

23 Feb 23:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.4...v1.6.0

v1.5.4

26 Jan 13:52
Compare
Choose a tag to compare

Fixing that the dependency injector didn't add the constructor parameter if it created a new constructor.

v1.5.3

18 Jan 17:52
Compare
Choose a tag to compare
  • Injected ILogger<T> instances are now saved into non-generic ILogger fields.
  • Removing additional line breaks around generator constructors when injecting dependencies (removing "logical code islands").

v1.5.2

23 Feb 23:15
Compare
Choose a tag to compare

Fixing potential UI deadlocks when the Orchard Error Log Watcher icon was visible on the toolbar, causing VS freezes frequently on build.

v.1.5.1

23 Feb 23:15
Compare
Choose a tag to compare
  • Fixing startup performance issues. If you've previously seen a message like "Visual Studio stopped responding for x seconds. Disabling the extension Lombiq Orchard Visual Studio Extension 1.5.0 might help." when launching Visual Studio then that's gone now.
  • Updating Lombiq logo to the current one.

v1.5.0

23 Feb 23:16
Compare
Choose a tag to compare
  • Support for BlinkStick USB LED sticks so they can light up when the Orchard Error Log Watcher detects a new log entry.
  • Added support for custom log file name patters for the Orchard Error Log Watcher so files not following Orchard naming conventions will be detected too.

v1.4.2

23 Feb 23:16
Compare
Choose a tag to compare
  • Fixing Visual Studio 2017 incompatibility issues.