Skip to content

Commit bdd722f

Browse files
committed
Removed .NET Core Compatibility note for SignalR
1 parent 53239bf commit bdd722f

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/en/Development-Guide-Core.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -873,11 +873,6 @@ All notifications of user are listed in this page.
873873

874874
<img src="images/notifications-list-core-3.png" alt="Notification list" class="img-thumbnail" />
875875

876-
**.NET Core Compatibility**
877-
878-
Since SignalR is not ready yet for .NET Core, real time notifications
879-
will not work if you select .NET Core as your base framework.
880-
881876
#### Chat
882877

883878
Chat icon is located next to user's profile image on top right corner of
@@ -939,11 +934,6 @@ online users and unread message count from each friend.
939934
friends cache up to date. In order to do that, it watches some events of
940935
Friendship and ChatMessage entities.
941936

942-
**.NET Core Compatibility**
943-
944-
Since SignalR is not ready yet for .NET Core, chat feature will not work
945-
if you select .NET Core as your base framework.
946-
947937
##### Chat Features
948938

949939
<img src="images/chat-features-1.png" alt="User menu" class="img-thumbnail" />
@@ -1381,11 +1371,6 @@ use SignalR in the application. See [SignalR
13811371
integration](https://aspnetboilerplate.com/Pages/Documents/SignalR-Integration)
13821372
document for more information on SignalR.
13831373

1384-
**.NET Core Compatibility**
1385-
1386-
Since SignalR is not ready yet for .NET Core, SignalR integration is
1387-
disabled if you select .NET Core as your base framework.
1388-
13891374
#### Logging
13901375

13911376
ASP.NET Zero uses **Log4Net** for logging as default. Configuration is

0 commit comments

Comments
 (0)