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
An error occurred while starting the application.
AggregateException: One or more errors occurred. (Value cannot be null. (Parameter 'input'))
System.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions)
ArgumentNullException: Value cannot be null. (Parameter 'input')
System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg)
AggregateException: One or more errors occurred. (Value cannot be null. (Parameter 'input'))
System.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions)
System.Threading.Tasks.Task.Wait(int millisecondsTimeout, CancellationToken cancellationToken)
System.Threading.Tasks.Task.Wait()
Program.
$(string[] args) in Program.cs
+
app.UseOcelot().Wait();
The text was updated successfully, but these errors were encountered:
Could you please provide details on the project/solution where this error occurred. There was quite a few mini projects in this "LearningPoint" repository
thanks for you post and help me for your code:
An error occurred while starting the application.
AggregateException: One or more errors occurred. (Value cannot be null. (Parameter 'input'))
System.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions)
ArgumentNullException: Value cannot be null. (Parameter 'input')
System.Text.RegularExpressions.ThrowHelper.ThrowArgumentNullException(ExceptionArgument arg)
AggregateException: One or more errors occurred. (Value cannot be null. (Parameter 'input'))
$(string[] args) in Program.csSystem.Threading.Tasks.Task.ThrowIfExceptional(bool includeTaskCanceledExceptions)
System.Threading.Tasks.Task.Wait(int millisecondsTimeout, CancellationToken cancellationToken)
System.Threading.Tasks.Task.Wait()
Program.
+
app.UseOcelot().Wait();
The text was updated successfully, but these errors were encountered: