Skip to content

Commit d77289b

Browse files
authored
Merge pull request #1 from rameel/cleanup
Clean up and formatting
2 parents 797b1d0 + 43e9c34 commit d77289b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ allowing dynamic evaluation and binding of expressions with context-aware suppor
88
## Getting Started
99

1010
To install the `Ramstack.ExpressionParser` [NuGet package](https://www.nuget.org/packages/Ramstack.ExpressionParser) to your project, run the following command:
11+
1112
```shell
1213
dotnet add package Ramstack.ExpressionParser
1314
```

tests/Rmastack.ExpressionParser.Tests/ExpressionParserTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private static List<object[]> GetResource(string resourceName)
114114

115115
public class UserInfo
116116
{
117-
public string Name { get; set; }
118-
public string LastName { get; set; }
117+
public string? Name { get; set; }
118+
public string? LastName { get; set; }
119119
}
120120
}

0 commit comments

Comments
 (0)