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 Nov 16, 2022. It is now read-only.
With Roslyn Update 1 source loaded and you search for random things (DefaultMarshallingCharSet always causes issue) Visual Studio crashes and reboots. Microsoft engineer diagnosed it to MuGetReferences could not find file 'C:\Users\Paul\Documents\GitHub\repos\roslyn-update-1\src\Scripting\CoreTest\packages.config'.
And the call stack is:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(. . .)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlTextReaderImpl..ctor(String uriStr, XmlReaderSettings settings, XmlParserContext context, XmlResolver uriResolver)
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Kzu.NuGetReferences.ReferencesGraphProvider.GetInstalledPackages(String packagesConfig)
at Kzu.NuGetReferences.ReferencesGraphProvider.SearchNextItem(String term, IGraphContext context)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With Roslyn Update 1 source loaded and you search for random things (DefaultMarshallingCharSet always causes issue) Visual Studio crashes and reboots. Microsoft engineer diagnosed it to MuGetReferences could not find file 'C:\Users\Paul\Documents\GitHub\repos\roslyn-update-1\src\Scripting\CoreTest\packages.config'.
And the call stack is:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(. . .)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.FinishInitUriString()
at System.Xml.XmlTextReaderImpl..ctor(String uriStr, XmlReaderSettings settings, XmlParserContext context, XmlResolver uriResolver)
at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)
at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)
at System.Xml.Linq.XDocument.Load(String uri, LoadOptions options)
at Kzu.NuGetReferences.ReferencesGraphProvider.GetInstalledPackages(String packagesConfig)
at Kzu.NuGetReferences.ReferencesGraphProvider.SearchNextItem(String term, IGraphContext context)
The text was updated successfully, but these errors were encountered: