intility / intility/json-api-toolkit
Naming cleanup: constants, namespace style, const prefix
Open
@erlendellefsen is already working on this.
Since Aug 20, 2026.
.NET
enhancement
- Dominant language
- C#
- Stars
- 7
- Forks
- 0
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 23
Description
A few naming rule violations have crept in.
Acceptance criteria
-
MIN_PAGE_SIZEinJsonApiQueryParser.cs:16renamed toMinPageSize -
s_jsonApiMediaTypeconst inJsonApiContentTypeFilter.cs:11renamed toJsonApiMediaType -
ServiceCollectionExtensions.cs:14converted from block-scoped to file-scoped namespace -
.editorconfigaddscsharp_style_namespace_declarations = file_scoped:warning -
dotnet_naming_rule.constant_fields_should_be_pascal_case.severitybumped fromsuggestiontowarning
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.