key4.Grpc.Autoload 2.1.0.10-b
Key4.Grpc.Autoload
Extensions for code first gRPC services.
Usage
Initialize all gRPC services with attribute
public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
{
// ...
app.UseEndpoints(endpoints =>
{
endpoints.AddGrpcServicesFromAssembly(Assembly.GetExecutingAssembly());
});
}
No packages depend on key4.Grpc.Autoload.
.NET 6.0
- Grpc.AspNetCore (>= 2.43.0)
- Grpc.AspNetCore.Web (>= 2.43.0)
- Grpc.Net.Client.Web (>= 2.43.0)
- System.ServiceModel.Primitives (>= 4.9.0)
| Version | Downloads | Last updated |
|---|---|---|
| 2.1.0.10-b | 8 | 12/08/2022 |
| 2.0.0.9-b | 12 | 12/08/2022 |
| 1.0.0.8-b | 10 | 12/08/2022 |
| 1.0.0.7-b | 9 | 12/08/2022 |
| 1.0.0.6-b | 10 | 12/08/2022 |