Chenfeng Bao
Chenfeng Bao
Provide OAuth2 support for email report for better security. Users won't have to check "Allow less secure apps" in their Google account. The simplest way to do this is probably...
Currently, cache database finds the latest state of a job by `timestamp: int` and `tries: int`. This can be unreliable. If a job experienced errors, and was quickly retried again...
Related earlier discussions: #265 #361 Related blog post: [Configuring TLS With Requests](https://lukasa.co.uk/2017/02/Configuring_TLS_With_Requests/)
Some apps' best entrypoint URL isn't the root path, but some path below that, e.g. http://localhost:12345/swagger. If using `AddProject`, we can now get the Aspire dashboard to show a custom...
### Component OpenTelemetry.Instrumentation.AWS ### Package Version | Package Name | Version | | ------------------------------------- | ------- | | OpenTelemetry.Extensions.Hosting | 1.9.0 | | OpenTelemetry.Instrumentation.AWS | 1.1.0-beta.6 | ### Runtime Version...
(Optionally?) emit OpenTelemetry data, like is possible with some other packages (e.g. HttpClient, AWSSDK, Npgsql...) Wouldn't mind trying my hands on it if it's desired.
### Describe the bug If using custom log formatting (e.g. JSON) and `"launchBrowser": true` in launchSettings.json, `dotnet watch` will hard exit when it fails to launch the browser. ### To...