* Some clarifications to calling server methods in SignalR
* Apply suggestions from code review
Co-Authored-By: anurse <andrew@stanton-nurse.com>
* Add clarifications to .net client doc as well
* Update date on .NET client doc
* Update date on JS client doc
* Apply suggestions from code review
Co-Authored-By: anurse <andrew@stanton-nurse.com>
* fix: MD033/no-inline-html
Doesn't remove actual inline HTML, but escapes Generics and examples in braces
* Apply suggestions from code review
Co-Authored-By: nschonni <nschonni@gmail.com>
There are some known issues/quirks in the MessagePack Hub Protocol for SignalR. We should call them out in our docs instead of making users search GitHub for these answers :)
There are some known issues/quirks in the MessagePack Hub Protocol for SignalR. We should call them out in our docs instead of making users search GitHub for these answers :)
* finished #6925
* augmented per @BrennanConroy
* fixed css link
* added method to hub
* added code from sample to file
* fixed user sample
* removed the email version of this sample
* removed last mention of the customization
* Minor edits
* added (and tested) claimtypes.email-supporting identity approach
* referencing code in sample instead of hard-typed
* fixed a dumb thing
* implemented all changes suggested by @tdykstra
* fixed suggestions from @scottaddie
* initial stab at the backgroundsevice article
* added actual text to the article summarizing and explaining the code
* fixed code comments
* fixed link
* fixed wording on startup
* Apply suggestions from code review
thanks for the great review, @scottaddie. way better now.
Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>
* Apply suggestions from code review
Co-Authored-By: bradygaster <41929050+bradygaster@users.noreply.github.com>
* implemented changes suggested by @davidfowl
* fixed misunderstood comment by @davidfowl
* implemented suggestions from @tdykstra and @davidfowl
* changes suggested by @scottaddie
* fixed blockquote
* Minor tweaks to note
* escaping to get the <T> back
* fixed date
* finished #6925
* augmented per @BrennanConroy
* fixed css link
* added method to hub
* added code from sample to file
* fixed user sample
* removed the email version of this sample
* removed last mention of the customization
* Minor edits
* added (and tested) claimtypes.email-supporting identity approach
* referencing code in sample instead of hard-typed
* fixed a dumb thing
* implemented all changes suggested by @tdykstra
* fixed suggestions from @scottaddie
* updated metadata
* Update ms.date
* tweaks implemented per @BrennanConroy
* Update heading
* finished #6925
* augmented per @BrennanConroy
* fixed css link
* added method to hub
* added code from sample to file
* fixed user sample
* removed the email version of this sample
* removed last mention of the customization
* Minor edits
* adding android notes (#9342)
fixes#9335 to add android developer section and add the notes.
* added .net client discussion (#9462)
* added more content around .NET client/Xamarin usage.
* fixes#9460
* made changes per @tdykstra and @scottaddie
* fixed iOS reference
* Minor edits