You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<PropertyGroup>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AssemblyTitle>Assembly Information Repro</AssemblyTitle>
<AssemblyProduct>Assembly Information Repro</AssemblyProduct>
<AssemblyDescription>Assembly Information Repro</AssemblyDescription>
<Product>Assembly Information Repro</Product>
<PublisherName>tester</Publishername>
</PropertyGroup>
Publish the app.
Expected:
The properties on <assemblyname>.exe are set as per the info provided in the csproj.
Actual:
The properties are set only for <assemblyname>.dll, not on the <assemblyname>.exe. Note, the .exe is the one that runs, and is shown in task manager, firewall prompts, etc. So without the process information, on task manager, it doesn't have a description, and on firewall prompts, it shows the publisher as unknown.
AssemblyMetadata.dll
AssemblyMetadata.exe
Copied from original issue: dotnet/corefx#29362
The text was updated successfully, but these errors were encountered:
From @Priya91 on April 27, 2018 1:33
Repro:
Expected:
The properties on
<assemblyname>.exe
are set as per the info provided in the csproj.Actual:
The properties are set only for
<assemblyname>.dll
, not on the<assemblyname>.exe
. Note, the .exe is the one that runs, and is shown in task manager, firewall prompts, etc. So without the process information, on task manager, it doesn't have a description, and on firewall prompts, it shows the publisher as unknown.AssemblyMetadata.dll
AssemblyMetadata.exe
Copied from original issue: dotnet/corefx#29362
The text was updated successfully, but these errors were encountered: