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
This code assumes the PDB file is separate from the assembly. It results in an MSBuild error when the PDB is embedded within the assembly (<DebugType>embedded</DebugType>).
This code assumes the PDB file is separate from the assembly. It results in an MSBuild error when the PDB is embedded within the assembly (
<DebugType>embedded</DebugType>
).https://github.com/tonerdo/coverlet/blob/062b907735901bdf3ad9d4d40953f53a4fe3f364/src/coverlet.core/Helpers/InstrumentationHelper.cs#L110-L114
The text was updated successfully, but these errors were encountered: