Skip to content

[BestPractice] Make this field 'private' and encapsulate it in a 'public' property. #1410

@github-actions

Description

@github-actions

Codacy ID: d7959f041b9901d4f4f4441ca64a21

File: TransactionProcessor/Startup.cs
Line: 43
Rule: BestPractice (Warning)
Commit: 96becaab6a676b93555af647b469bfcb290a1395

Message: Make this field 'private' and encapsulate it in a 'public' property.

**Code Snippet:**
```csharp
        public static List<String> AutoApiLogonOperators = new List<String>(); 
```

Metadata

Metadata

Labels

refactorCode cleanup and best practices

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions