Azure / Azure/azure-functions-dotnet-worker
Engineering: introduce updated editorconfig
- Dominant language
- C#
- Stars
- 466
- Forks
- 215
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 7
Description
Part of #1655
We will settle on and introduce a new editorconfig which encourages using the latest C# language features where available.
See [.editorconfig](https://github.com/jviau/dotnet-worker-layout/blob/main/.editorconfig) for a starting point
## Requirements
- Modern style enforcement
- Enforced on build
- Enforced for source projects
## Non-Requirements
- Strict rules for sample and test projects
We will want to decide how to onboard projects gradually to the new editorconfig. The end goal is to have **all** source projects onboarded. We can also come up with a less-strict subset of rules for test and sample projects.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.