* Microsoft.AspNetCore.App metapackage
* work
* work
* version number
* work
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* react to feedback
* Those methods are not defined at the Hub class
The methods below aren't defined at the Hub class but accessible through Clients property like the first three properties (All, Caller, Others) :
| `AllExcept` | Calls a method on all connected clients except for the specified connections |
| `Client` | Calls a method on a specific connected client |
| `Clients` | Calls a method on specific connected clients |
| `Group` | Sends a message to all connections in the specified group |
| `GroupExcept` | Sends a message to all connections in the specified group, except the specified connections |
| `Groups` | Sends a message to multiple groups of connections |
| `OthersInGroup` | Sends a message to a group of connections, excluding the client that invoked the hub method |
| `User` | Sends a message to all connections associated with a specific user |
| `Users` | Sends a message to all connections associated with the specified users |
So I think it might good to move all those methods description to the first table whic talk about `Clients` property.
* Update hubs.md
Revert to two tables but, for the second table, we specify where the methods come from `Hub.Clients` property.
* CC56109: Extra spaces to avoid loc issues
Hello, @Rick-Anderson,
This proposed file change comes from https://github.com/aspnet/Docs.ja-jp/pull/29/files.
Could you review this contribution and help to merge if agreed?
Many thanks in advance.
* Update model2.md
* Remove extra space
* Update Startup.cs
This sample causes a FileNotFoundException with Entity Framework Core Migrations - i.e. when executing "dotnet ef migrations add new", the GetEntryAssembly call returns "ef", and "ef.xml" does not exist in the build folder.
* Update Startup.cs
This sample causes a FileNotFoundException with Entity Framework Core Migrations - i.e. when executing "dotnet ef migrations add new", the GetEntryAssembly call returns "ef", and "ef.xml" does not exist in the build folder.
* Update Swagger tutorials for 2.1
* Improve PMC instructions
* Verbiage tweaks
* Fix code highlighting in NSwag tutorial
* Remove unnecessary screenshots
* Apply 2.1 moniker to Swashbuckle tutorial
* Replace line numbers with region name
* NSwag 2.1 sample app updates
* Update Data annotations section of NSwag doc
* Add tip to NSwag doc
* Minor tweaks
* NSwag doc updates
* Fix API ref links
* Add section for adding API info
* Add sentence to Customize section
* Convert H2 heading to H3
* React to feedback
* Updated examining-the-details-and-delete-methods.md
examining-the-details-and-delete-methods.md has an extra '.' and the formatting for back tics '`' was incorrect
* Adjust backticks