Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Require implementers to support portable PDBs
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Oct 17, 2018
1 parent 9c2f684 commit 4219078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netstandard/ref/System.Runtime.CompilerServices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ public RuntimeCompatibilityAttribute() { }
}
public static partial class RuntimeFeature
{
public const string PortablePdb = "PortablePdb";
public static bool IsSupported(string feature) { throw null; }
}
public static partial class RuntimeHelpers
Expand Down

0 comments on commit 4219078

Please sign in to comment.