We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a96446 commit 77babf0Copy full SHA for 77babf0
src/core/Akka.API.Tests/CoreAPISpec.ApproveCore.approved.txt
@@ -2111,6 +2111,7 @@ namespace Akka
2111
public override int GetHashCode() { }
2112
public override string ToString() { }
2113
}
2114
+ [System.ObsoleteAttribute("Use instead the pattern matching feature introduced in C# 7.0")]
2115
public class static PatternMatch
2116
{
2117
public static Akka.Case Match(this object target) { }
src/core/Akka/PatternMatch.cs
@@ -12,6 +12,7 @@ namespace Akka
12
/// <summary>
13
/// Class PatternMatch.
14
/// </summary>
15
+ [Obsolete("Use instead the pattern matching feature introduced in C# 7.0")]
16
public static class PatternMatch
17
18
0 commit comments