-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #315 from ignatandrei/313-typedsignalr
313 typedsignalr
- Loading branch information
Showing
49 changed files
with
2,635 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ public enum Category | |
AOP, | ||
Bitwise, | ||
Actor, | ||
Mediator=26 | ||
Mediator=26, | ||
SignalR=27, | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
|
||
<h1>RSCG nr 163 : TypedSignalR.Client</h1> | ||
|
||
<h2>Info</h2> | ||
Nuget : <a href="https://www.nuget.org/packages/TypedSignalR.Client/" target="_blank">https://www.nuget.org/packages/TypedSignalR.Client/</a> | ||
|
||
<p>You can find more details at : <a href="https://github.com/nenoNaninu/TypedSignalR.Client" target="_blank"> https://github.com/nenoNaninu/TypedSignalR.Client</a></p> | ||
|
||
<p>Author :nenoNaninu</p> | ||
|
||
<p>Source : <a href="https://github.com/nenoNaninu/TypedSignalR.Client" target="_blank">https://github.com/nenoNaninu/TypedSignalR.Client</a> </p> | ||
|
||
<h2>About</h2> | ||
|
||
Creating typed Signal R clients | ||
|
||
<h2> | ||
How to use | ||
</h2> | ||
<h3> | ||
Add reference to the <a href="https://www.nuget.org/packages/TypedSignalR.Client/" target="_blank">TypedSignalR.Client</a> in the csproj | ||
</h3> | ||
<img src="images/TypedSignalR.Client/TestSignalRConsole.csproj.png" width="580" height="580" /> | ||
|
||
<h3>This was for me the <b>starting</b> code</h3> | ||
|
||
<br /> | ||
I have <b>coded</b> the file Program.cs | ||
<br /> | ||
<img src="images/TypedSignalR.Client/csFiles/Program.cs.png" width="580" height="580" /> | ||
<hr /> | ||
<h3>And here are the <i>generated</i> files</h3> | ||
|
||
<br /> | ||
The file <i>generated</i> is TypedSignalR.Client.Components.Generated.cs | ||
<br /> | ||
<img src="images/TypedSignalR.Client/generated/TypedSignalR.Client.Components.Generated.cs.png" width="580" height="580" /> | ||
|
||
<br /> | ||
The file <i>generated</i> is TypedSignalR.Client.HubConnectionExtensions.Binder.Generated.cs | ||
<br /> | ||
<img src="images/TypedSignalR.Client/generated/TypedSignalR.Client.HubConnectionExtensions.Binder.Generated.cs.png" width="580" height="580" /> | ||
|
||
<br /> | ||
The file <i>generated</i> is TypedSignalR.Client.HubConnectionExtensions.Generated.cs | ||
<br /> | ||
<img src="images/TypedSignalR.Client/generated/TypedSignalR.Client.HubConnectionExtensions.Generated.cs.png" width="580" height="580" /> | ||
|
||
<br /> | ||
The file <i>generated</i> is TypedSignalR.Client.HubConnectionExtensions.HubInvoker.Generated.cs | ||
<br /> | ||
<img src="images/TypedSignalR.Client/generated/TypedSignalR.Client.HubConnectionExtensions.HubInvoker.Generated.cs.png" width="580" height="580" /> | ||
|
||
<p> | ||
You can download the code and this page as pdf from | ||
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/TypedSignalR.Client'> | ||
https://ignatandrei.github.io/RSCG_Examples/v2/docs/TypedSignalR.Client | ||
</a> | ||
</p> | ||
|
||
|
||
<p> | ||
You can see the whole list at | ||
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'> | ||
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG | ||
</a> | ||
</p> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"generator":{ | ||
"name":"TypedSignalR.Client", | ||
"nuget":[ | ||
"https://www.nuget.org/packages/TypedSignalR.Client/" | ||
], | ||
"link":"https://github.com/nenoNaninu/TypedSignalR.Client", | ||
"author":"nenoNaninu", | ||
"source":"https://github.com/nenoNaninu/TypedSignalR.Client" | ||
}, | ||
"data":{ | ||
"goodFor":["Creating typed Signal R clients"], | ||
"csprojDemo":"TestSignalRConsole.csproj", | ||
"csFiles":["Program.cs"], | ||
"excludeDirectoryGenerated":[""], | ||
"includeAdditionalFiles":[""] | ||
}, | ||
"links":{ | ||
"blog":"", | ||
"video":"" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
C# Source Generator to create strongly typed SignalR Client. |
Oops, something went wrong.