Codacy Issue ID: ce990c20c04d5835b0f6cc40a667f22
| Field |
Value |
| File |
TransactionProcessing.MerchantFileProcessor/Services/FileStatusStore.cs |
| Line |
74 |
| 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 NotProcessed = "NotProcessed";
Codacy Issue ID:
ce990c20c04d5835b0f6cc40a667f22TransactionProcessing.MerchantFileProcessor/Services/FileStatusStore.csbcad00618c8f4810aad04dbfafc002763540c4c9Message: Change this constant to a 'static' read-only property.
🔗 View file in Codacy
Code Snippet: