Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/topics/ref_known-issues-7-3-0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

This section provides highlighted known issues in {ProductFullName} version 7.3.0.

.Non-Java applications are analyzed in containerless mode in the {ProductShortName} CLI
When you analyze non-Java applications, {ProductShortName} initiates the analysis in containerless mode. Workaround: set the `--run-local=false` flag to analyze non-Java applications. link:https://issues.redhat.com/browse/MTA-5068[MTA-5068]
=======

Check failure on line 11 in docs/topics/ref_known-issues-7-3-0.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [RedHat.MergeConflictMarkers] Do not commit Git merge conflict markers in source code. Raw Output: {"message": "[RedHat.MergeConflictMarkers] Do not commit Git merge conflict markers in source code.", "location": {"path": "docs/topics/ref_known-issues-7-3-0.adoc", "range": {"start": {"line": 11, "column": 1}}}, "severity": "ERROR"}
.`.NET` Framework application analysis fails in the {ProductShortName} {CLIName}
When you analyze `.NET` Framework applications in Windows containers using the {ProductShortName} {CLIName}, the analysis fails for the following environment variables:

Expand All @@ -15,5 +18,4 @@

Workaround: Use the following version of the Dotnet provider image:
`set DOTNET_PROVIDER_IMG=quay.io/konveyor/dotnet-external-provider:v0.5.0`
link:https://issues.redhat.com/browse/MTA-5203[(MTA-5203)]

link:https://issues.redhat.com/browse/MTA-5203[(MTA-5203)]
Loading