Alan Ramírez Herrera
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...
## 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...
## 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...