codecadwallader/codemaid

"file" access modifier is replaced with internal

Opened this issue · 0 comments

Environment

  • Visual Studio version: VS 2022 Enterprise
  • CodeMaid version: 12.0
  • Code language: C#

Description

the "file" acces modifier ist remove fro classes if option "Insert explicit access modifiers on classes" is enabled.

Steps to recreate

  1. Declare a class as
file class test
{
}
  1. Run Codemaid cleanup

Current behavior

file is removed, internal is added

Expected behavior

file should stay