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 has been archived by the owner on Nov 15, 2021. It is now read-only.
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Where[TSource](IEnumerable1 source, Func2 predicate)
at ProcAIReview.Infrastructure.Configuration.Swagger.SwaggerConfiguration.ConfigureSwashbuckle(IServiceCollection services, IConfiguration configuration) in D:\Gordian\PocAIReviewAssistantAPI\PocAIReviewAssistantAPI\Infrastructure\Configuration\Swagger.cs:line 26
at ProcAIReview.Startup.ConfigureServices(IServiceCollection services) in D:\Gordian\PocAIReviewAssistantAPI\PocAIReviewAssistantAPI\Startup.cs:line 82
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.AspNetCore.Hosting.MethodInfoExtensions.InvokeWithoutWrappingExceptions(MethodInfo methodInfo, Object obj, Object[] parameters)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.g__Startup|0(IServiceCollection serviceCollection)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.b__0(IServiceCollection services)
at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services)
at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass12_0.b__0(HostBuilderContext context, IServiceCollection services)
at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()
at Microsoft.Extensions.Hosting.HostBuilder.Build()
at ProcAIReview.Program.Main(String[] args) in D:\Gordian\PocAIReviewAssistantAPI\PocAIReviewAssistantAPI\Program.cs:line 10
Please provide the following information when submitting an issue.
Unhandled exception. System.ArgumentNullException: Value cannot be null. (Parameter 'source')
at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument)
at System.Linq.Enumerable.Where[TSource](IEnumerable
1 source, Func
2 predicate)at ProcAIReview.Infrastructure.Configuration.Swagger.SwaggerConfiguration.ConfigureSwashbuckle(IServiceCollection services, IConfiguration configuration) in D:\Gordian\PocAIReviewAssistantAPI\PocAIReviewAssistantAPI\Infrastructure\Configuration\Swagger.cs:line 26
at ProcAIReview.Startup.ConfigureServices(IServiceCollection services) in D:\Gordian\PocAIReviewAssistantAPI\PocAIReviewAssistantAPI\Startup.cs:line 82
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Microsoft.AspNetCore.Hosting.MethodInfoExtensions.InvokeWithoutWrappingExceptions(MethodInfo methodInfo, Object obj, Object[] parameters)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.InvokeCore(Object instance, IServiceCollection services)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass9_0.g__Startup|0(IServiceCollection serviceCollection)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.Invoke(Object instance, IServiceCollection services)
at Microsoft.AspNetCore.Hosting.ConfigureServicesBuilder.<>c__DisplayClass8_0.b__0(IServiceCollection services)
at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.UseStartup(Type startupType, HostBuilderContext context, IServiceCollection services)
at Microsoft.AspNetCore.Hosting.GenericWebHostBuilder.<>c__DisplayClass12_0.b__0(HostBuilderContext context, IServiceCollection services)
at Microsoft.Extensions.Hosting.HostBuilder.CreateServiceProvider()
at Microsoft.Extensions.Hosting.HostBuilder.Build()
at ProcAIReview.Program.Main(String[] args) in D:\Gordian\PocAIReviewAssistantAPI\PocAIReviewAssistantAPI\Program.cs:line 10
Please provide the following information when submitting an issue.
NOTE Support requests should initially be raised on GitHub discussions
My Framework
My Environment
I have already...
My issue is related to (check only those which apply):
Describe the bug
A clear and concise description of what the bug is.
Steps to reproduce the problem:
The text was updated successfully, but these errors were encountered: