af1152b001
Refactored all C# test files to use explicit namespace declarations and moved all using directives inside the namespace block for consistency. Updated assembly info and cache files to reflect the new build. Adjusted MvcTestingAppManifest.json to use fully qualified assembly names. No functional changes; all updates are related to code style, organization, and project metadata.
29 lines
783 B
Plaintext
29 lines
783 B
Plaintext
# EditorConfig for MediaBrowser.Model
|
|
# https://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.cs]
|
|
indent_size = 4
|
|
indent_style = space
|
|
dotnet_sort_system_directives_first = true
|
|
dotnet_separate_import_directive_groups = false
|
|
|
|
# StyleCop Analyzer Rules - Disabled for project consistency
|
|
dotnet_diagnostic.SA1101.severity = none
|
|
dotnet_diagnostic.SA1309.severity = none
|
|
dotnet_diagnostic.SA1204.severity = none
|
|
dotnet_diagnostic.SA1202.severity = none
|
|
dotnet_diagnostic.SA1135.severity = none
|
|
dotnet_diagnostic.SA1600.severity = suggestion
|
|
|
|
# StyleCop Analyzer Rules - Keep enabled
|
|
dotnet_diagnostic.SA1413.severity = warning
|
|
dotnet_diagnostic.SA1515.severity = warning
|
|
dotnet_diagnostic.SA1518.severity = warning
|