# buf-plugin-bug-repro **Repository Path**: mirrors_prashantv/buf-plugin-bug-repro ## Basic Information - **Project Name**: buf-plugin-bug-repro - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-12 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Instructions 1. Run `./setup_plugin.sh` to setup the grpc-gateway gen-openapi2 plugin in ./bin. 2. Add `./bin` to your PATH: ``` export PATH="$(pwd)/bin":"$PATH" ``` 3. Run `buf generate` ### Expected An error as the openapi plugin reports an error due to the commented id field in service.proto. ### Actual No error is reported, and no service.swagger.json is generated. buf generate succeeds with exit code 0.