Open
Description
Description
File DesigntimeLicenseContext makes use of a single file dangerous pattern inside function GetSavedLicenseKey
. The result of this code is that no license key will be found. This bug tracks the progress to understand the following:
- If the warning can be suppressed because the code will never be used in a published application
- How the license gets published for a single-file application. Would using AppContext.BaseDirectory is the right thing to do?
In the meantime, the warning will be suppressed in code with a reference to this issue until this gets fixed