This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 88
ASP.NET Core gRPC for WCF Developers Changelog
Vaishali Raval edited this page Dec 17, 2021
·
3 revisions
Reference commits : f805f52, d5cf5ae, d6e93d3, ecaf5e5, 42c3e17, 297bffb, 6a0c76e
-
Updates .NET 6 related content in the following pages :
ASP.NET Core gRPC for WCF Developers
Migrate a WCF solution to gRPC
Create a new ASP.NET Core gRPC project
Migrate a WCF request-reply service to a gRPC unary RPC
Migrate WCF duplex services to gRPC
Application Performance Management
Add authentication and authorization to the server
gRPC in production
Create Docker images
Run services on Kubernetes
Reference commits : 4cb0a9e, eb05af3,c16301d, db0a68a
Contains following changes:
- Fixes build warnings.
- Updates client library.
- Updates channel credential.
- Fixes typo.
Contributions :
We’d like to acknowledge and thank the following community members for their valuable contributions !
Reference commits : 60aa2d5, ab5b64c, 8f6efd1, b6e478b, 00ac734, 08404c6, d859546
-
Updates .NET 5 related content in the following pages :
SimpleStockTickerSample\grpc\SimpleStockTicker
-
TraderSys.SimpleStockTickerServer.csproj
project related updates- Updates project file.
- Updates
Grpc.AspNetCore
package version to2.34.0-pre1
- Updates
Grpc.Tools
package to version2.34.0
-
TraderSys.SimpleStockTickerServer.Client.csproj
project related updates- Updates project file.
- Updates
Google.Protobuf
package version to3.14.0
- Updates
Grpc.Net.ClientFactory
package version to2.34.0-pre1
- Updates
Grpc.Tools
package version to2.34.0
-
TraderSys.SimpleStockTickerServer.ClientConsole.csproj
project related udpates- Updates project file.
- Updates
Grpc.Net.Common
package version to2.34.0-pre1
-
FullStockTickerSample\grpc\FullStockTicker
-
TraderSys.FullStockTicker.Client.csproj
project related updates- Updates project file.
- Updates
Google.Protobuf
package version to3.14.0
- Updates
Grpc.Auth
package version to2.34.0
- Updates
Grpc.Net.ClientFactory
package version to2.34.0-pre1
- Updates
Grpc.Net.Common
package version to2.34.0-pre1
- Updates
Grpc.Tools
package version to2.34.0
-
TraderSys.FullStockTickerClientApp.csproj
project related updates- Updates project file.
- Updates
Microsoft.Extensions.DependencyInjection
package version to5.0.0
-
TraderSys.FullStockTickerServer.csproj
project related updates- Updates project file.
- Updates
Grpc.AspNetCore
package version to2.34.0-pre1
- Updates
Grpc.Net.Common
package version to2.34.0-pre1
- Updates
Grpc.Tools
package version to2.34.0
- Updates
Microsoft.AspNetCore.Authentication.Certificate
package version to5.0.0
-
-
FullStockTickerSample\grpc\FullStockTickerAuth
- specific updates-
TraderSys.FullStockTicker.Client.csproj
project related updates- Updates project file.
- Updates
Google.Protobuf
package version to3.14.0
- Updates
Grpc.Auth
package version to2.34.0
- Updates
Grpc.Net.ClientFactory
package version to2.34.0-pre1
- Updates
Grpc.Net.Common
package version to2.34.0-pre1
- Updates
Grpc.Tools
package version to2.34.0
-
-
PortfoliosSample\grpc\TraderSys
project related updates-
TraderSys.Portfolios.csproj
project related updates- Updates project file.
- Updates
Grpc.AspNetCore
package version to2.32.0
- Updates
Grpc.Tools
package version to2.34.0
- Updates
Microsoft.AspNetCore.Authentication.JwtBearer
package version to5.0.0
-
TraderSys.Portfolios.ClientConsole.csproj
project related updates- Updates project file.
- Updates
Google.Protobuf
package version to3.14.0
- Updates
Grpc.Net.ClientFactory
package version to2.34.0-pre1
- Updates
Grpc.Tools
package version to2.34.0
-
-
PortfoliosSample\grpc\TraderSysAuth
project related updates-
TraderSys.Portfolios.csproj
project related updates- Updates project file.
- Updates
Grpc.AspNetCore
package version to2.32.0
- Updates
Grpc.Tools
package version to2.34.0
- Updates
Microsoft.AspNetCore.Authentication.JwtBearer
package version to5.0.0
-
TraderSys.Portfolios.Client.csproj
project related updates- Updates project file.
- Updates
Google.Protobuf
package version to3.14.0
- Updates
Grpc.Net.ClientFactory
package version to2.34.0-pre1
- Updates
Grpc.Tools
package version to2.34.0
-
TraderSys.Portfolios.ClientConsole.csproj
project related updates- Updates project file.
- Updates
Google.Protobuf
package version to3.14.0
- Updates
Grpc.Net.ClientFactory
package version to2.34.0-pre1
- Updates
Grpc.Tools
package version to2.34.0
-
-
KubernetesSample
-
StockData.csproj
project related updates- Updates project file.
- Updates
Grpc.AspNetCore
package version to2.34.0-pre1
- Updates
Dockerfile
- Corrects StockData API address
-
StockWeb.csproj
project related updates- Updates project file.
- Updates
Google.Protobuf
to version3.14.0
- Updates
Grpc.Net.ClientFactory
package to version2.34.0-pre1
- Updates
Grpc.Tools
package to version2.34.0
- Updates
Dockerfile
-