Alan Ramírez Herrera

Results 6 issues of Alan Ramírez Herrera

Add support for ternary operators inside LINQ queries, this solves #133

Hi, i have the following query ```csharp var users = db.Query().Select(u => new User() { Birthday = u.PublicBasicInfo? u.Birthday : null, Email = u.PublicBasicInfo? u.Email : null, Id = u.Id,...

### Summary Changes to recipe: **gn/cci.20210429** #### Motivation This PR fixes #25587. This bugfix allows the creation of binaries for other archs. The generator of gn is ignoring the arch...

## Description ## Checklist - [x] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md) - [ ] `pom.xml` parent set to latest `shared-configuration` - [ ] Appropriate changes to README are included...

samples

## Description ## Checklist - [ ] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md) - [ ] `pom.xml` parent set to latest `shared-configuration` - [ ] Appropriate changes to README are...

samples

## Description ## Checklist - [x] I have followed [Sample Format Guide](https://github.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md) - [ ] `pom.xml` parent set to latest `shared-configuration` - [ ] Appropriate changes to README are included...

api: bigtable
samples