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
SetSite failed for package [CSharpierPackage]Source: 'System' Description: Value cannot be null.
Parameter name: path
System.ArgumentNullException: Value cannot be null.
Parameter name: path
at System.IO.FileSystemWatcher..ctor(String path, String filter)
at CSharpier.VisualStudio.CSharpierOptions.<InitializeHotReloadWatcherAsync>d__33.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at CSharpier.VisualStudio.CSharpierOptions.<CreateAsync>d__26.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.VisualStudio.Threading.AwaitExtensions.ExecuteContinuationSynchronouslyAwaiter`1.GetResult()
at Microsoft.VisualStudio.Threading.AsyncLazy`1.<>c__DisplayClass20_0.<<GetValueAsync>b__0>d.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()
at Microsoft.VisualStudio.Threading.JoinableTask`1.CompleteOnCurrentThread()
at CSharpier.VisualStudio.CSharpierOptions.get_Instance()
at CSharpier.VisualStudio.CustomPathInstaller..ctor(CSharpierPackage package)
at CSharpier.VisualStudio.CustomPathInstaller.GetInstance(CSharpierPackage package)
at CSharpier.VisualStudio.CSharpierProcessProvider..ctor(CSharpierPackage package)
at CSharpier.VisualStudio.CSharpierProcessProvider.GetInstance(CSharpierPackage package)
at CSharpier.VisualStudio.CSharpierPackage.Dispose(Boolean disposing)
at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsPackage.Close()
Steps to reproduce
Install Visual Studio 2022 Professional
Install CSharpier extension
Start Visual Studio without opening a solution/project
Goto Tools | Options | CSharpier
Expected behavior
No error popup.
Actual behavior
The text was updated successfully, but these errors were encountered:
Environments
Log Output
C:/Users/marcinp/AppData/Roaming/Microsoft/VisualStudio/17.0_85c1477a/ActivityLog.xml
Steps to reproduce
Tools | Options | CSharpier
Expected behavior
No error popup.
Actual behavior
The text was updated successfully, but these errors were encountered: