-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
The following message is displayed:
[exec] FATAL CommandLine:0 - System.InvalidOperationException: One or more errors occurred while opening the project:
[exec] Msbuild failed when processing the file 'C:\Workspace\Git\AsyncGenerator\Source\AsyncGenerator.Tests\ExternalProjects\NHibernate\Source\src\NHibernate\NHibernate.csproj' with message: MSB0001: Internal MSBuild Error: Missing resource ''
[exec] Hint: For suppressing irrelevant errors use SuppressDiagnosticFailures option.
[exec] at AsyncGenerator.AsyncCodeGenerator.CheckForErrors(MSBuildWorkspace workspace, String itemType, ImmutableArray`1 supressFailuresPredicates, ILogger logger)
[exec] at AsyncGenerator.AsyncCodeGenerator.<OpenProject>d__8.MoveNext()
[exec] --- End of stack trace from previous location where exception was thrown ---
[exec] at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
[exec] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
[exec] at AsyncGenerator.AsyncCodeGenerator.<GenerateAsync>d__0.MoveNext()
[exec] --- End of stack trace from previous location where exception was thrown ---
[exec] at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
[exec] at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
[exec] at AsyncGenerator.CommandLine.Program.Main(String[] args)