Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
652 contributions in the last year
Contribution activity
August 2020
- (#151,#159,#160,#162,#163) Wireline protocol for list operation
- (#164) Moved the client generation code into ServiceRestClient
- (#165) Refactor of the ValidateOperationAsync function
- (#149) Renamed Top to Size in MobileTableQueryOptions
- (#157) Renamed Azure.Mobile => Microsoft.Zumo
- (#133,#144) Renamed classes per api review.
- (#142) Renamed and simplified RequestOptions to Conditions in Delete …
- (#134) Collapsed GetTable{T} into one method
- (#132) Moved client namespace to Azure.Data.Mobile
- Added Todo App Example
Created an issue in Azure/azure-mobile-apps that received 3 comments
PagedResult{T} contains items that are unused
The PagedResult{T} class contains two properties - MaxTop and PageSize - that are never used within the client code. We can safely drop them from t…
3
comments
- Need to write end-to-end tests
- PrepareItemForStore async/sync are pointing the wrong way
- Move client generators to internal class
- Write 100% UNIT test coverage for Client
- Provide 100% UNIT test coverage for Server
- Ensure User-Agent is sent properly
- List operation does not follow wireline protocol
- [APIReview] Rename namespace to Microsoft.Zumo
- Add client-side logging
- Provide remote service eventing support
- [APIReview] Rename Top to Size
- [APIReview] Should OrderBy be a collection of strings?
- [APIReview] Consider Traits and States instead of IncludeCount IncludeDeleted
- [APIReview] Add Upsert convenience helper
- [APIReview] Do we need to support InsertItem with MatchConditions?
- [APIReview] Rename MobileTableQuery parameter to options instead.
- [APIReview] Consider DeleteItemIfUnchanged
- [APIReview] Rename requestOptions to conditions + default (= null)
- [APIReview] DeleteItem can take a string - instead of an item
- [APIReview] Remove the .Tables namespace
- [APIReview] Consider PreauthorizedTokenCredential for Azure.Identity
- [APIReview] Remove the .Auth namespace
- [APIReview] Rename UpdatedAt => UpdatedOn
- [APIReview] Consider renaming TableData to TableEntity
- [APIReview] Replace JsonSerializerOptions with ObjectSerializer
- Some issues not shown.