You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2021. It is now read-only.
[Ide] Handle unauthorized access exception on startup
Handle an UnauthorizedAccessException when trying to determine if
the filename passed as a startup argument is a workspace item. The
exception is caught and logged and return a non-zero exit code.
Previously this would generate a fatal exception.
System.IO.FileStream..ctor(String,FileMode,FileAccess,FileShare,Int32,Boolean,FileOptions)
System.IO.FileStream..ctor(String,FileMode,FileAccess,FileShare,Int32,FileOptions)
System.IO.StreamReader..ctor(String,Encoding,Boolean,Int32)
System.IO.StreamReader..ctor(String,Boolean)
System.IO.StreamReader..ctor(String)
MonoDevelop.Projects.MSBuild.SlnFile.GetFileVersion(String)
MonoDevelop.Projects.MSBuild.SlnFileFormat.CanReadFile(String,MSBuildFileFormat)
MonoDevelop.Projects.MSBuild.MSBuildFileFormat.CanReadFile(FilePath,Type)
MonoDevelop.Projects.MSBuildSerializationExtension.CanRead(FilePath,Type)
MonoDevelop.Projects.ProjectService.GetObjectReaderForFile(FilePath,Type)
MonoDevelop.Projects.ProjectService.FileIsObjectOfType(FilePath,Type)
MonoDevelop.Projects.ProjectService.IsWorkspaceItemFile(FilePath)
MonoDevelop.Ide.IdeStartup.Run(MonoDevelopOptions)
MonoDevelop.Ide.IdeStartup.Main(String[],IdeCustomizer)
Fixes VSTS #1005197 - [FATAL] System.UnauthorizedAccessException
exception in System.IO.FileStream..ctor()
0 commit comments