- Google
- London, UK
- skeet@pobox.com
- http://jonskeet.uk
-
Joined on
Jul 14, 2008
Popular repositories
-
DemoCode
Demo code used in talks, blog posts etc
-
protobuf-csharp-port
Automatically exported from code.google.com/p/protobuf-csharp-port
-
unconstrained-melody
Automatically exported from code.google.com/p/unconstrained-melody
-
edulinq
Automatically exported from code.google.com/p/edulinq
-
nodatime
Forked from nodatime/nodatime
A better date and time API for .NET
-
eduasync
Automatically exported from code.google.com/p/eduasync
2,274 contributions in the last year
Contribution activity
December 2016
- jskeet/google-cloud-visualstudio C#
- jskeet/googleapis Protocol Buffer
Created a pull request in GoogleCloudPlatform/google-cloud-dotnet
that received 4
comments
More documentation for retry settings, with worked example.
Fixes #595. // cc @SurferJeffAtGoogle
- Update BigQuery to beta07
- Handle null values in structs
- Slight movement within generateapis.sh
- Regenerate all APIs, and a couple of fixes
- Tests for HashValidatingDownloader
- Update to latest version of all REST APIs we depend on
- Improve release scripts
- Implement hash validation when downloading
- Add the ability to download a range within an object.
- Update version numbers
- Add Avro support for BigQuery
- Regenerate client libraries and fix up errors
- Revamp of build scripts
- Fix snippets
- Better async autogenerated snippets
- Use higher level client now it can take a request
- Request-object methods and new logging configuration
- Change installation instructions from myget to nuget
- Update all 0.x versions to 1.0.0-alpha01
- Changes to BigQuery result handling
- Update README.md and docs root to clarify versioning
- Merge BigQueryParameterType into BigQueryDbType.
- Regenerate all APIs
- Update all version numbers ready for release
- Use ScopedCredentialProvider for Storage and BigQuery.
- Update all projects to use the newly-released GAX (and common protos) beta05
- Update documentation:
- Add more tests for trying to download missing objects.
- Signed URL support for object names with spaces
- Unit tests for the Google.Cloud.Diagnostics.AspNetCore Logging.
- Support Flush() in GoogleStackdriverAppender
- Handle null values in structs
- Unit tests for Google.Cloud.Diagnostics.Common
- Swap out trace consumers for the common consumers and add buffer options.
- NOT FOR SUBMISSION Signed URL resumable upload support
- Remove unnecessary Auth dependency
- Cleaned up duplicate code from Google.Apis.Auth
- Implement hash validation when downloading
- Add the ability to download a range within an object.
- Update version numbers
- Fixed issue where (Instance|Project)MetadataChanged always fired initially
- Cleaned up duplicate code from Google.Apis.Auth
- Support for getting raw metadata value(s) with ETag
- First pass at ASP.NET Core Logging
- Increase wait time between polling for traces
- Update GitHub documentation for Google.Cloud.Diagnostics.AspNet
- Start common components for ASP.NET Diagnostics Libraries.
- More documentation for retry settings, with worked example.
- Rename the 'Google.Devtools.AspNet' to 'Google.Cloud.Diagnostics.AspNet'.
- Trace Instrumentation Library Integration Tests
- Fixed some minor docs issues in BigQuery
- Update README.md and docs root to clarify versioning
- Changes to BigQuery result handling
- Update Trace documentation and samples.
- NOT FOR SUBMISSION Sketch of the hash validating code.
- Update documentation:
- Don't drop traces and don't wait for clients to initialize
- Update the Google.Devtools.AspNet project.json descriptions.
- Integration test for the Cloud Error Reporting Exception Logger
- Update the Google.Devtools.AspNet project.json
- Add support for date/time/datetime fields
- Renaming and regeneration
Created an issue in dotnet/roslyn
that received 10
comments
Proposal: allow open types in nameof
(Created from #4827)
Currently to use nameof with a generic type, a type argument needs to be used. Problems:
It's very odd to require something t…