https://github.com/soenneker/soenneker.utils.usings
Applies code fixes for missing using directives in a C# project using Roslyn analyzers.
https://github.com/soenneker/soenneker.utils.usings
csharp dotnet nuget packages references roslyn using usings usingsutil util utils
Last synced: 13 days ago
JSON representation
Applies code fixes for missing using directives in a C# project using Roslyn analyzers.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.utils.usings
- Owner: soenneker
- License: mit
- Created: 2025-05-20T15:46:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-03-10T09:17:08.000Z (18 days ago)
- Last Synced: 2026-03-10T11:43:50.559Z (18 days ago)
- Topics: csharp, dotnet, nuget, packages, references, roslyn, using, usings, usingsutil, util, utils
- Language: C#
- Homepage: https://soenneker.com
- Size: 599 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.utils.usings/)
[](https://github.com/soenneker/soenneker.utils.usings/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.utils.usings/)
[](https://github.com/soenneker/soenneker.utils.usings/actions/workflows/codeql.yml)
#  Soenneker.Utils.Usings
### Applies code fixes for missing using directives in a C# project using Roslyn analyzers.
## Installation
```
dotnet add package Soenneker.Utils.Usings
```