Closed AlexanderSchulz-Siemens closed 7 months ago
Opening the source file without providing FileMode will default to FileMode.ReadWrite. This lead to sporadic built errors which disappeared after explicitly setting FileMode to FileAccess.Read.
FileMode
FileMode.ReadWrite
FileAccess.Read
@dotnet-policy-service agree company="Siemens AG"
Opening the source file without providing
FileMode
will default toFileMode.ReadWrite
. This lead to sporadic built errors which disappeared after explicitly settingFileMode
toFileAccess.Read
.