integrated-application-development / delphilint

Delphi IDE package providing on-the-fly code analysis and linting, powered by SonarDelphi
GNU Lesser General Public License v3.0
79 stars 9 forks source link

Embedded browser not rendering #45

Closed fourls closed 2 months ago

fourls commented 2 months ago

Prerequisites

Delphi IDE version

Various editions - Observed on Delphi 11.3 CE and Delphi 12.1

DelphiLint version

1.1.0

SonarDelphi version

1.6.0

SonarQube version

No response

Issue description

See discussion on #44 - embedded browser is always plain white, with no rule description rendering.

From initial testing this appears to be an issue with finding the WebView2Loader.dll from PATH.

Steps to reproduce

Unclear.

Minimal Delphi code exhibiting the issue

No response