关于[gRPC & ASP.NET Core 3.1: Message validation]的摘要:
Validation is a very important feature in applications but in ASP.NET Core 3.1 and gRPC it’s a bit complicated…. Proto3 doesn’t provide any validation with its syntax and Microsoft gaves us the habit to use DataAnnotation in ASP.NET and ASP.NET Core, unfortunaltey this feature is not available neither in gRPC. So a solution is required to fix that limitation, in this article I will show you how to use...
原文地址: https://anthonygiretti.com/2020/05/18/grpc-asp-net-core-3-1-model-validation/