Open rochapablo opened 3 years ago
The following line adds console logging:
builder.Services.AddLogging(options => options.AddConsole());
If you do not want console logging remove the AddConsole() option. If you do want console logging then you must add the following nuget package: "Microsoft.Extensions.Logging.Console"
I have this Function that it's working and now I need to install
Microsoft.AspNetCore.SignalR.Client
as dependency. The problem is that after install and do all the settings, I'm not able to run the Function.This is how I'm running
The error I'm getting
Setup.cs
My Function
Service
.csproj
https://stackoverflow.com/questions/69161049