moving apidiff out of preview (#3595)
This commit is contained in:
committed by
GitHub
parent
bc827f2b64
commit
58b0c128d2
16
release-notes/3.0/api-diff/.Net/3.0.0_System.Runtime.md
Normal file
16
release-notes/3.0/api-diff/.Net/3.0.0_System.Runtime.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# System.Runtime
|
||||
|
||||
``` diff
|
||||
namespace System.Runtime {
|
||||
+ public sealed class AmbiguousImplementationException : Exception {
|
||||
+ public AmbiguousImplementationException();
|
||||
+ public AmbiguousImplementationException(string message);
|
||||
+ public AmbiguousImplementationException(string message, Exception innerException);
|
||||
+ }
|
||||
+ public static class ProfileOptimization {
|
||||
+ public static void SetProfileRoot(string directoryPath);
|
||||
+ public static void StartProfile(string profile);
|
||||
+ }
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user