aspnet / LibraryManager

Other
446 stars 78 forks source link

Open source file in FileMode Open #722

Closed AlexanderSchulz-Siemens closed 2 months ago

AlexanderSchulz-Siemens commented 6 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.

AlexanderSchulz-Siemens commented 6 months ago

@dotnet-policy-service agree company="Siemens AG"