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- United States
- Sign in to view email
- https://twitter.com/JustinKotalik
Pinned
1,093 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in dotnet/aspnetcore that received 8 comments
Start of GettingStarted guide for HTTP/3
Adding a guide for getting started with HTTP/3. Still some TODOs for Linux as my linux machine decided it didn't want to work today
+166
−2
•
8
comments
- Add docker file support for deploy
- Tye should validate that service names are valid DNS names
- Trim trailing slash
- Target 2.1 for Microsoft.Extensions.Configuration
- Check for output type exe
- Update schema
- Mention undeploy in tutorial
- Log from stdout when dotnet publish fails
- Allow specifying docker file for tye run
- Docs: Updated Container Registry Server example
- Small tweak to docker build
- Fix dotnet feed publishing
- Docs for specifying base image:tag
- adding health checks
- Update dapr.md for small typo
- angular dotnet core sample for project tye
- Tye should validate that service names are valid DNS names
- Add host argument
- define docker baseimage and tag
- Fixes for docker scenarios
- Update version of Kubernetes Client
- Enable log aggregation in deployed services
- Add word-break to source-project column
- Add recipe for Elastic stack (ELK)
Created an issue in dotnet/tye that received 3 comments
Diagnostics collector does not find process for netcoreapp2.1
I'm not sure whether this is expected or not, but either way the experience isn't great. When you have an app that targets netcoreapp2.1, the Diagn…
3
comments
- Add documentation for Health Checks
- Improve debug attach experience
- JSON schema complains about tye.yaml due to duplicated matches
- Document docker details for tye run
- Document ContainerBaseImage and ContainerBaseTag
- Improve diagnostics when projects are skipped or included in tye.yaml for tye init and tye run/deploy without a tye.yaml
- Figure out if cloning repositories to .tye folder is the right location