We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b086873 commit 43e9c34Copy full SHA for 43e9c34
1 file changed
tests/Rmastack.ExpressionParser.Tests/ExpressionParserTest.cs
@@ -114,7 +114,7 @@ private static List<object[]> GetResource(string resourceName)
114
115
public class UserInfo
116
{
117
- public string Name { get; set; }
118
- public string LastName { get; set; }
+ public string? Name { get; set; }
+ public string? LastName { get; set; }
119
}
120
0 commit comments