Files
dotnet-cqrs/Svrnty.CQRS.Grpc.Generators
jp 599204d858 fix: use InvariantCulture for decimal/DateTime parsing in gRPC
The generated gRPC service code was using locale-dependent parsing
for decimal and DateTime values. On French locale systems, this
caused FormatException when parsing "0.95" because the system
expected a comma as decimal separator.

Now uses CultureInfo.InvariantCulture for all decimal.Parse() and
DateTime.Parse() calls to ensure consistent behavior across locales.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 11:47:56 -05:00
..
2025-11-01 22:38:46 -04:00