Deven T. Corzine
Deven T. Corzine
> Based on preliminary testing, the release version [16.143.1](https://www.nuget.org/packages/Microsoft.TeamFoundationServer.Client/16.143.1) supports .NET Standard 2.0 and therefore .NET Core 2.0 or later. However, as called out by @pmiossec, there are breaking changes....
How about defaulting `-mkfs-time` to the newest timestamp of any inode in the created filesystem when using `-reproducible`? That would be inherently stable if the source content is unchanged.
https://stackoverflow.com/a/54570164/1003451
> Hi @deven, thanks for the contribution! I have kicked off the CI tests and expect them all to pass. Would it be possible to get a test added for...
> It is unclear which error is this PR trying to resolve. Enum variant names follow the same rules as identifiers in Smithy, and Smithy does not allow identifiers to...
> Have you tried changing your original transformation to not use underscore as a prefix and something like `X_` or `x2DBarCode` or similar? The algorithm for converting the enum name...
> Hi @deven, thanks for the contribution! I have kicked off the CI tests and expect them all to pass. Would it be possible to get a test added for...
So, could we get this merged please? 😃
I was already prefixing the digit with an underscore in the Smithy IDL file to make the Smithy identifier valid: ```_2D_BARCODE = "2D_BARCODE"``` Because the `toPascalCase()` function is stripping ALL...
Should I replace my current patch in this pull request with the alternative that I suggested above, to fix `toPascalCase()` and `toSnakeCase()` to always preserve leading underscores for a broader,...