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 21a39ac commit 4e25490Copy full SHA for 4e25490
src/NHibernate.Test/NHSpecificTest/ProxyValidator/ShouldBeProxiableTests.cs
@@ -99,7 +99,7 @@ public void ObjectMemberwiseCloneShouldNotBeProxiable()
99
[Test]
100
public void ObjectGetTypeShouldNotBeProxiable()
101
{
102
- var method = typeof(object).GetMethod(nameof(GetType));
+ var method = typeof(object).GetMethod("GetType");
103
Assert.Multiple(
104
() =>
105
0 commit comments