en un clic
fsGRPCSkills
fsGRPCSkills contient 5 skills collectées depuis EHotwagner, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Use when the user asks to "write a proto file", "create protobuf definitions", "generate F# from proto", "set up proto compilation", "define gRPC service contract", "convert proto to F#", or needs to work with .proto files and generate F# code from them.
Use when the user asks to "set up gRPC", "add gRPC to my F# project", "initialize gRPC", "configure gRPC tooling", "install gRPC packages", "create a gRPC project", or needs to bootstrap gRPC infrastructure in an F# solution.
Use when the user asks to "implement a gRPC server", "create gRPC service implementation", "host a gRPC service", "write gRPC server in F#", "add gRPC endpoint", "configure gRPC server", or needs to implement and host gRPC services in an F# ASP.NET Core application.
Use when the user asks to "call a gRPC service", "create gRPC client", "consume gRPC service from F#", "connect to gRPC server", "write gRPC client code", "gRPC client streaming", or needs to consume gRPC services from F# client code.
Use when the user asks to "create gRPC without proto files", "code-first gRPC", "define gRPC service in F#", "use protobuf-net with F#", "gRPC with F# records", "gRPC without .proto", or wants to define gRPC contracts using native F# types instead of .proto files.