I installed it and everything worked fine and now (two weeks later) an exception appears on start.
One or more errors occurred. (Could not load file or assembly 'NuGet.Common, Version=6.9.1.3, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'. Das System kann die angegebene Datei nicht finden.)
Unhandled exception. System.IO.FileNotFoundException: Could not load file or assembly 'NuGet.Common, Version=6.9.1.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. Das System kann die angegebene Datei nicht finden.
File name: 'NuGet.Common, Version=6.9.1.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
at CSharpRepl.Services.Nuget.NugetPackageInstaller..ctor(IConsoleEx console, Configuration configuration)
at CSharpRepl.Services.Roslyn.MetadataResolvers.NugetPackageMetadataResolver..ctor(IConsoleEx console, Configuration configuration) in /_/CSharpRepl.Services/Roslyn/MetadataResolvers/NugetPackageMetadataResolver.cs:line 25
at CSharpRepl.Services.Roslyn.Scripting.ScriptRunner..ctor(WorkspaceManager workspaceManager, CSharpCompilationOptions compilationOptions, AssemblyReferenceService referenceAssemblyService, IConsoleEx console, Configuration configuration) in /_/CSharpRepl.Services/Roslyn/Scripting/ScriptRunner.cs:line 50
at CSharpRepl.Services.Roslyn.RoslynServices.<>c__DisplayClass20_1.<.ctor>b__1() in /_/CSharpRepl.Services/Roslyn/RoslynServices.cs:line 94
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
--- End of stack trace from previous location ---
at CSharpRepl.Services.Roslyn.RoslynServices.ShouldOpenCompletionWindowAsync(String text, Int32 caret, KeyPress keyPress, CancellationToken cancellationToken) in /_/CSharpRepl.Services/Roslyn/RoslynServices.cs:line 259
at PrettyPrompt.Panes.CompletionPane.PrettyPrompt.Consoles.IKeyPressHandler.OnKeyUp(KeyPress key, CancellationToken cancellationToken)
at PrettyPrompt.Prompt.<>c__DisplayClass9_0.<<ReadLineAsync>g__InterpretKeyPress|0>d.MoveNext()
--- End of stack trace from previous location ---
at PrettyPrompt.Prompt.ReadLineAsync()
at CSharpRepl.ReadEvalPrintLoop.RunAsync(Configuration config) in /_/CSharpRepl/ReadEvalPrintLoop.cs:line 51
at CSharpRepl.Program.Main(String[] args) in /_/CSharpRepl/Program.cs:line 71
at CSharpRepl.Program.Main(String[] args) in /_/CSharpRepl/Program.cs:line 77
at CSharpRepl.Program.<Main>(String[] args)
I tried to reinstall the tool but it didn't' work.
This is the tracelog:
Version
0.6.7
What happened?
I installed it and everything worked fine and now (two weeks later) an exception appears on start.
I tried to reinstall the tool but it didn't' work. This is the tracelog: