Azure / azure-functions-signalrservice-extension

Azure Functions bindings for SignalR Service. Project moved to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService .
MIT License
97 stars 47 forks source link

Fix bidirectional-chat error #205

Closed Y-Sindo closed 3 years ago

Y-Sindo commented 3 years ago
zackliu commented 3 years ago

What about include the project to azure-functions-signalrservice-extension.sln. Thus, we don't need two sln.

Y-Sindo commented 3 years ago

What about include the project to azure-functions-signalrservice-extension.sln. Thus, we don't need two sln.

But other sample projects have their own solutions. Do you think we should include all the samples in the main solution?

JialinXin commented 3 years ago

Not much need to include a new sln. Either make all samples available in the main solution or leave sample proj is enough. sln can be created on demand.