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
Note: steps to reproduce and erroneous output copied verbatim from #1720, as per #1720 (comment).
Steps to reproduce
Under VS2019, create a new project "Windows Forms App (.NET Core)"
In Program.Main(), type var folder = Environment.CurrentDirectory;
Right-click on CurrentDirectory > "Open code in ILSpy"
Erroneous output
You land on the method with a warning "This assembly is marked as 'reference assembly':
In case it helps, the assembly in question shows the following header:
// C:\Program Files\dotnet\packs\Microsoft.NETCore.App.Ref\3.1.0\ref\netcoreapp3.1\System.Runtime.Extensions.dll// System.Runtime.Extensions, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a// Global type: <Module>// Architecture: AnyCPU (64-bit preferred)// Runtime: v4.0.30319// This assembly is signed with a strong name key.// Hash algorithm: SHA1// Public key: 002400000480000094000000060200000024000052534131000400000100010007d1fa57c4aed9f0a32e84aa0faefd0de9e8fd6aec8f87fb03766c834c99921eb23be79ad9d5dcc1dd9ad236132102900b723cf980957fc4e177108fc607774f29e8320e92ea05ece4e821c0a5efe8f1645c4c0c93c1ab99285d622caa652c1dfad63d745d6f2de5f17e5eaf0fc4963d261c8a12436518206dc093344d5ad293
Details
Product in use: ILSpy / ILSpyAddIn
Version in use: 6.0.0.5881
The text was updated successfully, but these errors were encountered:
Note: steps to reproduce and erroneous output copied verbatim from #1720, as per #1720 (comment).
Steps to reproduce
var folder = Environment.CurrentDirectory;
CurrentDirectory
> "Open code in ILSpy"Erroneous output
You land on the method with a warning "This assembly is marked as 'reference assembly':
In case it helps, the assembly in question shows the following header:
Details
6.0.0.5881
The text was updated successfully, but these errors were encountered: