False positive on object with multiple constructors
Open
- Dominant language
- No language data
- Stars
- 1.9k
- Forks
- 173
- Avg merge
- 10d 13h
- Merged PRs (30d)
- 1
Description
Dotnet format is failing on this code, but actually the code is alright.

I checked and FileStream has multiple constructors. One of which asks for a System.IO.FileAccess but also one that requests a System.IO.FileMode. Could it be possible that dotnet format only checks the first constructor?

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.