Yhlas Jorayev
Yhlas Jorayev
> ... I suggest testing the PR code with the current .NET 9 RC. Is that okay? Consequently, we will target two frameworks in the project files: `net8.0` and `net9.0`...
@ggnaegi, @raman-m I think we can make this work. Couple things: 1. We will need to be able to get rate limiter policy by name. Simple dictionary might suffice. 2....
> I don't recommend copying and pasting code from the MS codebase for long-term purposes because the internal implementation can change with .NET version updates. However, it can be acceptable...
Another approach to accomplish this is by utilizing [Docker compose watch feature.](https://docs.docker.com/compose/how-tos/file-watch/) Here is example: ``` services: web: build: dockerfile: dev.Dockerfile develop: watch: - action: sync path: . target: /app...