Codacy Issue ID: 3399517062cf055525e69180f84a4521
| Field |
Value |
| File |
TransactionProcessing.MerchantPos/Program.cs |
| Line |
297 |
| Rule |
BestPractice |
| Severity |
Warning |
| Commit |
fd03f165278ae48bd92f1082e704f7b4f6388bcf |
Message: Make this field 'private' and encapsulate it in a 'public' property.
🔗 View file in Codacy
Code Snippet:
public DateTime? LastEndOfDay;
Codacy Issue ID:
3399517062cf055525e69180f84a4521TransactionProcessing.MerchantPos/Program.csfd03f165278ae48bd92f1082e704f7b4f6388bcfMessage: Make this field 'private' and encapsulate it in a 'public' property.
🔗 View file in Codacy
Code Snippet: