-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Readme file for each Nuget package (#5682)
* Adding Reame file for each Nuget package * more minor fixes * rename to README.md, and delete package description * add a central step in Directory.Build.targets to pickup README.md * Fix typo in readme files * Update src/System.ServiceModel.UnixDomainSocket/src/System.ServiceModel.UnixDomainSocket.csproj --------- Co-authored-by: Matt Connew <[email protected]>
- Loading branch information
Showing
17 changed files
with
156 additions
and
7 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## About | ||
|
||
The System.ServiceModel.Federation provides the types that allow security communications with SOAP messages using WS-Federation. | ||
|
||
### Installing the package: | ||
|
||
Install System.ServiceModel.Federation package from [Nuget.org](https://www.nuget.org/packages/System.ServiceModel.Federation) | ||
|
||
`dotnet add package System.ServiceModel.Federation` | ||
|
||
## How to use | ||
|
||
See [blog post](https://devblogs.microsoft.com/dotnet/wsfederationhttpbinding-in-net-standard-wcf/) for more information. | ||
|
||
## Feedback & Contributing | ||
|
||
To explore the project or contribute, visit our [GitHub repository](https://github.com/dotnet/wcf/). | ||
For reporting issues or providing feedback, please [open an issue on GitHub](https://github.com/dotnet/wcf). |
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,18 @@ | ||
## About | ||
|
||
The System.ServiceModel.Http provides the types that permit SOAP messages to be exchanged using Http (example: BasicHttpBinding). | ||
|
||
### Installing the package: | ||
|
||
Install System.ServiceModel.Http package from [Nuget.org](https://www.nuget.org/packages/System.ServiceModel.Http) | ||
|
||
`dotnet add package System.ServiceModel.Http` | ||
|
||
## How to use | ||
|
||
See [WCF Samples](https://learn.microsoft.com/en-us/dotnet/framework/wcf/samples/) for samples on how to use System.ServiceModel.Http. | ||
|
||
## Feedback & Contributing | ||
|
||
To explore the project or contribute, visit our [GitHub repository](https://github.com/dotnet/wcf/). | ||
For reporting issues or providing feedback, please [open an issue on GitHub](https://github.com/dotnet/wcf). |
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,18 @@ | ||
## About | ||
|
||
The System.ServiceModel.NetFramingBase contains common types for NetFraming based transports such as NetTcp and NetNamedPipe. | ||
|
||
### Installing the package: | ||
|
||
Install System.ServiceModel.NetFramingBase package from [Nuget.org](https://www.nuget.org/packages/System.ServiceModel.NetFramingBase) | ||
|
||
`dotnet add package System.ServiceModel.NetFramingBase` | ||
|
||
## How to use | ||
|
||
See [WCF Samples](https://learn.microsoft.com/en-us/dotnet/framework/wcf/samples/) for samples on how to use NetTcp and NetNamedPipe. | ||
|
||
## Feedback & Contributing | ||
|
||
To explore the project or contribute, visit our [GitHub repository](https://github.com/dotnet/wcf/). | ||
For reporting issues or providing feedback, please [open an issue on GitHub](https://github.com/dotnet/wcf). |
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,18 @@ | ||
## About | ||
|
||
The System.ServiceModel.NetNamedPipe provides the types that permit SOAP messages to be exchanged using TCP (example: NetTcpBinding). | ||
|
||
### Installing the package: | ||
|
||
Install System.ServiceModel.NetNamedPipe package from [Nuget.org](https://www.nuget.org/packages/System.ServiceModel.NetNamedPipe) | ||
|
||
`dotnet add package System.ServiceModel.NetNamedPipe` | ||
|
||
## How to use | ||
|
||
See [WCF Samples](https://learn.microsoft.com/en-us/dotnet/framework/wcf/samples/) for samples on how to use NetNamePipe and NetTcpBinding. | ||
|
||
## Feedback & Contributing | ||
|
||
To explore the project or contribute, visit our [GitHub repository](https://github.com/dotnet/wcf/). | ||
For reporting issues or providing feedback, please [open an issue on GitHub](https://github.com/dotnet/wcf). |
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,18 @@ | ||
## About | ||
|
||
The System.ServiceModel.NetTcp provides the types that permit SOAP messages to be exchanged using TCP (example: NetTcpBinding). | ||
|
||
### Installing the package: | ||
|
||
Install System.ServiceModel.NetTcp package from [Nuget.org](https://www.nuget.org/packages/System.ServiceModel.NetTcp) | ||
|
||
`dotnet add package System.ServiceModel.NetTcp` | ||
|
||
## How to use | ||
|
||
See [WCF Samples](https://learn.microsoft.com/en-us/dotnet/framework/wcf/samples/) for samples on how to use NetTcp. | ||
|
||
## Feedback & Contributing | ||
|
||
To explore the project or contribute, visit our [GitHub repository](https://github.com/dotnet/wcf/). | ||
For reporting issues or providing feedback, please [open an issue on GitHub](https://github.com/dotnet/wcf). |
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,18 @@ | ||
## About | ||
|
||
The System.ServiceModel.Primitives provides the common types used by all of the WCF libraries. | ||
|
||
### Installing the package: | ||
|
||
Install System.ServiceModel.Primitives package from [Nuget.org](https://www.nuget.org/packages/System.ServiceModel.Primitives) | ||
|
||
`dotnet add package System.ServiceModel.Primitives` | ||
|
||
## How to use | ||
|
||
Explore [WCF Samples](https://learn.microsoft.com/en-us/dotnet/framework/wcf/samples/) for more WCF samples. | ||
|
||
## Feedback & Contributing | ||
|
||
To explore the project or contribute, visit our [GitHub repository](https://github.com/dotnet/wcf/). | ||
For reporting issues or providing feedback, please [open an issue on GitHub](https://github.com/dotnet/wcf). |
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,18 @@ | ||
## About | ||
|
||
The System.ServiceModel.UnixDomainSocket Provides the types that allow security communications with SOAP messages using WS-Federation. | ||
|
||
### Installing the package: | ||
|
||
Install System.ServiceModel.UnixDomainSocket package from [Nuget.org](https://www.nuget.org/packages/System.ServiceModel.UnixDomainSocket) | ||
|
||
`dotnet add package System.ServiceModel.UnixDomainSocket` | ||
|
||
## How to use | ||
|
||
See [blog post](https://corewcf.github.io/blog/2023/09/01/udsbinding) for more information. | ||
|
||
## Feedback & Contributing | ||
|
||
To explore the project or contribute, visit our [GitHub repository](https://github.com/dotnet/wcf/). | ||
For reporting issues or providing feedback, please [open an issue on GitHub](https://github.com/dotnet/wcf). |
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,18 @@ | ||
## About | ||
|
||
The System.Web.Services.Description contains classes that enable you to publicly describe an XML Web service by using the Web Services Description Language (WSDL). | ||
|
||
### Installing the package: | ||
|
||
Install System.Web.Services.Description package from [Nuget.org](https://www.nuget.org/packages/System.Web.Services.Description) | ||
|
||
`dotnet add package System.Web.Services.Description` | ||
|
||
## How to use | ||
|
||
Explore [WCF Samples](https://learn.microsoft.com/en-us/dotnet/framework/wcf/samples/) for more WCF samples. | ||
|
||
## Feedback & Contributing | ||
|
||
To explore the project or contribute, visit our [GitHub repository](https://github.com/dotnet/wcf/). | ||
For reporting issues or providing feedback, please [open an issue on GitHub](https://github.com/dotnet/wcf). |
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