https://github.com/tilt-dev/tilt-example-csharp
https://github.com/tilt-dev/tilt-example-csharp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tilt-dev/tilt-example-csharp
- Owner: tilt-dev
- Created: 2020-03-24T18:15:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T13:37:29.000Z (over 2 years ago)
- Last Synced: 2025-04-18T07:52:09.484Z (about 1 year ago)
- Language: C#
- Size: 1.05 MB
- Stars: 9
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tilt-example-csharp
[](https://circleci.com/gh/tilt-dev/tilt-example-csharp)
An example project that demonstrates a live-updating C# ASP.NET Core server in Kubernetes. Read [doc](https://docs.tilt.dev/example_csharp.html).
## Fastest Deployment
This progression of examples shows how to start, and incrementally update
your project for live updates.
- [0-base](0-base): The simplest way to start
- [1-measure](1-measure): Use `local_resource` to measure your deployment time
- [2-build-locally](2-build-locally): Compile executable `dll`'s and copy them into Docker
- [3-live-update](3-live-update): Live update executable `dll`. This is the recommended configuration
## License
Copyright 2022 Docker, Inc.
Licensed under [the Apache License, Version 2.0](LICENSE)