File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
playground/signalr/SignalR.AppHost
src/Aspire.Hosting.Azure.SignalR
tests/Aspire.Hosting.Azure.Tests Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ using Aspire . Hosting . Azure ;
2+
13var builder = DistributedApplication . CreateBuilder ( args ) ;
24
35// Configure Azure SignalR in default mode
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4- namespace Aspire . Hosting . ApplicationModel ;
4+ namespace Aspire . Hosting . Azure ;
55
66/// <summary>
77/// SignalR service service modes
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4- using Aspire . Hosting . ApplicationModel ;
54using Aspire . Hosting . Utils ;
65
76using Xunit ;
You can’t perform that action at this time.
0 commit comments