Codacy Issue ID: 310b4bb01794c54b71d0751c1c88a1e4
| Field |
Value |
| File |
TransactionProcessing.MerchantFileProcessor/Services/FileStatusStore.cs |
| Line |
76 |
| Rule |
BestPractice |
| Severity |
Warning |
| Commit |
bcad00618c8f4810aad04dbfafc002763540c4c9 |
Message: Change this constant to a 'static' read-only property.
🔗 View file in Codacy
Code Snippet:
public const string Successful = "Successful";
Codacy Issue ID:
310b4bb01794c54b71d0751c1c88a1e4TransactionProcessing.MerchantFileProcessor/Services/FileStatusStore.csbcad00618c8f4810aad04dbfafc002763540c4c9Message: Change this constant to a 'static' read-only property.
🔗 View file in Codacy
Code Snippet: