Detect .NET single-file bundles instead of showing as native #8
Annotations
2 warnings
|
release:
AssemblyInformation/AboutBox.cs#L57
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|
|
release:
AssemblyInformation.Model/AssemblyInformationLoader.cs#L346
'System.Reflection.Assembly.Location' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
|