Substituted all instances of [MemberData("PropertyName")] for [MemberData(nameof(PropertyName))]
This change enables us to take advantage of IDE features like Navigate to source,
find all references, etc. When using Visual Studio.
|
||
|---|---|---|
| .. | ||
| DelegatingStreamTests.cs | ||
| FlushReportingStream.cs | ||
| JsonInputFormatterTest.cs | ||
| NoContentFormatterTests.cs | ||
| OutputFormatterTests.cs | ||
| TextPlainFormatterTests.cs | ||
| XmlDataContractSerializerInputFormatterTests.cs | ||
| XmlDataContractSerializerOutputFormatterTests.cs | ||
| XmlSerializerInputFormatterTests.cs | ||
| XmlSerializerOutputFormatterTests.cs | ||