hubcio opened a new issue, #1891: URL: https://github.com/apache/iggy/issues/1891
Following the reorganization of our examples directory structure (with Rust examples now in `examples/rust/`), we need to create comprehensive C# examples to showcase the Iggy C# SDK capabilities. ### Task Create a new `examples/csharp/` directory with C# examples that demonstrate various usage patterns of the Iggy C# SDK, similar to what we have for Rust. ### Requirements - Create examples that mirror the functionality of existing Rust examples where applicable - Use .NET 8.0 or later for modern C# features - Include a README.md with clear instructions on how to run each example - Use C# best practices and idiomatic code - Add .csproj files with all required dependencies - Consider adding a script to test all examples (similar to `scripts/run-rust-examples-from-readme.sh`) ### Additional Context - C# SDK is located in `foreign/csharp/` - Reference the Rust examples in `examples/rust/` for feature parity - Examples should work with the latest version of the C# SDK - Consider using async/await patterns throughout -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
